@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=League+Spartan:wght@700;800;900&family=Shadows+Into+Light&display=swap";
:root{--ink:#171728;--cream:#f7f2e8;--lime:#c7f35b;--coral:#ff765d;--blue:#88c8ff;--yellow:#ffd65b;--muted:#69697b;--logo:#003e7e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:DM Sans,sans-serif}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.shell{width:min(1160px,100% - 48px);margin-inline:auto}.nav{z-index:20;justify-content:space-between;align-items:center;height:92px;display:flex;position:relative}.brand{color:var(--logo);letter-spacing:-.5px;align-items:center;gap:10px;font:900 24px/1 League Spartan;display:inline-flex}.brand img{object-fit:contain;width:42px;height:42px}.brand span{display:inline}.links{align-items:center;gap:34px;font-size:14px;font-weight:600;display:flex}.links a{border-bottom:2px solid #0000;padding-block:10px}.links a:hover{border-color:var(--ink)}.menuButton{background:0 0;border:0;font-size:24px;display:none}.pill{border:2px solid var(--ink);cursor:pointer;box-shadow:4px 4px 0 var(--ink);border-radius:999px;justify-content:center;align-items:center;gap:22px;padding:16px 22px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.pill:hover{box-shadow:2px 2px 0 var(--ink);transform:translate(2px,2px)}.pill.dark{color:#fff;background:var(--ink);box-shadow:none}.pill.small{border:0;padding:11px 17px}.pill.lime{background:var(--lime)}.pill.coral{background:var(--coral)}.hero{min-height:700px;padding:82px 0 70px;position:relative}.eyebrow,.sectionTag{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800}.eyebrow{align-items:center;gap:10px;margin-bottom:20px;display:flex}.eyebrow i{background:var(--coral);border-radius:50%;width:8px;height:8px}h1,h2{letter-spacing:-4px;margin:0;font-family:League Spartan;font-weight:900;line-height:.83}h1{max-width:900px;font-size:clamp(72px,9.8vw,142px)}h1 em,h2 em{color:var(--coral);font-style:normal}.heroBottom{align-items:flex-end;gap:70px;margin-top:38px;display:flex}.heroBottom>p{color:#4e4e5c;max-width:410px;margin:0;font-size:18px;line-height:1.6}.actions{align-items:center;gap:28px;display:flex}.textLink{border-bottom:2px solid;padding-bottom:5px;font-weight:700}.textLink span{margin-left:14px}.scoreCard,.questionCard{border:2px solid var(--ink);box-shadow:7px 7px 0 var(--ink);z-index:2;background:#fff;border-radius:12px;position:absolute}.scoreCard{width:190px;padding:20px;display:grid;top:60px;right:35px;transform:rotate(6deg)}.scoreCard span,.questionCard>span{letter-spacing:1.5px;font-size:10px;font-weight:800}.scoreCard strong{margin-top:8px;font:900 60px/1 League Spartan}.scoreCard strong small{color:var(--muted);font-size:20px}.scoreCard b{color:#5f7c18;background:var(--lime);justify-self:start;margin-top:6px;padding:5px 8px}.questionCard{width:300px;padding:20px;bottom:34px;right:5px;transform:rotate(-4deg)}.questionCard p{font-weight:700;line-height:1.35}.questionCard div{border:2px solid var(--ink);background:var(--lime);border-radius:8px;padding:10px;font-weight:700}.questionCard div i{margin-right:10px;font-style:normal}.questionCard div b{float:right}.scribble{font-family:Shadows Into Light;font-size:26px;position:absolute;bottom:20px;right:245px;transform:rotate(-8deg)}.marquee{border-block:2px solid var(--ink);background:var(--yellow);overflow:hidden;transform:rotate(-1deg)scale(1.01)}.marquee div{letter-spacing:2px;width:max-content;padding:14px 0;font:800 20px League Spartan}.manifesto{grid-template-columns:1fr 3fr;gap:60px;padding:150px 0;display:grid}.manifesto h2,.sectionHead h2,.how h2,.contribute h2,.cta h2{font-size:clamp(54px,7vw,92px)}.manifesto>div:last-child>p{max-width:720px;margin:35px 0 48px;font-size:20px;line-height:1.6}.statRow{border-top:2px solid var(--ink);grid-template-columns:repeat(3,1fr);padding-top:24px;display:grid}.statRow div{display:grid}.statRow strong{font:900 42px League Spartan}.statRow span{color:var(--muted);font-size:13px}.subjects{padding:30px 0 150px}.sectionHead{justify-content:space-between;align-items:end;margin-bottom:50px;display:flex}.sectionHead .sectionTag,.how .sectionTag,.contribute .sectionTag{margin-bottom:22px}.sectionHead>p{max-width:340px;line-height:1.6}.subjectGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.subject{border:2px solid var(--ink);text-align:left;cursor:pointer;align-items:center;gap:20px;min-height:155px;padding:26px;transition:transform .2s;display:flex}.subject:hover{transform:translateY(-4px)rotate(-.5deg)}.subject.lime{background:var(--lime)}.subject.coral{background:var(--coral)}.subject.blue{background:var(--blue)}.subject.yellow{background:var(--yellow)}.subjectIcon{width:60px;font-size:38px}.subject>span:nth-child(2){flex:1;gap:7px;display:grid}.subject strong{font:800 28px League Spartan}.subject small{font-size:14px}.subject>span:last-child{font-size:22px}.allSubjects{cursor:pointer;background:0 0;border:0;border-bottom:2px solid;margin:28px auto 0;padding:8px;font-weight:700;display:block}.allSubjects span{margin-left:12px}.how{color:#fff;background:var(--ink);padding:130px 0}.sectionTag.light,.how h2 em{color:var(--lime)}.howTitle{justify-content:space-between;align-items:end;display:flex}.howTitle p{color:#babaca;max-width:300px;line-height:1.6}.steps{grid-template-columns:repeat(3,1fr);gap:50px;margin-top:80px;display:grid}.steps article{border-top:1px solid #515160;padding-top:26px}.steps article>span{color:var(--lime);font:800 14px League Spartan}.steps h3{margin:36px 0 14px;font:800 28px League Spartan}.steps p{color:#b8b8c5;font-size:14px;line-height:1.7}.contribute{grid-template-columns:1fr 1fr;align-items:center;gap:100px;padding:150px 0;display:grid}.contributeArt{background:var(--blue);border:2px solid var(--ink);height:520px;position:relative;overflow:hidden}.contributeArt:after{content:"";border:2px dashed var(--ink);border-radius:50%;width:340px;height:340px;position:absolute;bottom:-100px;left:-100px}.note{border:2px solid var(--ink);box-shadow:7px 7px 0 var(--ink);z-index:2;background:#fff;padding:24px;position:absolute}.note.one{width:300px;top:70px;left:45px;transform:rotate(-5deg)}.note.one span{letter-spacing:2px;color:var(--muted);font-size:11px;font-weight:800}.note.one p{font:700 22px/1.35 League Spartan}.note.two{width:210px;display:grid;bottom:65px;right:35px;transform:rotate(7deg)}.note.two b{letter-spacing:2px;font-size:11px}.note.two strong{color:#658e16;font-size:52px}.note.two small{font-weight:700}.orbit{background:var(--yellow);border:2px solid var(--ink);border-radius:50%;place-items:center;width:82px;height:82px;font:900 52px League Spartan;display:grid;position:absolute;top:42px;right:34px}.contributeCopy>p{color:#555564;font-size:17px;line-height:1.7}.contributeCopy ul{padding:10px 0 20px;list-style:none}.contributeCopy li{border-bottom:1px solid #c6c1b8;padding:14px 0;font-weight:600}.contributeCopy li span{color:var(--coral);margin-right:16px;font-weight:800}.trust{padding:0 0 150px}.trustGrid{border-block:2px solid var(--ink);grid-template-columns:repeat(3,1fr);margin-top:26px;display:grid}.trustGrid article{border-right:1px solid #aaa59d;padding:42px 32px}.trustGrid article:last-child{border-right:0}.trustGrid article>span{font-size:34px}.trustGrid h3{font:800 24px League Spartan}.trustGrid p{color:var(--muted);font-size:14px;line-height:1.6}.cta{background:var(--coral);text-align:center;border-block:2px solid var(--ink);padding:120px 0}.cta h2 em{color:#fff}.cta p{max-width:500px;margin:30px auto;font-size:18px;line-height:1.6}.miniBurst{background:var(--yellow);border:2px solid var(--ink);border-radius:50%;place-items:center;width:74px;height:74px;margin-bottom:28px;font:900 12px League Spartan;display:inline-grid;transform:rotate(-8deg)}.lightPill{background:var(--cream)}.footer{grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding:70px 0 36px;display:grid}.footer>div:not(.footerBrand){flex-direction:column;gap:12px;font-size:14px;display:flex}.footer strong{margin-bottom:8px}.footer button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.footer button:hover,.footer a:not(.brand):hover{text-decoration:underline}.footerBrand p{color:var(--muted);max-width:300px;font-size:14px;line-height:1.6}.footer>small{color:var(--muted);border-top:1px solid #c9c4bb;grid-column:1/-1;padding-top:24px}.toast{z-index:50;background:var(--ink);color:#fff;box-shadow:5px 5px 0 var(--lime);border:2px solid #fff;border-radius:8px;padding:16px 18px;font-weight:600;animation:.25s ease-out enter;position:fixed;bottom:24px;right:24px}.toast button{color:#fff;cursor:pointer;background:0 0;border:0;margin-left:20px;font-size:20px}@keyframes enter{0%{opacity:0;transform:translateY(20px)}}.legalPage{background:var(--cream);min-height:100vh}.legalNav{border-bottom:1px solid #d5cfc4}.legalBack{border-bottom:2px solid var(--ink);padding-bottom:4px;font-size:14px;font-weight:700}.legalHero{background:var(--blue);border-bottom:2px solid var(--ink);padding:90px 0 70px}.legalHero h1{margin-top:20px;font-size:clamp(66px,9vw,118px)}.legalHero>.shell>p{max-width:660px;margin:30px 0;font-size:19px;line-height:1.65}.legalMeta{gap:14px;font-size:13px;display:flex}.legalMeta span{color:#48485a}.legalLayout{grid-template-columns:210px minmax(0,760px);align-items:start;gap:90px;padding-block:100px 130px;display:grid}.legalLayout aside{flex-direction:column;gap:14px;font-size:13px;display:flex;position:sticky;top:30px}.legalLayout aside span{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-weight:800}.legalLayout aside a{color:var(--muted)}.legalLayout aside a:hover{color:var(--logo)}.legalArticle section{border-top:2px solid var(--ink);padding:38px 0 56px;scroll-margin-top:30px;position:relative}.legalArticle section:first-child{border-top:0;padding-top:0}.legalNumber{color:var(--coral);letter-spacing:1px;font:800 13px League Spartan}.legalArticle h2{letter-spacing:-2px;margin:13px 0 24px;font-size:clamp(34px,4vw,48px);line-height:1}.legalArticle h3{margin:30px 0 10px;font:800 20px League Spartan}.legalArticle p,.legalArticle li{color:#4d4d5d;font-size:16px;line-height:1.75}.legalArticle ul{padding-left:22px}.legalArticle li{margin:7px 0;padding-left:8px}.legalArticle a{color:var(--logo);font-weight:700;text-decoration:underline}.legalCallout{border:2px solid var(--ink);background:var(--yellow);box-shadow:5px 5px 0 var(--ink);margin-top:28px;padding:22px;font-weight:700;line-height:1.55}.legalFooter{color:#fff;background:var(--ink);padding:55px 0}.legalFooter>.shell{justify-content:space-between;gap:40px;display:flex}.legalFooter .brand{color:#fff}.legalFooter p{color:#b8b8c5;font-size:13px}.legalFooter>.shell>div:last-child{align-items:center;gap:28px;font-size:14px;font-weight:700;display:flex}@media (min-width:721px) and (max-width:1024px){.shell{width:min(100% - 64px,900px)}.nav{height:82px}.menuButton{cursor:pointer;display:block}.links{background:var(--cream);border:2px solid var(--ink);width:300px;box-shadow:6px 6px 0 var(--ink);flex-direction:column;align-items:stretch;gap:8px;padding:22px;display:none;position:absolute;top:74px;right:0}.links.open{display:flex}.links .pill{align-self:stretch}.hero{min-height:780px;padding-top:70px}.hero h1{max-width:760px;font-size:clamp(80px,11.5vw,112px)}.heroBottom{flex-direction:column;align-items:flex-start;gap:26px;max-width:430px}.scoreCard{top:310px;right:26px;scale:.88}.questionCard{bottom:54px;right:30px}.scribble{bottom:34px;right:275px}.manifesto{grid-template-columns:1fr 3fr;gap:30px;padding-block:120px}.manifesto h2,.sectionHead h2,.how h2,.contribute h2,.cta h2{font-size:clamp(58px,8vw,74px)}.subject{min-height:140px;padding:22px}.subject strong{font-size:24px}.how{padding-block:110px}.steps{gap:26px}.contribute{grid-template-columns:.9fr 1.1fr;gap:48px;padding-block:120px}.contributeArt{height:460px}.note.one{width:250px;left:24px}.note.two{width:180px;right:18px}.trustGrid article{padding-inline:22px}.footer{grid-template-columns:2fr 1fr 1fr}.footer>div:nth-child(4){grid-column:2}.legalLayout{grid-template-columns:170px minmax(0,1fr);gap:50px}}@media (max-width:720px){.shell{width:min(100% - 30px,1160px)}.nav{height:74px}.menuButton{cursor:pointer;display:block}.links{background:var(--cream);border:2px solid var(--ink);flex-direction:column;align-items:stretch;gap:10px;padding:20px;display:none;position:absolute;top:68px;left:0;right:0}.links.open{display:flex}.links .pill{align-self:stretch}h1{letter-spacing:-3px;font-size:clamp(56px,18vw,84px)}.hero{min-height:890px;padding-top:50px}.heroBottom>p{font-size:16px}.actions{flex-direction:column;align-items:flex-start}.scoreCard{inset:auto auto 210px 5px}.questionCard{width:min(270px,100vw - 52px);bottom:28px;right:6px}.scribble{display:none}.manifesto,.subjects,.contribute{padding-block:100px}.manifesto h2,.sectionHead h2,.how h2,.contribute h2,.cta h2{letter-spacing:-3px;font-size:54px}.statRow{gap:12px}.statRow strong{font-size:34px}.sectionHead,.howTitle{display:block}.sectionHead>p,.howTitle p{margin-top:28px}.subjectGrid,.steps,.contribute,.trustGrid,.footer{grid-template-columns:1fr}.subject{min-height:125px;padding:20px}.subject strong{font-size:23px}.how{padding-block:100px}.steps{gap:24px;margin-top:55px}.contribute{gap:65px}.contributeArt{height:430px}.note.one{width:255px;top:55px;left:20px}.note.two{bottom:50px;right:20px}.trustGrid article{border-bottom:1px solid #aaa59d;border-right:0}.trustGrid article:last-child{border-bottom:0}.footer{gap:30px}.legalHero{padding:64px 0 54px}.legalHero h1{font-size:clamp(52px,16vw,76px)}.legalHero>.shell>p{font-size:16px}.legalLayout{padding-block:70px 90px;display:block}.legalLayout aside{display:none}.legalArticle section{padding-block:32px 45px}.legalArticle h2{font-size:36px}.legalFooter>.shell{flex-direction:column}.legalFooter>.shell>div:last-child{flex-direction:column;align-items:flex-start;gap:14px}}@media (max-width:420px){.shell{width:calc(100% - 24px)}.brand{font-size:21px}.brand img{width:38px;height:38px}h1{font-size:clamp(50px,17vw,68px)}.hero{min-height:850px;padding-top:38px}.heroBottom{margin-top:28px}.heroBottom>p{line-height:1.5}.pill,.actions{width:100%}.scoreCard{bottom:200px;left:2px;transform:rotate(3deg)}.questionCard{bottom:22px;right:2px;transform:rotate(-2deg)}.manifesto h2,.sectionHead h2,.how h2,.contribute h2,.cta h2{font-size:47px}.manifesto>div:last-child>p{font-size:17px}.statRow{grid-template-columns:1fr;gap:20px}.statRow div{grid-template-columns:60px 1fr;align-items:center}.subject{gap:12px;min-height:112px}.subjectIcon{width:40px;font-size:30px}.subject strong{font-size:21px}.subject small{font-size:12px}.contributeArt{height:390px}.note.one{width:230px;padding:18px;top:48px;left:14px}.note.one p{font-size:19px}.note.two{width:170px;padding:18px;bottom:42px;right:14px}.orbit{width:64px;height:64px;font-size:40px;top:20px;right:16px}.toast{bottom:12px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
