@font-face {
  font-family: Manrope;
  src: url("manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("source-sans-3-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
:root {
  --white: oklch(1 0 0);
  --ink: oklch(0.28 0.035 340);
  --muted: oklch(0.47 0.02 340);
  --brand: oklch(0.545 0.151 9);
  --brand-hover: oklch(0.475 0.145 9);
  --rose: oklch(0.969 0.013 9);
  --rose-deep: oklch(0.921 0.032 9);
  --line: oklch(0.884 0.014 9);
  --gold: oklch(0.81 0.147 80);
  --plum: oklch(0.29 0.055 340);
  --display: Manrope, Arial, sans-serif;
  --body: "Source Sans 3", Arial, sans-serif;
  --radius: 12px;
  --z-sticky: 10;
  --shadow: 0 12px 45px oklch(0.28 0.035 340/0.07);
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font: 18px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.7;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
h2 {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}
h3 {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  flex-shrink: 0;
  vertical-align: middle;
}
a,
button,
input,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}
a:hover {
  color: var(--brand);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 30;
  background: var(--white);
  padding: 12px 20px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  border-bottom: 1px solid oklch(0.94 0.008 9);
  height: 100px;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-block;
}
.brand img {
  object-fit: contain;
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 16px;
  font-weight: 600;
}
.header-give {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 19px;
}
.header-give .icon {
  color: var(--brand);
  width: 18px;
  height: 18px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(375px, 1fr);
  column-gap: 68px;
  row-gap: 0;
  padding-block: 65px 44px;
}
.hero-intro {
  grid-column: 1;
  grid-row: 1;
}
.eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  letter-spacing: 0.02em;
}
.tiny-heart .icon {
  width: 18px;
  height: 18px;
}
h1 {
  font-size: clamp(40px, 4.3vw, 60px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.038em;
}
h1 span {
  color: var(--brand);
  position: relative;
}
h1 span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  border-top: 2px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.hero-description {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 27px;
}
.hero-detail {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin-top: 13px;
  max-width: 48ch;
}
.hero-photo {
  grid-column: 1;
  grid-row: 2;
  margin: 29px 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 75px 12px;
  height: 288px;
  background: var(--rose);
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 15%;
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(0deg, oklch(0.15 0.03 130/0.73), transparent);
  pointer-events: none;
}
.hero-photo figcaption {
  position: absolute;
  z-index: 1;
  bottom: 23px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
}
.photo-heart {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid oklch(1 0 0/0.5);
  display: grid;
  place-items: center;
}
.photo-heart .icon {
  width: 21px;
  height: 21px;
}
.image-disclosure {
  position: absolute;
  top: 10px;
  left: 12px;
  background: oklch(0.15 0.03 130/0.7);
  color: var(--white);
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 11px;
}
.hero-footnote {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  color: var(--muted);
  margin-top: 21px;
  line-height: 1.5;
}
.hero-footnote > .icon {
  color: var(--brand);
  width: 28px;
  height: 28px;
}
.hero-footnote strong {
  color: var(--ink);
  font-weight: 600;
}
.donation-card {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 28px;
  background: var(--white);
  scroll-margin-top: 25px;
  position: relative;
}
.donation-heading {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.donation-heading h2 {
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.donation-heading p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 6px;
}
.giving-mark {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  color: var(--brand);
  display: grid;
  place-items: center;
  background: var(--rose);
  border-radius: 50%;
}
.giving-mark .icon {
  width: 20px;
  height: 20px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.frequency-options {
  display: flex;
  gap: 5px;
  padding: 5px;
  border-radius: 8px;
  background: var(--rose);
}
.frequency-options label {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.frequency-options input,
.amount-options input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.frequency-options label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 43px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.frequency-options input:checked + span {
  background: var(--white);
  color: var(--brand);
  box-shadow: 0 2px 7px oklch(0.28 0.035 340/0.08);
}
.frequency-options input:focus-visible + span,
.amount-options input:focus-visible + span {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}
.frequency-options .icon {
  width: 17px;
  height: 17px;
}
.frequency-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 21px;
  min-height: 21px;
}
.amount-fieldset legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.amount-fieldset legend > span {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.amount-options {
  display: flex;
  gap: 9px;
}
.amount-options label {
  flex: 1;
  cursor: pointer;
  position: relative;
}
.amount-options label > span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 650;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.amount-options label:hover > span {
  border-color: var(--brand);
}
.amount-options input:checked + span {
  border: 2px solid var(--brand);
  color: var(--brand);
  background: var(--rose);
}
.other-amount {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin-top: 10px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 14px;
}
.other-amount:focus-within,
.other-amount:has(> input:checked) {
  border-color: var(--brand);
}
.other-amount > input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--brand);
  flex-shrink: 0;
}
.other-label {
  white-space: nowrap;
}
.currency-symbol {
  margin-left: auto;
  color: var(--muted);
}
.other-amount #custom-amount {
  width: 124px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 0;
  text-align: left;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  border-radius: 0;
}
.other-amount #custom-amount::placeholder {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
}
.other-amount #custom-amount:focus {
  outline: none;
  box-shadow: none;
}
.other-amount:has(#custom-amount:focus-visible) {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}
.gift-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-size: 13px;
  margin: 12px 0 21px;
}
.gift-note .icon {
  width: 15px;
  height: 15px;
}
.email-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 7px;
}
.email-label > span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}
input[type="email"],
input[type="text"] {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  width: 100%;
  padding: 9px 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
}
input::placeholder {
  color: var(--muted);
  opacity: 1;
}
#donor-email {
  margin-bottom: 20px;
}
.button {
  min-height: 51px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  background: var(--brand);
  color: var(--white);
  font-family: var(--display);
  font-weight: 650;
  font-size: 16px;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--brand-hover);
  color: var(--white);
  transform: translateY(-1px);
}
.button .icon {
  width: 20px;
  height: 20px;
}
.donate-button {
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
}
.donate-button .icon {
  transition: transform 0.2s;
}
.donate-button:hover .icon {
  transform: translateX(3px);
}
.payment-explanation {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
  margin-top: 10px;
}
.secure-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  margin-top: 14px;
}
.secure-payment .icon {
  width: 13px;
  height: 13px;
}
.stripe-word {
  font: 800 19px var(--display);
  letter-spacing: -0.04em;
  color: var(--ink);
  vertical-align: baseline;
  margin-left: 2px;
}
.bank-transfer {
  border-top: 1px solid var(--line);
  margin: 21px -28px -28px;
}
.bank-transfer > summary {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 23px;
  cursor: pointer;
  font-size: 13px;
  list-style: none;
}
.bank-transfer > summary > .icon:first-child {
  width: 19px;
  height: 19px;
  color: var(--muted);
}
.bank-transfer > summary span {
  flex: 1;
}
.bank-transfer > summary strong {
  font-weight: 600;
  color: var(--brand);
}
summary::-webkit-details-marker {
  display: none;
}
.bank-transfer > summary .disclosure-icon {
  width: 15px;
  height: 15px;
  color: var(--muted);
}
details[open] > summary .disclosure-icon {
  transform: rotate(45deg);
}
.bank-content {
  padding: 0 25px 25px;
  font-size: 15px;
}
.bank-content h3 {
  font-size: 18px;
  margin: 4px 0 10px;
}
.bank-content p {
  color: var(--muted);
}
.bank-content a,
.faq-list p a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bank-details {
  margin: 18px 0;
  background: var(--rose);
  border-radius: 8px;
  padding: 5px 14px;
}
.bank-details > div {
  padding: 12px 0;
}
.bank-details > div + div {
  border-top: 1px solid var(--line);
}
.bank-details dt {
  font-size: 12px;
  color: var(--muted);
}
.bank-details dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.copy-button {
  background: transparent;
  border: 0;
  padding: 10px;
  color: var(--brand);
  border-radius: 5px;
}
.copy-button:hover {
  background: var(--rose-deep);
}
.copy-button .icon {
  width: 18px;
  height: 18px;
}
.bank-confirm {
  margin-bottom: 12px;
}
.copy-status:not(:empty) {
  margin-top: 12px !important;
  color: var(--brand) !important;
}
.notice,
.form-error {
  padding: 12px 14px;
  background: var(--rose);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 15px;
  margin-bottom: 15px;
}
.form-error {
  color: var(--brand);
}
[hidden] {
  display: none !important;
}
.trust-strip {
  background: var(--rose);
  border-block: 1px solid oklch(0.94 0.017 9);
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}
.trust-inner > div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.trust-inner .icon {
  color: var(--brand);
  width: 22px;
  height: 22px;
}
.impact-section {
  padding-block: 87px 75px;
  scroll-margin-top: 25px;
}
.section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 65px;
}
.section-kicker {
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.section-intro > p {
  max-width: 380px;
  font-size: 18px;
  color: var(--muted);
  padding-bottom: 5px;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 47px;
}
.impact-grid article {
  position: relative;
}
.impact-symbol {
  color: var(--brand);
  margin-bottom: 20px;
}
.impact-symbol .icon {
  width: 34px;
  height: 34px;
  stroke-width: 1.35;
}
.impact-grid h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.impact-grid p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}
.impact-grid article > span {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: var(--brand);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 600;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translateX(4px);
}
.impact-section > .text-link {
  margin-top: 36px;
}
.monthly-section {
  background: var(--plum);
  color: var(--white);
  overflow: hidden;
}
.monthly-inner {
  display: flex;
  align-items: center;
  gap: 44px;
  min-height: 305px;
  padding-block: 45px;
}
.monthly-art {
  width: 145px;
  height: 170px;
  flex-shrink: 0;
  position: relative;
  display: grid;
  place-items: center;
}
.monthly-art > .icon {
  width: 56px;
  height: 56px;
  stroke-width: 1.2;
  color: oklch(0.81 0.103 9);
  transform: rotate(-10deg);
}
.orbit {
  position: absolute;
  border: 1px solid oklch(0.65 0.09 9/0.5);
  border-radius: 50%;
  transform: rotate(-30deg);
  width: 130px;
  height: 156px;
}
.orbit-two {
  width: 106px;
  height: 134px;
  transform: rotate(25deg);
}
.orbit-three {
  width: 80px;
  height: 109px;
  transform: rotate(-30deg);
}
.spark {
  position: absolute;
  color: var(--gold);
  font-size: 29px;
  font-weight: 300;
}
.spark-one {
  top: 1px;
  right: 5px;
}
.spark-two {
  bottom: 5px;
  left: 8px;
  font-size: 20px;
}
.monthly-copy {
  flex: 1;
  max-width: 520px;
}
.monthly-copy > p:first-child {
  font-size: 14px;
  color: oklch(0.82 0.07 9);
  margin-bottom: 11px;
}
.monthly-copy h2 {
  font-size: 32px;
  line-height: 1.3;
}
.monthly-copy > p:last-child {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 17px;
  color: oklch(0.86 0.014 340);
}
.monthly-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.button-light {
  background: var(--white);
  color: var(--plum);
  white-space: nowrap;
}
.button-light:hover {
  background: var(--rose);
  color: var(--plum);
}
.button-light .icon {
  color: var(--brand);
}
.monthly-action > span {
  font-size: 12px;
  color: oklch(0.86 0.014 340);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding-block: 90px 75px;
}
.faq-intro > p:not(.section-kicker) {
  font-size: 17px;
  color: var(--muted);
  margin-top: 24px;
}
.faq-intro > .text-link {
  margin-top: 15px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-block: 20px;
  font-weight: 600;
  font-size: 18px;
}
.faq-list summary .icon {
  width: 18px;
  height: 18px;
  color: var(--brand);
  transition: transform 0.2s;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details > div {
  padding: 0 35px 22px 0;
  font-size: 17px;
  color: var(--muted);
}
.closing-note {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-block: 40px 57px;
}
.closing-note > span {
  display: block;
  color: var(--brand);
  margin-bottom: 16px;
}
.closing-note > span .icon {
  width: 25px;
  height: 25px;
}
.closing-note h2 {
  font-size: 24px;
  letter-spacing: -0.025em;
}
.closing-note p {
  font-size: 18px;
  color: var(--muted);
  margin-top: 9px;
}
.closing-note .text-link {
  margin-top: 15px;
}
.site-footer {
  background: oklch(0.978 0.004 340);
  border-top: 1px solid oklch(0.94 0.008 9);
  padding-block: 38px 20px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer-inner p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
}
.footer-links {
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 14px;
}
.footer-links .icon {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 30px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}
.mobile-give {
  display: none;
}
.result-page {
  min-height: 75vh;
  display: grid;
  place-items: center;
  padding-block: 70px;
}
.addon-offer,
.addon-download {
  padding: 20px;
  margin-block: 0 22px;
  border-radius: 12px;
  background: var(--rose);
  border: 1px solid var(--line);
}
.addon-offer h3,
.addon-download h2 {
  font: 650 21px/1.35 var(--display);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.addon-offer .section-kicker {
  font-size: 11px;
  margin-bottom: 8px;
}
.addon-offer p,
.addon-download p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.addon-offer .addon-detail,
.addon-download .addon-detail,
.addon-email-note {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.addon-email-note {
  margin-top: 9px;
}
.addon-download {
  margin-top: 28px;
}
.addon-download a:not(.button),
.addon-offer a {
  text-decoration: underline;
}
.result-card {
  max-width: 660px;
  text-align: center;
}
.result-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 24px;
  background: var(--rose);
  color: var(--brand);
}
.result-icon .icon {
  width: 37px;
  height: 37px;
}
.result-card h1 {
  font-size: 45px;
}
.result-card > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 20px;
}
.gift-summary {
  background: var(--rose);
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}
.gift-summary strong {
  display: block;
  font: 650 32px var(--display);
  color: var(--brand);
}
.gift-summary span {
  font-size: 16px;
}
.result-card .button {
  margin-top: 24px;
}
.result-card .text-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hero-intro {
  animation: intro-in 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.donation-card {
  animation: form-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes intro-in {
  from {
    transform: translateY(12px);
    opacity: 0.5;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes form-in {
  from {
    transform: translateY(16px);
  }
  to {
    transform: none;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 75px;
    column-gap: 82px;
  }
  .hero-photo {
    height: 315px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 0 35px;
    grid-template-columns: minmax(0, 1fr) minmax(355px, 1fr);
    padding-top: 45px;
  }
  .hero-photo {
    height: 275px;
  }
  .hero-description {
    font-size: 20px;
  }
  .donation-card {
    padding: 24px;
  }
  .bank-transfer {
    margin-inline: -24px;
    margin-bottom: -24px;
  }
  .donation-heading h2 {
    font-size: 21px;
  }
  .giving-mark {
    display: none;
  }
  .hero-detail {
    font-size: 17px;
  }
  .eyebrow {
    font-size: 12px;
    gap: 6px;
  }
  .monthly-inner {
    gap: 30px;
  }
  .monthly-art {
    width: 90px;
  }
  .orbit {
    width: 88px;
    height: 138px;
  }
  .orbit-two {
    width: 74px;
    height: 114px;
  }
  .orbit-three {
    width: 61px;
    height: 89px;
  }
  .monthly-copy h2 {
    font-size: 28px;
  }
  .monthly-action .button {
    padding-inline: 17px;
  }
  .faq-section {
    gap: 55px;
  }
  .impact-grid {
    gap: 30px;
  }
  .header-inner nav {
    gap: 24px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 85px;
  }
  .brand img {
    width: 180px;
    height: auto;
  }
  .header-inner nav > a:not(.header-give) {
    display: none;
  }
  .header-give {
    font-size: 14px;
    gap: 9px;
    padding: 10px 13px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 1fr);
    gap: 0 26px;
  }
  .donation-card {
    padding: 20px;
  }
  .bank-transfer {
    margin-inline: -20px;
    margin-bottom: -20px;
  }
  .bank-transfer > summary {
    padding-inline: 16px;
  }
  .bank-transfer > summary span {
    font-size: 12px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero h1 br {
    display: none;
  }
  .hero-description {
    font-size: 19px;
  }
  .desktop-break {
    display: none;
  }
  .eyebrow {
    align-items: flex-start;
    line-height: 1.5;
  }
  .hero-photo {
    height: 286px;
  }
  .hero-photo figcaption {
    left: 16px;
    bottom: 20px;
    font-size: 13px;
    gap: 9px;
  }
  .photo-heart {
    width: 33px;
    height: 33px;
  }
  .donation-heading h2 {
    font-size: 20px;
  }
  .donation-heading p {
    font-size: 13px;
  }
  .gift-note {
    font-size: 11px;
  }
  .other-amount {
    gap: 6px;
    padding-inline: 8px;
  }
  .other-label {
    font-size: 12px;
  }
  .other-amount #custom-amount {
    width: 114px;
  }
  .trust-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    padding-block: 22px;
  }
  .trust-inner > div {
    font-size: 13px;
  }
  .section-intro {
    gap: 30px;
  }
  .section-intro > p {
    max-width: 280px;
    font-size: 17px;
  }
  .impact-grid {
    gap: 24px;
  }
  .impact-grid h3 {
    font-size: 18px;
  }
  .impact-grid p {
    font-size: 16px;
  }
  .monthly-inner {
    flex-wrap: wrap;
    gap: 25px;
  }
  .monthly-copy {
    max-width: none;
    flex-basis: calc(100% - 115px);
  }
  .monthly-action {
    margin-left: 115px;
    align-items: flex-start;
    flex-basis: calc(100% - 115px);
  }
  .monthly-action > span {
    display: none;
  }
  .faq-section {
    gap: 35px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .footer-links {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 16px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
  }
  .brand img {
    width: 162px;
  }
  .header-give {
    border: 0;
    padding: 8px 0;
    font-size: 13px;
    gap: 7px;
  }
  .header-give .icon {
    width: 15px;
    height: 15px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding-block: 34px 31px;
  }
  .hero-intro {
    order: 0;
  }
  .eyebrow {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .hero h1 {
    font-size: clamp(38px, 9vw, 51px);
    line-height: 1.17;
    max-width: 440px;
  }
  .hero h1 br {
    display: block;
  }
  .hero-description {
    font-size: 20px;
    margin-top: 25px;
  }
  .hero-detail {
    font-size: 17px;
    margin-top: 11px;
    max-width: 44ch;
  }
  .donation-card {
    order: 1;
    margin-top: 30px;
    width: 100%;
    padding: 25px 23px;
    border-radius: 13px;
  }
  .donation-heading {
    margin-bottom: 21px;
  }
  .donation-heading h2 {
    font-size: 22px;
  }
  .donation-heading p {
    font-size: 14px;
  }
  .giving-mark {
    display: grid;
  }
  .frequency-note {
    font-size: 13px;
  }
  .amount-options label > span {
    font-size: 19px;
    height: 52px;
  }
  .other-amount {
    padding-inline: 12px;
    gap: 9px;
  }
  .other-label {
    font-size: 14px;
  }
  .other-amount #custom-amount {
    width: 124px;
  }
  .gift-note {
    font-size: 13px;
  }
  .bank-transfer {
    margin-inline: -23px;
    margin-bottom: -25px;
  }
  .bank-transfer > summary {
    padding: 19px 21px;
    gap: 9px;
  }
  .bank-transfer > summary span {
    font-size: 13px;
  }
  .hero-photo {
    order: 2;
    height: 280px;
    margin-top: 30px;
    border-bottom-right-radius: 60px;
  }
  .hero-photo figcaption {
    font-size: 16px;
    left: 22px;
    bottom: 22px;
  }
  .photo-heart {
    width: 40px;
    height: 40px;
  }
  .hero-footnote {
    order: 3;
    margin-top: 19px;
    font-size: 13px;
  }
  .trust-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 25px 12px;
  }
  .trust-inner > div {
    font-size: 15px;
    gap: 13px;
  }
  .trust-inner .icon {
    width: 21px;
    height: 21px;
  }
  .impact-section {
    padding-block: 56px 48px;
  }
  .section-intro {
    display: block;
  }
  .section-intro h2 {
    font-size: 31px;
  }
  .section-intro > p {
    max-width: none;
    font-size: 18px;
    margin-top: 22px;
  }
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 32px;
  }
  .impact-grid article {
    padding-left: 50px;
  }
  .impact-symbol {
    position: absolute;
    left: 0;
    top: 1px;
  }
  .impact-symbol .icon {
    width: 28px;
    height: 28px;
  }
  .impact-grid h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .impact-grid p {
    font-size: 17px;
  }
  .impact-grid article > span {
    margin-top: 11px;
  }
  .impact-section > .text-link {
    margin-top: 28px;
  }
  .monthly-inner {
    padding-block: 43px;
    position: relative;
    gap: 23px;
  }
  .monthly-art {
    position: absolute;
    right: -30px;
    top: 25px;
    opacity: 0.3;
    width: 115px;
    pointer-events: none;
  }
  .monthly-copy {
    position: relative;
    flex-basis: 100%;
    max-width: 440px;
  }
  .monthly-copy h2 {
    font-size: 29px;
    max-width: 330px;
  }
  .monthly-copy > p:last-child {
    font-size: 17px;
    max-width: 440px;
  }
  .monthly-action {
    margin-left: 0;
    align-items: flex-start;
  }
  .monthly-action > span {
    display: block;
  }
  .monthly-action .button {
    padding-inline: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 54px 45px;
  }
  .faq-intro h2 {
    font-size: 31px;
  }
  .faq-intro h2 br {
    display: none;
  }
  .faq-intro > p:not(.section-kicker) {
    margin-top: 17px;
  }
  .faq-intro > p:not(.section-kicker) br {
    display: none;
  }
  .faq-intro > .text-link {
    margin-top: 10px;
  }
  .faq-list summary {
    font-size: 18px;
    padding-block: 19px;
  }
  .faq-list details > div {
    padding-right: 16px;
  }
  .closing-note {
    padding-block: 33px 44px;
  }
  .closing-note h2 {
    font-size: 22px;
    max-width: 330px;
    margin: auto;
  }
  .closing-note p {
    font-size: 17px;
  }
  .site-footer {
    padding-block: 29px 90px;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .footer-inner .brand img {
    width: 165px;
  }
  .footer-inner p {
    font-size: 13px;
  }
  .footer-links {
    justify-content: flex-start;
    gap: 12px 22px;
    font-size: 14px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    margin-top: 22px;
  }
  .mobile-give {
    position: fixed;
    z-index: var(--z-sticky);
    bottom: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 20px;
    right: 20px;
    box-shadow: 0 4px 20px oklch(0.28 0.035 340/0.22);
    justify-content: space-between;
    display: none;
  }
  .mobile-give.is-visible {
    display: flex;
  }
  .result-page {
    padding-block: 50px;
  }
  .result-card h1 {
    font-size: 36px;
  }
  .result-card > p {
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 30px);
  }
  .hero h1 {
    font-size: 36px;
  }
  .header-give {
    font-size: 12px;
  }
  .brand img {
    width: 143px;
  }
  .donation-card {
    padding: 22px 17px;
  }
  .bank-transfer {
    margin-inline: -17px;
    margin-bottom: -22px;
  }
  .giving-mark {
    display: none;
  }
  .bank-transfer > summary {
    padding-inline: 14px;
  }
  .gift-note {
    font-size: 12px;
  }
  .other-amount {
    padding-inline: 9px;
    gap: 6px;
  }
  .other-label {
    font-size: 13px;
  }
  .other-amount #custom-amount {
    width: 114px;
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .text-link:hover .icon,
  .donate-button:hover .icon {
    transform: none;
  }
}
