:root {
  --ink: #132e2b;
  --paper: #fffaf0;
  --white: #ffffff;
  --coral: #ff5a45;
  --yellow: #ffd84d;
  --teal: #00a99d;
  --sky: #a8e4f2;
  --line: #173c38;
  --shadow: 8px 8px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1400px, calc(100% - 8vw));
  height: 92px;
  margin: auto;
  border-bottom: 2px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-family: "Chewy", cursive; font-size: 1.7rem; transform: rotate(-5deg); }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .86rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { padding: .65rem 1rem; border: 2px solid var(--ink); background: var(--coral); color: white; box-shadow: 4px 4px 0 var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); }
.menu-button svg { width: 22px; }

.hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5vw;
  align-items: center;
  min-height: calc(100vh - 92px);
  max-height: 900px;
  width: min(1400px, calc(100% - 8vw));
  margin: auto;
  padding: 4rem 0 5rem;
}
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.2rem; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 4px; background: var(--coral); }
.eyebrow.light { color: var(--white); }
.eyebrow.light span { background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Chewy", cursive; font-weight: 400; line-height: .92; letter-spacing: 0; }
h1 { margin-bottom: 1.7rem; font-size: clamp(4.1rem, 7vw, 7.6rem); }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-intro { max-width: 600px; margin-bottom: 2rem; font-size: 1.18rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .78rem 1.15rem; border: 2px solid var(--ink); font-weight: 900; text-decoration: none; text-transform: uppercase; box-shadow: 5px 5px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button svg { width: 19px; }
.button-primary { background: var(--coral); color: white; }
.button-dark { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--teal); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.is-disabled { opacity: .65; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 900; text-underline-offset: 5px; }
.text-link svg { width: 18px; }
.quick-facts { display: flex; gap: 1.5rem; margin: 3.5rem 0 0; padding: 1.3rem 0 0; border-top: 2px solid var(--ink); list-style: none; }
.quick-facts li { display: grid; min-width: 90px; }
.quick-facts strong { font-family: "Chewy", cursive; font-size: 2rem; line-height: 1; }
.quick-facts span { font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.hero-visual { position: relative; padding: 5% 3% 3% 6%; }
.hero-visual::before { position: absolute; inset: 0 8% 8% 0; z-index: -1; border: 2px solid var(--ink); background-color: var(--sky); background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 18px 18px; content: ""; transform: rotate(2deg); }
.image-frame { overflow: hidden; border: 3px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--coral); transform: rotate(-2deg); }
.image-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s; }
.hero-visual:hover .image-frame img { transform: scale(1.035); }
.burst { position: absolute; z-index: 4; padding: .35rem .75rem; border: 2px solid var(--ink); font-family: "Chewy", cursive; font-size: 1.3rem; box-shadow: 3px 3px 0 var(--ink); }
.burst-one { top: 1%; right: 4%; background: var(--yellow); transform: rotate(8deg); }
.burst-two { bottom: 4%; left: 1%; background: var(--teal); color: white; transform: rotate(-8deg); }
.launch-sticker { position: absolute; right: -2%; bottom: -6%; display: flex; align-items: center; gap: .45rem; width: 128px; height: 128px; padding: 1.2rem; border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 6px 6px 0 var(--ink); font-size: .8rem; font-weight: 900; line-height: 1.05; text-transform: uppercase; transform: rotate(8deg); }
.launch-sticker svg { width: 34px; height: 34px; }

.ticker { overflow: hidden; border-block: 3px solid var(--ink); background: var(--yellow); transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; padding: .65rem 0; font-weight: 900; word-spacing: 1rem; animation: ticker 22s linear infinite; }
.ticker span { color: var(--coral); }
@keyframes ticker { to { transform: translateX(-35%); } }

.featured-section, .projects-section { width: min(1280px, calc(100% - 8vw)); margin: auto; padding: 9rem 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 3rem; }
h2 { margin-bottom: 0; font-size: clamp(3.6rem, 6vw, 6.5rem); }
.featured-project { display: grid; grid-template-columns: 1.15fr .85fr; border: 3px solid var(--ink); background: white; box-shadow: var(--shadow); }
.featured-media { position: relative; min-height: 480px; overflow: hidden; border-right: 3px solid var(--ink); background: var(--sky); }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.play-button { position: absolute; inset: 50% auto auto 50%; display: grid; width: 82px; height: 82px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); transform: translate(-50%, -50%); transition: scale .2s; }
.play-button:hover { scale: 1.08; }
.play-button svg { width: 31px; height: 31px; fill: var(--ink); }
.project-number { position: absolute; left: 1rem; bottom: 1rem; padding: .35rem .7rem; border: 2px solid var(--ink); background: white; font-size: .75rem; font-weight: 900; }
.featured-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 4rem); }
.status { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.4rem; color: #b53626; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.status span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px #ff5a4525; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px transparent; } }
.featured-details h3 { margin-bottom: 1.2rem; font-family: "Chewy", cursive; font-size: clamp(2.6rem, 4vw, 4.4rem); font-weight: 400; line-height: .98; }
.featured-details > p { font-weight: 700; }
.project-stats { display: grid; gap: .75rem; margin: 1rem 0 2rem; }
.project-stats div { display: flex; align-items: center; gap: .75rem; }
.project-stats svg { width: 21px; color: var(--teal); }
.project-stats span { display: flex; gap: .35rem; }
.featured-details .button { align-self: flex-start; }

.formula-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; padding: 8rem max(4vw, calc((100vw - 1280px) / 2)); background-color: var(--ink); background-image: linear-gradient(#ffffff0b 1px, transparent 1px), linear-gradient(90deg, #ffffff0b 1px, transparent 1px); background-size: 32px 32px; color: white; }
.formula-copy > p:last-child { max-width: 520px; margin-top: 2rem; color: #d8e4e2; font-weight: 700; }
.formula-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.formula-steps li { position: relative; min-height: 300px; padding: 1.5rem; border: 2px solid white; background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--coral); }
.formula-steps li:nth-child(2) { margin-top: 2rem; box-shadow-color: var(--yellow); }
.formula-steps li:nth-child(3) { margin-top: 4rem; box-shadow-color: var(--teal); }
.formula-steps li > span { position: absolute; top: .7rem; right: 1rem; font-family: "Chewy", cursive; font-size: 1.8rem; color: #173c3840; }
.formula-steps svg { width: 46px; height: 46px; margin: 2.5rem 0 2.2rem; color: var(--coral); }
.formula-steps h3 { margin-bottom: .4rem; font-family: "Chewy", cursive; font-size: 2rem; font-weight: 400; }
.formula-steps p { font-size: .9rem; font-weight: 700; }

.projects-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.project-tabs { display: flex; gap: .5rem; flex-wrap: wrap; }
.project-tabs button { min-height: 42px; padding: .55rem .9rem; border: 2px solid var(--ink); background: transparent; color: var(--ink); font-family: inherit; font-weight: 900; cursor: pointer; }
.project-tabs button.active, .project-tabs button:hover { background: var(--ink); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; min-height: 300px; }
.project-card { overflow: hidden; border: 3px solid var(--ink); background: white; box-shadow: 7px 7px 0 var(--ink); animation: card-in .45s both; animation-delay: var(--delay); }
@keyframes card-in { from { opacity: 0; transform: translateY(18px); } }
.project-card-media { position: relative; height: 270px; overflow: hidden; background-color: var(--sky); background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px); background-size: 18px 18px; }
.project-card-media img { width: 100%; height: 100%; object-fit: cover; }
.project-card-media > span { position: absolute; top: 1rem; left: 1rem; padding: .3rem .6rem; border: 2px solid var(--ink); background: var(--yellow); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.mystery-mark { display: grid; height: 100%; place-items: center; font-family: "Chewy", cursive; font-size: 9rem; color: var(--coral); text-shadow: 5px 5px 0 var(--ink); transform: rotate(8deg); }
.project-card-body { padding: 1.5rem; border-top: 3px solid var(--ink); }
.project-card-body > p { margin-bottom: .4rem; color: var(--teal); font-size: .73rem; font-weight: 900; text-transform: uppercase; }
.project-card-body h3 { margin-bottom: 1.2rem; font-family: "Chewy", cursive; font-size: 2rem; font-weight: 400; line-height: 1.05; }
.project-meta { display: flex; gap: 1rem; margin-bottom: 1.2rem; font-size: .8rem; font-weight: 800; }
.project-card-body a, .project-soon { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 900; text-transform: uppercase; text-underline-offset: 4px; }
.project-card-body svg { width: 17px; }
.project-soon { color: #526966; }
.empty-state { grid-column: 1 / -1; display: grid; min-height: 300px; place-items: center; align-content: center; border: 3px dashed var(--ink); text-align: center; }
.empty-state svg { width: 45px; height: 45px; color: var(--coral); }
.empty-state h3 { margin: .8rem 0 .2rem; font-family: "Chewy", cursive; font-size: 2rem; }
.empty-state p { margin: 0; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 9rem max(4vw, calc((100vw - 1280px) / 2)); border-block: 3px solid var(--ink); background-color: var(--sky); background-image: radial-gradient(#173c3830 1px, transparent 1px); background-size: 20px 20px; }
.about-copy { align-self: end; max-width: 600px; padding: 2rem; border: 3px solid var(--ink); background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.about-copy .lead { font-size: 1.2rem; }
.signature { margin-top: 1.5rem; color: var(--coral); font-family: "Chewy", cursive; font-size: 2.1rem; transform: rotate(-2deg); }

.libraries-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 9rem max(4vw, calc((100vw - 1280px) / 2)); background: var(--coral); color: white; }
.library-content > p:not(.eyebrow) { max-width: 620px; margin: 2rem 0; font-weight: 800; }
.library-content h2 em { color: var(--yellow); }
.library-checklist { display: grid; align-content: center; }
.library-checklist > div { display: flex; align-items: center; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 2px solid #ffffff80; }
.library-checklist svg { flex: 0 0 auto; width: 36px; height: 36px; color: var(--yellow); }
.library-checklist span { display: grid; }
.library-checklist strong { font-size: 1.1rem; }

.contact-section { padding: 9rem 4vw; text-align: center; }
.contact-kicker { display: inline-block; margin-bottom: 1.3rem; padding: .35rem .7rem; border: 2px solid var(--ink); background: var(--yellow); font-size: .75rem; font-weight: 900; text-transform: uppercase; transform: rotate(-2deg); }
.contact-section p { max-width: 650px; margin: 1.7rem auto; font-weight: 700; }
.contact-section .contact-note { margin-top: 1rem; color: #526966; font-size: .78rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 2rem 4vw; border-top: 3px solid var(--ink); background: var(--yellow); }
footer p { margin: 0; font-size: .82rem; font-weight: 800; }
.support-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: center; min-height: calc(100vh - 92px); width: min(1280px, calc(100% - 8vw)); margin: auto; padding: 5rem 0; }
.support-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 1.8rem 0; font-size: 1.15rem; font-weight: 700; }
.support-visual { position: relative; padding: 2rem; }
.support-visual::before { position: absolute; inset: 0; z-index: -1; border: 3px solid var(--ink); background-color: var(--yellow); background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 18px 18px; content: ""; transform: rotate(3deg); }
.support-photo { overflow: hidden; border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--coral); transform: rotate(-2deg); }
.support-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.impact-sticker { position: absolute; right: -1rem; bottom: -.5rem; display: grid; width: 145px; height: 145px; place-content: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--teal); color: white; box-shadow: 6px 6px 0 var(--ink); line-height: 1; text-align: center; transform: rotate(7deg); }
.impact-sticker strong { font-family: "Chewy", cursive; font-size: 2.4rem; }
.impact-sticker span { max-width: 95px; font-size: .7rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.impact-section { padding: 9rem max(4vw, calc((100vw - 1280px) / 2)); border-block: 3px solid var(--ink); background-color: var(--sky); background-image: radial-gradient(#173c3830 1px, transparent 1px); background-size: 20px 20px; }
.impact-heading { max-width: 850px; margin-bottom: 3rem; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.impact-grid article { position: relative; padding: 2rem; border: 3px solid var(--ink); background: white; box-shadow: 7px 7px 0 var(--ink); }
.impact-grid article.featured-impact { background: var(--yellow); transform: translateY(-1rem) rotate(1deg); }
.impact-grid article > svg { width: 44px; height: 44px; margin: 2.8rem 0 1.5rem; color: var(--coral); }
.impact-price { position: absolute; top: 1.2rem; right: 1.2rem; font-family: "Chewy", cursive; font-size: 2rem; }
.impact-grid h3 { margin-bottom: .6rem; font-family: "Chewy", cursive; font-size: 2rem; font-weight: 400; }
.impact-grid p { min-height: 84px; font-weight: 700; }
.impact-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 900; text-transform: uppercase; text-underline-offset: 4px; }
.impact-link svg { width: 17px; }
.impact-disclaimer { margin: 2rem 0 0; font-size: .78rem; font-weight: 800; }
.wishlist-section { display: flex; align-items: end; justify-content: space-between; gap: 4rem; padding: 8rem max(4vw, calc((100vw - 1280px) / 2)); background-color: var(--ink); background-image: linear-gradient(#ffffff0b 1px, transparent 1px), linear-gradient(90deg, #ffffff0b 1px, transparent 1px); background-size: 32px 32px; color: white; }
.wishlist-section > div { max-width: 760px; }
.wishlist-section p:not(.eyebrow) { max-width: 650px; margin: 2rem 0 0; color: #d8e4e2; font-weight: 700; }
.wishlist-section h2 em { color: var(--yellow); }
.wishlist-section .button { flex: 0 0 auto; }
.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 9rem max(4vw, calc((100vw - 1280px) / 2)); }
.trust-copy > p:last-child { max-width: 580px; margin-top: 2rem; font-weight: 700; }
.trust-list { display: grid; align-content: center; }
.trust-list > div { display: flex; align-items: center; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 2px solid var(--ink); }
.trust-list svg { flex: 0 0 auto; width: 34px; height: 34px; color: var(--coral); }
.trust-list span { display: grid; }
.giving-note { display: flex; gap: 1rem; width: min(900px, calc(100% - 2rem)); margin: 0 auto 8rem; padding: 1.3rem; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); }
.giving-note svg { flex: 0 0 auto; }
.giving-note p { margin: 0; font-size: .88rem; }
.signup-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: start; width: min(1280px, calc(100% - 8vw)); margin: auto; padding: 6rem 0 8rem; }
.signup-intro { position: sticky; top: 2rem; }
.signup-intro > p:not(.eyebrow) { max-width: 600px; margin: 1.8rem 0 2.5rem; font-size: 1.08rem; font-weight: 700; }
.signup-project { display: grid; grid-template-columns: 145px 1fr; overflow: hidden; max-width: 570px; border: 3px solid var(--ink); background: white; box-shadow: 6px 6px 0 var(--ink); }
.signup-project img { width: 100%; height: 100%; object-fit: cover; border-right: 3px solid var(--ink); }
.signup-project div { padding: 1rem; }
.signup-project span { color: var(--coral); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.signup-project h2 { margin: .2rem 0 .6rem; font-family: "Chewy", cursive; font-size: 1.6rem; line-height: 1; }
.signup-project p { display: flex; align-items: center; gap: .4rem; margin: 0; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.signup-project svg { width: 15px; }
.interest-counter { display: flex; align-items: center; gap: .8rem; max-width: 570px; margin-top: 1.5rem; padding: 1rem; border: 2px solid var(--ink); background: var(--yellow); }
.interest-counter svg { flex: 0 0 auto; color: var(--coral); }
.interest-counter span { display: flex; flex-wrap: wrap; gap: .3rem; font-size: .86rem; font-weight: 800; }
.interest-counter strong { font-size: 1rem; }
.signup-form-wrap { min-height: 730px; padding: clamp(1.5rem, 4vw, 3rem); border: 3px solid var(--ink); background: white; box-shadow: 10px 10px 0 var(--teal); }
.form-heading { margin-bottom: 2rem; }
.form-heading > span { display: inline-block; padding: .25rem .55rem; border: 2px solid var(--ink); background: var(--yellow); font-size: .7rem; font-weight: 900; text-transform: uppercase; transform: rotate(-2deg); }
.form-heading h2, .signup-success h2 { margin: 1rem 0 .4rem; font-family: "Chewy", cursive; font-size: 2.6rem; font-weight: 400; }
.form-heading p { margin: 0; color: #526966; font-size: .9rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; margin-bottom: 1.25rem; }
.form-field label { margin-bottom: .35rem; font-size: .82rem; font-weight: 900; }
.form-field label span { color: #526966; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 2px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; padding: .7rem .8rem; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 4px solid #00a99d35; border-color: var(--teal); }
.form-field [aria-invalid="true"] { border-color: #b53626; }
.field-hint { margin-top: .25rem; color: #526966; font-size: .72rem; }
.field-error { min-height: 1rem; margin-top: .2rem; color: #a32618; font-size: .72rem; font-weight: 800; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: flex; gap: .75rem; align-items: flex-start; font-size: .78rem; font-weight: 700; cursor: pointer; }
.consent-field input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--teal); }
.form-submit { width: 100%; margin-top: 1.3rem; font-family: inherit; cursor: pointer; }
.form-submit:disabled { cursor: wait; }
.form-submit.is-loading { opacity: .7; }
.form-status { min-height: 1.5rem; margin: .7rem 0 0; text-align: center; font-size: .8rem; font-weight: 800; }
.form-status.error { color: #a32618; }
.signup-success { padding: 5rem 1rem; text-align: center; }
.signup-success > svg { width: 76px; height: 76px; color: var(--coral); }
.signup-success p { max-width: 480px; margin: 0 auto 2rem; font-weight: 700; }
.signup-notes { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 3px solid var(--ink); background: var(--yellow); }
.signup-notes > div { display: flex; gap: 1rem; padding: 2.5rem max(2rem, 4vw); border-right: 2px solid var(--ink); }
.signup-notes > div:last-child { border-right: 0; }
.signup-notes strong { color: var(--coral); font-family: "Chewy", cursive; font-size: 2rem; }
.signup-notes span { display: grid; font-size: .85rem; font-weight: 700; }
.signup-notes b { font-size: 1rem; }
.privacy-note { display: flex; gap: 1rem; width: min(900px, calc(100% - 2rem)); margin: 6rem auto; padding: 1.3rem; border: 2px solid var(--ink); background: var(--sky); box-shadow: 5px 5px 0 var(--ink); }
.privacy-note svg { flex: 0 0 auto; color: var(--teal); }
.privacy-note p { margin: 0; font-size: .88rem; }
.back-to-top { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--ink); background: white; box-shadow: 3px 3px 0 var(--ink); }
.back-to-top svg { width: 20px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; max-height: none; padding-top: 3rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(780px, 95%); margin: auto; }
  .featured-project { grid-template-columns: 1fr; }
  .featured-media { min-height: 390px; border-right: 0; border-bottom: 3px solid var(--ink); }
  .formula-section { grid-template-columns: 1fr; }
  .about-section, .libraries-section { grid-template-columns: 1fr; }
  .support-hero, .trust-section { grid-template-columns: 1fr; }
  .signup-hero { grid-template-columns: 1fr; }
  .signup-intro { position: static; }
  .support-visual { width: min(760px, 95%); margin: auto; }
  .wishlist-section { align-items: flex-start; flex-direction: column; }
  .about-copy { justify-self: end; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-header { width: calc(100% - 2rem); height: 76px; }
  .menu-button { display: grid; place-items: center; }
  nav { position: absolute; top: 74px; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem; border: 2px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }
  nav.open { display: grid; }
  nav a { padding: .7rem; }
  .nav-cta { text-align: center; }
  .hero { width: calc(100% - 2rem); min-height: auto; padding: 2rem 0 1rem; }
  h1 { font-size: 4.1rem; }
  h2 { font-size: 3.6rem; }
  .hero-intro { margin-bottom: 1.3rem; font-size: 1rem; }
  .hero-actions { gap: .8rem; }
  .quick-facts { gap: .8rem; justify-content: space-between; margin-top: 1.5rem; padding-top: 1rem; }
  .quick-facts li { min-width: 0; }
  .hero-visual { width: 94%; padding-left: 2%; }
  .launch-sticker { right: -7%; width: 102px; height: 102px; padding: .8rem; }
  .launch-sticker svg { width: 26px; }
  .featured-section, .projects-section { width: calc(100% - 2rem); padding: 6rem 0; }
  .featured-media { min-height: 250px; }
  .featured-details { padding: 1.6rem; }
  .formula-section, .about-section, .libraries-section { padding: 6rem 1rem; }
  .formula-steps { grid-template-columns: 1fr; }
  .formula-steps li { min-height: auto; }
  .formula-steps li:nth-child(2), .formula-steps li:nth-child(3) { margin-top: 0; }
  .formula-steps svg { margin: 1.7rem 0 1rem; }
  .projects-header { align-items: start; flex-direction: column; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-media { height: 220px; }
  .about-copy { padding: 1.4rem; }
  .contact-section { padding: 6rem 1rem; }
  .support-hero { grid-template-columns: 1fr; width: calc(100% - 2rem); min-height: auto; padding: 3rem 0 5rem; }
  .support-visual { width: 95%; padding: 1rem; }
  .impact-sticker { right: -1rem; width: 108px; height: 108px; }
  .impact-sticker strong { font-size: 1.8rem; }
  .impact-section, .wishlist-section, .trust-section { padding: 6rem 1rem; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-grid article.featured-impact { transform: none; }
  .impact-grid p { min-height: 0; }
  .giving-note { margin-bottom: 6rem; }
  .signup-hero { width: calc(100% - 2rem); padding: 3rem 0 5rem; }
  .signup-project { grid-template-columns: 110px 1fr; }
  .signup-form-wrap { min-height: 0; padding: 1.3rem; }
  .form-row, .signup-notes { grid-template-columns: 1fr; }
  .signup-notes > div { padding: 1.5rem 1rem; border-right: 0; border-bottom: 2px solid var(--ink); }
  .signup-notes > div:last-child { border-bottom: 0; }
  footer { align-items: flex-start; flex-direction: column; }
  .back-to-top { position: absolute; right: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}