@font-face{font-family:'Space Grotesk';src:url('/fonts/space-grotesk.woff2') format('woff2');font-weight:300 700;font-display:swap}

@font-face{font-family:'DM Sans';src:url('/fonts/dm-sans.woff2') format('woff2');font-weight:100 1000;font-display:swap}

@font-face{font-family:Archivo;src:url('/fonts/archivo.woff2') format('woff2');font-weight:100 900;font-stretch:62% 125%;font-display:swap}

@font-face{font-family:'Pledge Mono';src:url('/fonts/mono.woff2') format('woff2');font-weight:100 900;font-display:swap}

:root{--bg:#FBF5F0;--panel:#F4F7FA;--ink:#1B3158;--muted:#4D6079;--line:#B4C5D8;--accent:#2F578C;--red:#982B36;--display:'Space Grotesk',Archivo,system-ui,-apple-system,sans-serif;--body:'DM Sans',Archivo,system-ui,-apple-system,sans-serif;--sky:#ACC6E9;--hero-sky:#A7D9FA;--ether:#D5E0E7;--plum:#412C5C;--cloud:#DDD6DD;--navy:#1B3158;--light:#F4F7FA;--dark-surface:#233E65;--ease:cubic-bezier(.22,.61,.36,1);--mono:'Pledge Mono','Courier New',monospace;--page:1600px;--space:clamp(24px,5.2vw,88px)}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.65}
button,a{touch-action:manipulation}
button,input,select,textarea{border-radius:7px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
::selection{background:var(--accent);color:var(--bg)}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:400;text-wrap:balance}
h1,h2{letter-spacing:-.045em;line-height:1.08}
p{color:var(--muted);text-wrap:pretty}
p+p{margin-top:18px}
h1 em,h2 em{color:var(--accent);font-style:normal}
svg{display:block;flex-shrink:0}
img{max-width:100%}
[hidden]{display:none!important}
.skip{position:fixed;top:-100px;left:16px;background:var(--accent);color:var(--bg);padding:12px;z-index:60}
.skip:focus{top:10px}

.header{height:92px;padding:0 var(--space);display:flex;align-items:center;gap:36px;border-bottom:1px solid var(--line);position:relative;z-index:20;max-width:1800px;margin:auto}
.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}
.brand svg{width:31px;height:30px;color:var(--accent)}
.brand>span{font-family:Archivo,system-ui,sans-serif;font-size:24px;font-weight:850;letter-spacing:-1px;display:flex;align-items:center;gap:11px}
.brand small{font:9px/1.1 var(--mono);letter-spacing:.035em;width:25px;color:var(--ink);border-left:1px solid var(--line);padding-left:10px;box-sizing:content-box}
.desktop-nav{margin:auto;display:flex;gap:27px;font-size:13px;white-space:nowrap}
.desktop-nav a{color:var(--ink);padding:14px 0;position:relative}
.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--accent)}
.desktop-nav a[aria-current]:after{content:'';height:2px;background:var(--accent);position:absolute;left:0;right:0;bottom:4px}
.header-actions{display:flex;align-items:center;gap:18px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;background:var(--navy);color:var(--light);border:1px solid var(--navy);padding:14px 22px;min-height:54px;font-size:14px;font-weight:500;line-height:1.35;transition:background .2s var(--ease),border-color .2s var(--ease)}
.button:hover{background:var(--plum);border-color:var(--plum);transform:none}
.button span{font-size:20px}
.button.compact{font-size:12px;min-height:43px;padding:10px 17px;gap:20px}
.text-link{display:inline-flex;align-items:center;gap:24px;color:var(--ink);border:0;border-bottom:1px solid var(--line);padding:10px 0;background:none;font-size:14px;line-height:1.45}
.text-link:hover{color:var(--accent);border-color:var(--accent)}
.text-link span{font-size:20px}
.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:0;padding:10px}
.menu-toggle span{display:block;height:1px;background:var(--ink);width:24px;margin:7px 0}
.mobile-nav{position:absolute;top:100%;left:0;right:0;padding:20px var(--space);background:var(--bg);border-bottom:1px solid var(--line)}
.mobile-nav a{display:block;padding:12px 0}
.status-dot{display:inline-block;width:7px;height:7px;flex-shrink:0;background:var(--accent);border-radius:50%}
.hero{max-width:1800px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:700px;align-items:center;padding:30px var(--space) 34px;overflow:hidden;position:relative}
.hero-copy{z-index:2;position:relative;padding:23px 0 40px}
.hero-label{font:10px/1.5 var(--mono);letter-spacing:.08em;display:flex;align-items:center;gap:12px;color:var(--ink)}
.arc-symbol{font-size:27px;color:var(--accent);font-family:var(--body);line-height:1}
.hero h1{font-size:clamp(66px,7.2vw,96px);font-weight:500;font-stretch:95%;line-height:.99;letter-spacing:-.04em;margin:30px 0 25px}
.hero-desc{font-size:17px;line-height:1.8;max-width:460px}
.hero-buttons{display:flex;gap:27px;align-items:center;margin-top:29px}
.hero-status{font-size:10px;line-height:1.7;max-width:360px;margin-top:26px;display:flex;gap:9px;align-items:flex-start}
.hero-status .status-dot{width:5px;height:5px;margin-top:6px}
.hero-art{width:113%;margin-left:-8%;position:relative;transform:rotate(-5deg)}
.hero-art img{width:100%;height:auto;display:block;mix-blend-mode:lighten}
.hero-art figcaption{display:flex;justify-content:space-between;position:absolute;bottom:4%;left:13%;right:5%;font:8px var(--mono);color:var(--sky);transform:rotate(5deg);gap:20px;letter-spacing:.05em}
.rotation-preview{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px var(--space);display:flex;align-items:center;gap:40px;max-width:1800px;margin:auto}
.rotation-label{display:flex;align-items:flex-start;gap:11px;font-size:12px;min-width:173px}
.rotation-label .status-dot{margin-top:7px}
.rotation-label small{font-size:10px;display:block;color:var(--muted);margin-top:3px}
.preview-cause{flex:1}
.preview-cause small,.preview-next small{font:8px var(--mono);color:var(--muted);display:block;margin-bottom:7px}
.preview-cause strong{font-size:16px;font-weight:500;line-height:1.3;display:block}
.preview-next{font-size:12px;max-width:180px}
.rotation-preview>.text-link{font-size:12px;white-space:nowrap}
.giving-band{display:grid;grid-template-columns:1.1fr 1fr;gap:10%;background:var(--accent);color:var(--bg);padding:64px max(var(--space),calc((100vw - var(--page))/2 + var(--space)));align-items:center}
.giving-band h2{font-size:clamp(34px,3.3vw,54px);line-height:1.12;font-weight:400}
.giving-band p{color:var(--ether);font-size:17px;max-width:550px}
.giving-band .text-link{color:var(--bg);border-color:var(--sky);margin-top:16px}
.section{max-width:var(--page);margin:auto;padding:85px var(--space)}
.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:40px}
.section-heading h2{font-size:clamp(34px,3.8vw,57px)}
.section-heading p{font-size:14px;margin-top:17px}
.section-heading>.text-link{flex-shrink:0}
.charity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:42px}
.charity-row{display:flex;align-items:center;gap:22px;border-top:1px solid var(--line);padding:29px 0;position:relative;min-width:0}
.charity-row-body{flex:1;min-width:0}
.charity-row h3{font-size:21px;font-weight:500;line-height:1.25;margin:8px 0 9px;text-wrap:pretty}
.charity-row h3 a:hover{color:var(--accent)}
.charity-row p{font-size:13px;line-height:1.75;max-width:400px}
.category{font-size:10px;color:var(--muted)}
.cause-glyph{width:68px;height:85px;display:grid;place-items:center;background:var(--ether);color:var(--ink);border:1px solid var(--line);flex-shrink:0}
.cause-glyph svg{width:36px;height:36px}
.tone-1{background:#DBE8F4;color:var(--accent);border-color:var(--sky)}
.tone-2{background:var(--cloud);color:var(--plum);border-color:#C4B8D1}
.tone-3{background:var(--sky);color:var(--ink);border-color:#90ABC9}
.row-arrow{align-self:stretch;display:flex;align-items:center;justify-content:center;min-width:36px;font-size:23px;color:var(--muted)}
.row-arrow:hover{color:var(--accent)}
.directory-note{font-size:11px;margin-top:26px;max-width:860px;line-height:1.8}
.proof-section{max-width:var(--page);margin:auto;display:grid;grid-template-columns:1fr .82fr;gap:12%;padding:40px var(--space) 95px;align-items:center}
.proof-section h2{font-size:clamp(37px,3.8vw,59px)}
.proof-section>div>p{margin-top:25px;max-width:450px;font-size:15px;line-height:1.8}
.proof-section .text-link{margin-top:19px}
.receipt-paper{background:var(--ether);color:var(--ink);padding:35px 34px 30px;transform:rotate(2deg);position:relative}
.receipt-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #839AB5;padding-bottom:25px;margin-bottom:12px}
.receipt-top svg{width:33px;height:34px}
.receipt-top>span{font:11px/1.6 var(--mono);text-align:right}
.receipt-line{display:flex;justify-content:space-between;gap:18px;font:12px/1.8 var(--mono);padding:12px 0}
.receipt-line.total{border-top:1px dashed #839AB5;margin-top:7px;padding-top:19px}
.receipt-note{color:var(--muted)!important;font:10px/1.7 var(--mono)!important;margin:15px 0 24px!important}
.receipt-bottom{text-align:center;color:var(--muted);font:9px/1.8 var(--mono);padding-top:23px;border-top:1px dashed #839AB5}
.receipt-cut{position:absolute;bottom:-7px;left:0;right:0;height:8px;background:linear-gradient(135deg,var(--ether) 25%,transparent 25%) -8px 0,linear-gradient(225deg,var(--ether) 25%,transparent 25%) -8px 0;background-size:16px 16px}
.statement{text-align:center;padding:65px var(--space) 95px;border-top:1px solid var(--line)}
.statement>p{font-size:12px;margin-bottom:22px}
.statement h2{font-size:clamp(38px,4.6vw,66px);line-height:1.15;margin-bottom:34px}
.footer-top{display:flex;align-items:center;gap:45px;padding-bottom:34px}
.footer-top>p{font-size:14px}
.back-top{margin-left:auto;font-size:11px;color:var(--muted)}
footer{max-width:1800px;margin:auto;border-top:1px solid var(--line);padding:42px var(--space) 30px}
.footer-bottom{display:flex;justify-content:space-between;gap:36px;border-top:1px solid var(--line);padding-top:24px}
.footer-bottom span{font:9px var(--mono);color:var(--muted)}
.footer-bottom p{font-size:10px;line-height:1.7;margin-top:8px;max-width:560px}
.footer-bottom nav{display:flex;gap:26px;font-size:11px;flex-wrap:wrap;align-content:flex-start}
.footer-bottom a:hover{color:var(--accent)}

.page-section{padding-top:66px;min-height:65vh}
.page-heading{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:50px}
.page-heading h1{font-size:clamp(45px,5vw,76px);max-width:900px}
.page-heading p{font-size:17px;line-height:1.8;max-width:640px;margin-top:24px}
.page-heading>.button{flex-shrink:0}
.search{display:flex;align-items:center;gap:15px;background:var(--panel);border:1px solid var(--line);max-width:540px;width:100%;padding-left:17px}
.search>span{font-size:25px;color:var(--muted)}
.search input{background:none;border:0;margin:0}
.directory-tools{display:flex;justify-content:space-between;align-items:center;gap:25px}
.directory-tools>p{font:11px var(--mono);white-space:nowrap}
.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 38px}
.filter{color:var(--ink);background:transparent;border:1px solid var(--line);min-height:44px;padding:8px 14px;font-size:12px}
.filter span{font:9px var(--mono);margin-left:8px}
.filter.active{background:var(--accent);border-color:var(--accent);color:var(--bg)}
.filter:hover{border-color:var(--accent)}
.directory-list .charity-row{min-height:175px}
.empty-state{padding:70px 20px;text-align:center;max-width:690px;margin:auto}
.empty-state h1,.empty-state h2{font-size:38px;line-height:1.2}
.empty-state p{max-width:440px;margin:20px auto 27px;font-size:15px}
.empty-heart svg{width:45px;height:45px;margin:0 auto 28px;color:var(--accent)}
.notice{padding:23px 26px;border:1px solid var(--line);background:var(--ether);margin-top:30px;font-size:13px;line-height:1.8}
.notice strong{font-weight:600;color:var(--ink)}
.notice p{font-size:13px;line-height:1.8;margin-top:6px;max-width:900px}
.back-link{font-size:12px;display:inline-flex;padding:6px 0 28px;color:var(--muted)}
.back-link:hover{color:var(--accent)}
.charity-detail-head{display:flex;align-items:center;gap:34px;margin:15px 0 57px}
.charity-detail-head h1{font-size:clamp(38px,4.4vw,66px);max-width:830px;line-height:1.13;margin:12px 0 20px}
.charity-detail-head p{max-width:770px;font-size:17px;line-height:1.75}
.cause-glyph.large{width:130px;height:154px}
.cause-glyph.large svg{width:64px;height:64px}
.detail-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:10%}
.detail-layout h2{font-size:34px;line-height:1.2;margin-bottom:20px}
.detail-layout p{font-size:15px;line-height:1.85;max-width:690px}
.button-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:26px}
.detail-aside{border-top:1px solid var(--line);padding-top:25px}
.detail-aside h2{font-size:23px}
.detail-aside p{font-size:13px}
.slot-time{font:40px var(--mono);margin:28px 0 12px;color:var(--accent)}
.slot-time small{display:block;font:10px var(--mono);color:var(--muted);margin-top:9px}
.aside-source{border-top:1px solid var(--line);padding-top:25px;margin-top:34px}
.aside-source h3{font-size:17px;margin-bottom:14px}
.aside-source>a{display:block;padding:6px 0;font-size:13px}
.aside-source>a:hover{color:var(--accent)}
.aside-source small{display:block;color:var(--muted);font-size:10px;line-height:1.8;margin-top:20px}
.subhead{margin-top:55px}
.compact-empty{padding:15px 0;text-align:left}
.compact-empty p{margin:0 0 8px}
.launch-grid{display:grid;grid-template-columns:1.15fr .8fr;gap:10%;align-items:start}
.launch-grid>div{min-width:0}
.form-section{border-top:1px solid var(--line);padding:27px 0 35px}
.form-section h2{display:flex;align-items:center;gap:14px;font-size:23px;letter-spacing:-.02em;margin-bottom:26px}
.form-section h2>span{font:12px var(--mono);display:grid;place-items:center;border:1px solid var(--line);width:29px;height:29px;color:var(--accent)}
label{display:block;font-size:13px;margin-bottom:9px;color:var(--ink)}
input,select,textarea{background:var(--panel);border:1px solid #8FA4BD;color:var(--ink);width:100%;padding:13px 14px;min-height:50px;font-size:15px}
input::placeholder,textarea::placeholder{color:#5E7086}
textarea{resize:vertical;min-height:130px;line-height:1.7}
select{appearance:auto;color-scheme:light}
.field-hint{font-size:11px;line-height:1.8;margin-top:9px}
.form-row{display:grid;grid-template-columns:1.4fr 1fr;gap:17px}
.input-prefix{display:flex;align-items:center;background:var(--panel);border:1px solid #8FA4BD}
.input-prefix>span{font:18px var(--mono);padding-left:15px;color:var(--muted)}
.input-prefix input{border:0;background:none;padding-left:5px}
.form-row+.field-hint{margin-bottom:22px}
.form-section>label:not(:first-of-type){margin-top:22px}
.field-bottom{display:flex;justify-content:space-between;gap:20px}
.field-bottom+.optional{margin-top:24px}
.optional{color:var(--muted);font-size:10px;margin-left:8px}
.pledge-terms{padding:20px;border:1px solid var(--line);background:var(--ether)}
.pledge-terms strong{font-size:13px;display:block;color:var(--ink)}
.pledge-terms p{font-size:12px;line-height:1.8;margin-top:8px}
.checkbox{display:flex;align-items:flex-start;gap:12px;margin:25px 0;font-size:12px;line-height:1.8;color:var(--muted)}
.checkbox input{min-height:0;appearance:auto;width:16px;height:16px;margin:4px 0 0;accent-color:var(--accent);flex-shrink:0}
.checkbox a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.form-actions{display:flex;gap:26px;align-items:center}
.form-message{font-size:13px;margin:18px 0 10px;overflow-wrap:anywhere;color:var(--accent)}
.form-message:empty{margin:0}
.coin-preview{position:sticky;top:30px;border:1px solid var(--line);background:var(--panel);padding:25px;box-shadow:none}
.preview-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}
.tag{font:9px/1.3 var(--mono);border:1px solid var(--line);padding:5px 8px;display:inline-block;white-space:nowrap;color:var(--muted)}
.preview-image-wrap{margin:22px auto;width:140px;aspect-ratio:1}
.preview-image-wrap img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:lighten}
.preview-identity{text-align:center}
.preview-identity h2{font-size:29px;line-height:1.2;overflow-wrap:anywhere}
.preview-identity>span{font:12px var(--mono);color:var(--accent);display:block;margin-top:10px;overflow-wrap:anywhere}
.coin-preview>p{font-size:12px;line-height:1.8;margin:20px auto 24px;text-align:center;max-width:330px;overflow-wrap:anywhere}
.preview-pledge{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.preview-pledge small{font:8px var(--mono);color:var(--muted);display:block}
.preview-pledge strong{display:block;font-weight:500;line-height:1.45;font-size:20px;margin:12px 0}
.preview-pledge>span{font-size:11px;color:var(--muted)}
.preview-foot{display:flex;justify-content:center;align-items:center;gap:9px;padding-top:22px;color:var(--muted);font-size:10px}
.preview-foot svg{width:20px;height:20px;color:var(--accent)}
.launch-review{border-top:1px solid var(--line);padding:26px 0}
.launch-review h2{font-size:31px;line-height:1.2}
.launch-review dl{margin:25px 0 0}
.launch-review dl>div{display:grid;grid-template-columns:1fr 1.6fr;border-top:1px solid var(--line);padding:12px 0;gap:20px;font-size:13px}
.launch-review dt{color:var(--muted)}
.launch-review dd{margin:0;text-align:right;overflow-wrap:anywhere}
.launch-review .button-row{gap:22px}
.status-tag{display:inline-flex;align-items:center;border:1px solid var(--line);padding:8px 12px;font:10px var(--mono);color:var(--accent);white-space:nowrap}
.rotation-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--accent);color:var(--bg);padding:44px;gap:9%;align-items:center}
.rotation-feature h2{font-size:47px;line-height:1.1;margin:24px 0}
.rotation-feature-copy p{font-size:15px;max-width:420px;color:var(--ether)}
.rotation-feature-copy .text-link{color:var(--bg);border-color:var(--sky);margin-top:16px}
.dark-tag{color:var(--bg);border-color:var(--sky)}
.rotation-instrument{padding:31px;background:var(--bg);color:var(--ink)}
.instrument-label{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--muted);padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:28px}
.rotation-instrument>small{font:9px var(--mono);color:var(--muted)}
.rotation-instrument h3{font-size:28px;line-height:1.2;font-weight:500;margin:16px 0}
.rotation-instrument>p{font-size:12px;color:var(--muted)}
.next-charity{border-top:1px solid var(--line);padding-top:19px;margin-top:24px}
.next-charity>span{font-size:10px;color:var(--muted);display:block;margin-bottom:8px}
.next-charity strong{font-size:14px;font-weight:500;line-height:1.5;display:block}
.schedule-heading{margin-top:65px}
.schedule-heading h2{font-size:40px}
.day-select{font-size:11px;min-width:130px;margin:0}
.day-select select{display:block;margin-top:8px;min-height:44px;font-size:12px}
.schedule{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:38px}
.schedule-row{display:grid;grid-template-columns:62px 1fr 25px 18px;gap:16px;align-items:center;border-top:1px solid var(--line);padding:19px 0;min-height:100px}
.schedule-row:hover .schedule-cause strong{color:var(--accent)}
.schedule-row time{font:13px var(--mono);color:var(--accent)}
.schedule-cause strong{font-size:15px;line-height:1.4;font-weight:500;display:block}
.schedule-cause small{font-size:10px;display:block;color:var(--muted);margin-top:5px}
.animal-mark svg{width:23px;height:23px;color:var(--accent)}
.board-toolbar{display:flex;gap:11px;align-items:center;border-block:1px solid var(--line);padding:17px 0;font-size:12px}
.board-toolbar .tag{margin-left:auto}
.ledger-summary{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);gap:30px;padding:27px 0}
.ledger-summary>div>span{font-size:12px;color:var(--muted);display:block}
.ledger-summary strong{font:32px var(--mono);display:block;margin-top:13px;font-weight:450}
.data-note{font-size:11px;margin-top:15px}
.receipts-toolbar{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:25px}
.receipts-toolbar .filter-bar{margin:15px 0}
.receipts-toolbar>.text-link{font-size:12px}
.source-section{border-top:1px solid var(--line);padding-top:36px;margin-top:15px}
.source-section>h2{font-size:35px;margin-bottom:25px}
.source-row{display:grid;grid-template-columns:.45fr 1fr;gap:50px;padding:24px 0;border-top:1px solid var(--line)}
.source-row h3{font-size:18px;font-weight:500}
.source-row p{font-size:13px;line-height:1.8;max-width:850px}
.source-row a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.route-steps{list-style:none;padding:0;margin:0}
.route-steps li{display:grid;grid-template-columns:85px 1fr;gap:30px;border-top:1px solid var(--line);padding:38px 0}
.step-number{font:22px var(--mono);color:var(--accent);padding-top:8px}
.route-steps h2{font-size:37px;margin-bottom:20px}
.route-steps p{max-width:760px;font-size:16px;line-height:1.85}
.route-steps .text-link{margin-top:13px}
.explanation-block{padding:40px;background:var(--panel);margin-top:35px}
.explanation-block h2{font-size:36px;margin-bottom:25px}
.explanation-block p{font-size:15px;line-height:1.9;max-width:800px}
.explanation-block .text-link{margin-top:22px}
.narrow{max-width:1100px}
.term{padding:28px 0;border-top:1px solid var(--line)}
.term h2{font-size:28px;margin-bottom:18px}
.term p{font-size:16px;line-height:1.85}
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--accent);color:var(--bg);max-width:calc(100% - 40px);padding:12px 20px;font-size:12px;z-index:50;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s}
.toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}
.record-row{display:grid;grid-template-columns:1fr 1fr auto;gap:25px;padding:24px 0;border-top:1px solid var(--line);align-items:center}
.record-row h3{font-size:18px}
.record-row small{font-size:11px;color:var(--muted)}
.record-row a{color:var(--accent)}
.record-row p{font-size:12px;margin-top:5px}
.coin-row{display:grid;grid-template-columns:1fr 1fr auto;gap:25px;padding:27px 0;border-bottom:1px solid var(--line);align-items:center}
.coin-row h3{font-size:23px}
.coin-row p{font-size:12px}
.coin-row>a{color:var(--accent);font-size:21px}

@media(min-width:1600px){.hero-art{max-width:760px;justify-self:center}
.hero{min-height:800px}
.hero-copy{padding-bottom:50px}
.hero h1{font-size:96px}
.giving-band{padding-top:76px;padding-bottom:76px}
}

@media(max-width:1150px){.header{gap:25px}
.desktop-nav{gap:18px;font-size:12px}
.brand>span{font-family:Archivo,system-ui,sans-serif;font-size:22px}
.brand small{display:none}
.hero{min-height:640px}
.hero h1{font-size:78px}
.hero-art{width:123%;margin-left:-15%}
.hero-desc{font-size:16px}
.hero-buttons{gap:19px}
.hero-buttons .button{padding:13px 17px;font-size:13px}
.hero-buttons .text-link{font-size:12px;gap:17px}
.rotation-preview{gap:25px}
.preview-next{display:none}
.giving-band{gap:8%}
.charity-list{column-gap:28px}
.charity-row{gap:18px}
.cause-glyph{width:58px;height:76px}
.charity-row h3{font-size:19px}
.charity-row p{font-size:12px}
.row-arrow{min-width:22px}
.launch-grid{gap:7%}
.coin-preview{padding:23px}
.rotation-feature{padding:35px;gap:7%}
.rotation-instrument{padding:26px}
.rotation-feature h2{font-size:41px}
.rotation-instrument h3{font-size:25px}
.schedule-row{grid-template-columns:55px 1fr 21px 14px;gap:12px}
.schedule-cause strong{font-size:14px}
.detail-layout{gap:7%}
.button-row{gap:17px}
.button-row .button{font-size:12px}
.footer-bottom{gap:20px}
.footer-bottom nav{gap:16px}
}

@media(max-width:900px){.desktop-nav{display:none}
.header-actions{margin-left:auto}
.menu-toggle{display:block}
.header{height:78px}
.hero{min-height:600px;grid-template-columns:1fr .9fr}
.hero h1{font-size:clamp(62px,8vw,78px)}
.hero-art{width:135%;margin-left:-28%}
.hero-label{font-size:9px}
.hero-desc{font-size:15px}
.hero-buttons{align-items:flex-start;flex-direction:column;gap:10px}
.hero-status{max-width:280px}
.hero-art figcaption{font-size:6px;gap:10px}
.rotation-preview{gap:20px;padding-block:20px}
.rotation-label{min-width:145px;font-size:11px}
.rotation-label small{font-size:9px}
.preview-cause strong{font-size:14px}
.rotation-preview .text-link{font-size:10px;gap:14px}
.giving-band{padding-top:48px;padding-bottom:48px}
.giving-band p{font-size:15px}
.giving-band h2{font-size:35px}
.section{padding-top:65px;padding-bottom:65px}
.charity-row{gap:15px;align-items:flex-start}
.charity-row h3{font-size:18px}
.cause-glyph{width:46px;height:61px;margin-top:8px}
.cause-glyph svg{width:27px;height:27px}
.proof-section{gap:8%;padding-bottom:75px}
.proof-section h2{font-size:37px}
.receipt-paper{padding:27px 22px}
.receipt-line{font-size:10px}
.proof-section>div>p{font-size:14px}
.page-heading h1{font-size:57px}
.page-heading p{font-size:15px}
.launch-grid{gap:6%;grid-template-columns:1.15fr .85fr}
.coin-preview{padding:20px}
.preview-identity h2{font-size:25px}
.preview-pledge strong{font-size:18px}
.form-section h2{font-size:21px}
.form-row{grid-template-columns:1fr}
.form-row>div+div{margin-top:5px}
.form-actions{gap:16px}
.form-actions .button{font-size:12px}
.rotation-feature{gap:5%;padding:27px}
.rotation-feature h2{font-size:36px}
.rotation-feature-copy p{font-size:13px}
.rotation-instrument{padding:23px}
.rotation-instrument h3{font-size:23px}
.instrument-label{font-size:9px;gap:8px}
.detail-layout{grid-template-columns:1.2fr .8fr;gap:6%}
.detail-layout h2{font-size:29px}
.detail-aside h2{font-size:21px}
.charity-detail-head{gap:25px}
.cause-glyph.large{width:95px;height:123px}
.cause-glyph.large svg{width:47px;height:47px}
.charity-detail-head h1{font-size:45px}
.charity-detail-head p{font-size:15px}
.ledger-summary strong{font-size:26px}
.ledger-summary>div>span{font-size:10px}
.source-row{gap:30px}
.footer-top{gap:30px}
.footer-top>p{font-size:12px}
.footer-bottom{flex-direction:column;gap:25px}
}

@media(max-width:650px){:root{--space:22px}
.header{height:73px;gap:20px}
.header-actions>.button{display:none}
.brand small{display:block}
.brand>span{font-family:Archivo,system-ui,sans-serif;font-size:23px}
.brand svg{width:28px}
.header-actions{gap:0}
.hero{display:flex;flex-direction:column;min-height:0;padding:0 var(--space) 25px}
.hero-copy{width:100%;padding:31px 0 0}
.hero-label{font-size:9px}
.hero h1{font-size:clamp(62px,14vw,88px);line-height:1.01;margin:24px 0}
.hero-desc{font-size:15px;line-height:1.7}
.hero-buttons{flex-direction:row;align-items:center;gap:22px;margin-top:24px}
.hero-buttons .button{min-height:51px;font-size:12px;gap:17px;padding:13px 15px}
.hero-buttons .text-link{font-size:12px;gap:13px}
.hero-status{font-size:9px;max-width:320px;margin-top:21px}
.hero-art{width:108%;max-width:475px;margin:0 -4%;transform:rotate(-5deg)}
.hero-art figcaption{font-size:7px;left:13%;right:8%;bottom:4%}
.rotation-preview{display:grid;grid-template-columns:1fr auto;gap:20px;padding:24px var(--space)}
.rotation-label{grid-column:1 / -1}
.rotation-label small{display:inline;margin-left:8px;font-size:9px}
.rotation-label .status-dot{margin-top:6px}
.preview-cause strong{font-size:15px;line-height:1.45}
.preview-cause small{font-size:7px}
.rotation-preview .text-link{font-size:10px;gap:10px;align-self:end}
.giving-band{display:block;padding:42px var(--space)}
.giving-band h2{font-size:37px}
.giving-band p{font-size:15px;margin-top:23px}
.giving-band .text-link{margin-top:13px;font-size:13px}
.section{padding:51px var(--space)}
.section-heading{display:block;margin-bottom:27px}
.section-heading h2{font-size:39px}
.section-heading p{font-size:13px;margin-top:18px}
.section-heading>.text-link{margin-top:18px;font-size:12px}
.charity-list{grid-template-columns:1fr;gap:0}
.charity-row{padding:24px 0;gap:20px;align-items:center;min-height:170px}
.cause-glyph{width:59px;height:77px;margin:0}
.cause-glyph svg{width:33px;height:33px}
.charity-row h3{font-size:20px;margin:9px 0}
.charity-row p{font-size:12px;line-height:1.8}
.category{font-size:9px}
.row-arrow{min-width:23px;font-size:21px}
.directory-note{font-size:10px;line-height:1.9;margin-top:18px}
.proof-section{display:block;padding:5px var(--space) 65px}
.proof-section h2{font-size:39px}
.proof-section>div>p{font-size:14px;margin-top:20px}
.proof-section .text-link{margin-top:15px}
.receipt-paper{max-width:370px;margin:40px auto 0;padding:30px 25px;transform:rotate(1.5deg)}
.receipt-line{font-size:11px}
.statement{padding:48px var(--space) 60px}
.statement>p{font-size:10px;line-height:1.7;margin-bottom:22px}
.statement h2{font-size:39px;line-height:1.16;margin-bottom:29px}
.statement .button{font-size:13px}
footer{padding:32px var(--space) 26px}
.footer-top{flex-wrap:wrap;gap:22px;padding-bottom:27px}
.footer-top>p{order:3;width:100%;font-size:13px}
.back-top{font-size:10px}
.footer-bottom{padding-top:20px;gap:23px}
.footer-bottom nav{font-size:11px;gap:20px}
.footer-bottom p{font-size:9px}
.page-heading{display:block;margin-bottom:35px}
.page-heading h1{font-size:46px;line-height:1.08}
.page-heading p{font-size:14px;line-height:1.85;margin-top:23px}
.page-heading>.button,.page-heading>.status-tag{margin-top:25px}
.directory-tools{flex-direction:column;align-items:flex-start;gap:18px}
.directory-tools>p{font-size:10px}
.search input{font-size:13px;min-height:51px;padding-left:0}
.filter-bar{gap:7px;margin:21px 0 29px}
.filter{font-size:11px;padding:8px 12px;min-height:42px}
.directory-list .charity-row{min-height:170px}
.empty-state{padding:50px 0}
.empty-state h1,.empty-state h2{font-size:31px}
.empty-state p{font-size:13px;line-height:1.85}
.notice{padding:19px;font-size:12px;margin-top:23px}
.notice p{font-size:12px;line-height:1.85}
.charity-detail-head{display:block;margin:8px 0 37px}
.cause-glyph.large{width:76px;height:88px;margin-bottom:23px}
.cause-glyph.large svg{width:41px;height:41px}
.charity-detail-head h1{font-size:39px;line-height:1.12;margin-top:14px}
.charity-detail-head p{font-size:14px}
.detail-layout{display:block}
.detail-layout h2{font-size:29px;line-height:1.17}
.detail-layout p{font-size:14px;line-height:1.85}
.detail-layout .notice p{font-size:12px}
.detail-aside{margin-top:45px;padding-top:28px}
.detail-aside h2{font-size:24px}
.detail-aside p{font-size:13px}
.detail-aside .slot-time{font-size:38px}
.aside-source{margin-top:30px}
.subhead{margin-top:37px}
.compact-empty{padding:8px 0 0}
.compact-empty p{font-size:13px}
.launch-grid{display:flex;flex-direction:column;gap:35px}
.launch-grid>div{width:100%}
.coin-preview{position:static;width:100%;max-width:430px;align-self:center;padding:25px}
.form-section{padding-top:25px;padding-bottom:30px}
.form-section h2{font-size:23px;margin-bottom:24px}
.form-row{grid-template-columns:1.3fr 1fr;gap:13px}
.form-row>div+div{margin:0}
.form-actions{gap:24px}
.form-actions .button{font-size:13px}
.form-actions .text-link{font-size:13px}
.form-section>label:not(:first-of-type){margin-top:24px}
.optional{display:block;margin:3px 0 0}
.checkbox{font-size:11px}
.launch-review h2{font-size:31px}
.launch-review dl>div{font-size:12px;gap:15px}
.launch-review .button-row{gap:20px}
.launch-review .text-link{font-size:12px}
.preview-identity h2{font-size:29px}
.preview-pledge strong{font-size:22px}
.preview-pledge small{font-size:8px}
.preview-identity>span{font-size:13px}
.preview-image-wrap{width:155px}
.rotation-feature{display:block;padding:27px 23px}
.rotation-feature h2{font-size:39px;line-height:1.1}
.rotation-feature-copy p{font-size:14px}
.rotation-instrument{margin-top:30px;padding:25px}
.rotation-instrument h3{font-size:26px}
.instrument-label{font-size:10px;line-height:1.6}
.rotation-feature-copy .text-link{font-size:12px}
.rotation-instrument>p{font-size:11px}
.schedule-heading{margin-top:44px}
.schedule-heading h2{font-size:35px}
.schedule-heading p{font-size:12px;line-height:1.8}
.day-select{display:flex;align-items:center;gap:20px;margin-top:22px}
.day-select select{max-width:145px;margin:0}
.schedule{grid-template-columns:1fr}
.schedule-row{grid-template-columns:50px 1fr 24px 17px;min-height:88px;gap:15px;padding:17px 0}
.schedule-row time{font-size:12px}
.schedule-cause strong{font-size:15px}
.schedule-cause small{font-size:9px}
.ledger-summary{grid-template-columns:1fr;gap:0;padding:0}
.ledger-summary>div{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;border-bottom:1px solid var(--line)}
.ledger-summary>div:last-child{border:0}
.ledger-summary strong{font-size:23px;margin:0}
.ledger-summary>div>span{font-size:12px}
.receipts-toolbar{display:block;margin-top:20px}
.receipts-toolbar .filter-bar{margin-bottom:8px}
.receipts-toolbar>.text-link{font-size:11px;margin-bottom:12px}
.data-note{font-size:10px;line-height:1.8}
.source-section{padding-top:27px}
.source-section>h2{font-size:30px;margin-bottom:25px}
.source-row{display:block;padding:22px 0}
.source-row h3{font-size:19px;margin-bottom:12px}
.source-row p{font-size:13px;line-height:1.9}
.route-steps li{grid-template-columns:36px 1fr;gap:20px;padding:29px 0}
.step-number{font-size:16px;padding-top:6px}
.route-steps h2{font-size:29px;line-height:1.2;margin-bottom:18px}
.route-steps p{font-size:14px;line-height:1.85}
.route-steps .text-link{font-size:12px}
.explanation-block{padding:28px 23px;margin-top:25px}
.explanation-block h2{font-size:30px;line-height:1.17;margin-bottom:21px}
.explanation-block p{font-size:13px;line-height:1.85}
.explanation-block .text-link{font-size:12px}
.term h2{font-size:26px;line-height:1.2}
.term p{font-size:14px;line-height:1.85}
.term{padding:25px 0}
.record-row{grid-template-columns:1fr auto;gap:15px}
.record-row h3{font-size:16px}
.record-row>a{grid-column:1 / -1;font-size:12px}
.coin-row{grid-template-columns:1fr auto;gap:16px}
.coin-row>p{grid-row:2;grid-column:1 / -1}
.coin-row>a{grid-column:2;grid-row:1}
.coin-row h3{font-size:21px}
}

.transaction-data{font:11px/1.8 var(--mono);overflow-wrap:anywhere;margin-block:15px}
#prepared-review details{margin:20px 0}
#prepared-review .button{margin-top:15px}
#coin-detail .detail-aside p{overflow-wrap:anywhere}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

.token-inventory{border-top:1px solid var(--line);padding:31px 0;margin:15px 0 20px}
.inventory-heading{display:flex;justify-content:space-between;align-items:center;gap:25px}
.inventory-heading h2{font-size:28px;line-height:1.2;max-width:600px}
.inventory-heading .text-link{font-size:12px;flex-shrink:0}
.inventory-explanation{font-size:12px;line-height:1.85;max-width:760px;margin-top:17px}
.inventory-status{font-size:13px;line-height:1.8;margin-top:24px}
.inventory-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:28px;padding:23px 0;border-top:1px solid var(--line);margin-top:20px}
.inventory-row h3{font-size:18px;line-height:1.4}
.inventory-row p{font-size:12px;margin-top:7px}
.inventory-amount{min-width:0;overflow-wrap:anywhere}
.inventory-amount strong{font:16px/1.7 var(--mono)}
.inventory-amount>span{font-size:12px;margin-left:9px}
.inventory-amount small{display:block;font-size:10px;color:var(--muted);margin-top:5px}
.inventory-row>.text-link{font-size:12px}

@media(max-width:650px){.token-inventory{padding:27px 0 20px}
.inventory-heading{display:block}
.inventory-heading h2{font-size:27px;line-height:1.2}
.inventory-heading .text-link{margin-top:12px;font-size:11px}
.inventory-explanation{font-size:12px;margin-top:18px}
.inventory-row{grid-template-columns:1fr;gap:17px;padding:23px 0;margin-top:20px}
.inventory-row h3{font-size:18px}
.inventory-row>.text-link{justify-self:start}
.inventory-status{font-size:12px}
.inventory-amount strong{font-size:15px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
.button:hover{transform:none}
}


/* Arc edition: airy paper, protocol navy and an open sky. */
body[data-page="home"] .header{background:var(--hero-sky);border-bottom-color:rgba(27,49,88,.18)}

.header{height:98px}

.desktop-nav{font-size:14px;font-weight:500}

.desktop-nav a:hover{color:var(--plum)}

.button{border-radius:7px;font-weight:550;gap:25px}

.button:hover{background:var(--accent);border-color:var(--accent)}

.button span,.text-link span{transition:transform .2s var(--ease)}

.button:hover span,.text-link:hover span{transform:translateX(2px)}

.text-link{font-weight:500;border-bottom-color:var(--line)}

.hero{min-height:750px;padding-top:48px;padding-bottom:64px;gap:5%;background:linear-gradient(180deg,var(--hero-sky) 0%,#E3EFF5 66%,var(--bg) 100%)}

.hero-copy{padding:24px 0 28px}

.hero-label{font-size:10px;letter-spacing:.1em}

.hero h1{font-family:var(--display);font-size:clamp(68px,7.2vw,108px);font-weight:400;line-height:1.04;letter-spacing:-.065em;margin:27px 0 28px}

.hero h1 em{color:var(--accent)}

.hero-desc{font-size:18px;line-height:1.7;color:var(--ink)}

.hero-buttons{margin-top:32px}

.hero-status{font-size:11px;line-height:1.65;margin-top:27px;max-width:350px}

.hero-art{width:100%;max-width:615px;justify-self:end;margin:0;transform:none;border-radius:48% 48% 10px 10px;background:var(--navy);overflow:hidden;isolation:isolate;border:1px solid rgba(27,49,88,.13);padding:7px 7px 0}

.hero-art::before{content:'';position:absolute;inset:15px 15px 58px;border:1px solid rgba(172,198,233,.35);border-radius:48% 48% 3px 3px;pointer-events:none;z-index:2}

.hero-art img{width:100%;height:auto;display:block;mix-blend-mode:lighten}

.hero-art figcaption{position:relative;inset:auto;display:flex;align-items:center;justify-content:space-between;transform:none;color:var(--ether);font:8px/1.5 var(--mono);letter-spacing:.06em;padding:21px 25px 23px;gap:15px}

.rotation-preview{background:var(--bg);padding-block:28px}

.giving-band{background:var(--navy);color:var(--light);padding-block:76px}

.giving-band h2{font-weight:400;letter-spacing:-.045em}

.giving-band p{color:var(--ether);line-height:1.8}

.giving-band .text-link{color:var(--light);border-color:#6985A9}

.giving-band .text-link:hover{color:var(--sky);border-color:var(--sky)}

.section{padding-top:98px;padding-bottom:98px}

.section-heading{margin-bottom:44px}

.section-heading h2,.proof-section h2{font-weight:400}

.charity-row{padding-block:32px}

.charity-row h3{font-weight:500;letter-spacing:-.025em;font-size:22px}

.cause-glyph{border-radius:40px 40px 9px 9px;border-color:transparent;height:85px}

.cause-glyph.large{border-radius:70px 70px 12px 12px}

.category{font-size:11px;letter-spacing:.015em}

.row-arrow{transition:color .2s var(--ease)}

.proof-section{padding-top:35px;padding-bottom:110px}

.receipt-paper{background:var(--ether);transform:rotate(1.2deg);border:1px solid var(--line);border-bottom:0;box-shadow:0 18px 40px -25px rgba(27,49,88,.35)}

.receipt-note,.receipt-bottom{color:var(--muted)}

.statement{background:#E8EFF5;padding-top:86px;padding-bottom:96px;border-top-color:var(--line)}

.statement h2{font-weight:400;letter-spacing:-.05em}

footer{padding-top:47px;padding-bottom:35px}

.page-heading h1{font-weight:400;letter-spacing:-.055em}

.page-heading p{font-size:17px}

.search{border-radius:7px}

.filter{border-radius:6px;background:var(--bg);font-weight:500}

.filter.active{background:var(--navy);border-color:var(--navy);color:var(--light)}

.filter:hover{background:var(--ether)}

.filter.active:hover{background:var(--accent);color:var(--light)}

.notice{border-radius:8px;border-left:1px solid var(--line);color:var(--ink)}

.notice p{color:var(--muted)}

.status-tag,.tag{border-radius:5px}

.form-section h2>span{border-radius:50%;font-size:11px;background:var(--ether)}

input,select,textarea{background:var(--panel);border-color:#8FA4BD;font-size:15px}

input:hover,select:hover,textarea:hover{border-color:var(--accent)}

.input-prefix{border-radius:7px;overflow:hidden}

.pledge-terms{border-radius:8px;background:#E5EDF5}

.coin-preview{border-radius:12px;background:var(--panel);padding:29px}

.preview-image-wrap{background:var(--navy);border-radius:50%;overflow:hidden;width:156px;padding:5px}

.preview-image-wrap img{mix-blend-mode:lighten}

.preview-identity h2{font-weight:500}

.preview-pledge strong{font-weight:500}

.rotation-feature{border-radius:12px;background:var(--navy);color:var(--light);padding:48px}

.rotation-feature h2{font-weight:400}

.rotation-feature-copy p{color:var(--ether)}

.rotation-feature-copy .text-link{color:var(--light);border-color:#6985A9}

.rotation-feature-copy .text-link:hover{color:var(--sky);border-color:var(--sky)}

.rotation-feature .dark-tag{color:var(--sky);border-color:#6985A9}

.rotation-instrument{border-radius:8px;background:var(--dark-surface);color:var(--light);--muted:#C3D3E7;--line:#587395;--accent:#ACC6E9}

.rotation-instrument p{color:var(--muted)}

.rotation-instrument .status-dot{background:var(--sky)}

.rotation-instrument h3{font-weight:400}

.explanation-block{border-radius:9px;border:1px solid var(--line)}

.toast{border-radius:8px;background:var(--navy);color:var(--light);box-shadow:0 6px 25px rgba(27,49,88,.16)}

@media(min-width:1600px){.hero{min-height:850px;gap:7%}
.hero-copy{padding-block:45px}
.hero h1{font-size:112px}
.hero-art{max-width:660px}
.hero-desc{font-size:19px}
}

@media(max-width:1150px){.header{height:88px}
.hero{min-height:675px;gap:4%;padding-top:40px;padding-bottom:50px}
.hero h1{font-size:clamp(68px,7.1vw,82px)}
.hero-art{width:100%;margin:0}
.hero-art figcaption{padding-inline:19px;font-size:7px}
.hero-desc{font-size:16px}
.hero-status{max-width:310px}
.hero-buttons{gap:20px}
.giving-band{padding-block:60px}
.charity-row h3{font-size:20px}
.section{padding-top:80px;padding-bottom:80px}
}

@media(max-width:900px){.header{height:82px}
.hero{grid-template-columns:1fr .9fr;gap:5%;min-height:620px;padding-top:38px;padding-bottom:46px}
.hero h1{font-size:clamp(58px,7.7vw,70px);letter-spacing:-.06em}
.hero-art{width:100%;margin:0}
.hero-art::before{inset:10px 10px 46px}
.hero-art figcaption{font-size:6px;padding:15px 12px 18px;gap:8px}
.hero-desc{font-size:15px}
.hero-buttons{gap:13px}
.hero-status{font-size:10px;max-width:280px}
.giving-band{padding-block:51px}
.giving-band h2{font-size:39px}
.charity-row h3{font-size:19px}
.category{font-size:10px}
.section{padding-block:68px}
.rotation-feature{padding:30px}
.rotation-instrument{padding:24px}
}

@media(max-width:650px){
:root{--space:23px}

.header{height:78px}

.hero{padding:35px var(--space) 40px;gap:0;min-height:0;background:linear-gradient(180deg,var(--hero-sky) 0%,#E3EFF5 42%,var(--bg) 100%)}

.hero-copy{padding:0;width:100%}

.hero h1{font-size:clamp(61px,14.5vw,86px);line-height:1.04;letter-spacing:-.064em;margin:26px 0}

.hero-desc{font-size:16px;line-height:1.7}

.hero-label{font-size:9px;gap:10px}

.hero-buttons{flex-direction:row;align-items:center;gap:23px;margin-top:28px}

.hero-buttons .button{font-size:12px;padding:14px 16px;gap:16px;min-height:52px}

.hero-buttons .text-link{font-size:12px;gap:12px}

.hero-status{font-size:10px;max-width:330px;margin-top:23px}

.hero-art{width:100%;max-width:400px;margin:35px auto 0;border-radius:48% 48% 8px 8px;padding:5px 5px 0;transform:none}

.hero-art::before{inset:12px 12px 48px}

.hero-art figcaption{font-size:7px;padding:15px 17px 19px;gap:10px}

.rotation-preview{padding-block:26px;gap:21px}

.rotation-preview .text-link{font-size:10px;gap:7px}

.rotation-label small{display:block;margin:3px 0 0}

.giving-band{padding-block:49px}

.giving-band h2{font-size:41px;line-height:1.12}

.giving-band p{font-size:16px;margin-top:25px}

.giving-band .text-link{margin-top:18px}

.section{padding:58px var(--space)}

.section-heading{margin-bottom:28px}

.section-heading h2,.proof-section h2{font-size:42px;line-height:1.1;letter-spacing:-.055em}

.section-heading p{font-size:14px}

.charity-row{padding-block:27px;min-height:170px;gap:18px}

.charity-row h3{font-size:21px;line-height:1.25}

.cause-glyph{width:58px;height:76px}

.category{font-size:10px}

.proof-section{padding:10px var(--space) 72px}

.proof-section>div>p{font-size:15px}

.receipt-paper{margin-top:38px}

.statement{padding:56px var(--space) 65px}

.statement h2{font-size:41px;line-height:1.16}

.statement>p{font-size:11px}

footer{padding:35px var(--space) 28px}

.page-heading h1{font-size:48px;line-height:1.09}

.page-heading p{font-size:15px;line-height:1.8}

.charity-detail-head h1{font-size:40px}

.notice{padding:19px 18px}

.coin-preview{padding:26px;border-radius:10px}

.rotation-feature{padding:30px 23px;border-radius:9px}

.rotation-feature h2{font-size:40px}

.rotation-feature-copy p{font-size:15px}

.rotation-instrument{padding:25px;margin-top:31px}

.preview-image-wrap{width:154px}

}

@media(max-width:370px){.hero-buttons{gap:17px}
.hero-buttons .button{padding-inline:13px}
.hero-buttons .text-link{gap:9px}
.hero h1{font-size:60px}
.preview-cause strong{font-size:14px}
.rotation-preview .text-link{font-size:9px;gap:6px}
}

@media(prefers-reduced-motion:reduce){.button:hover span,.text-link:hover span{transform:none}
}
