:root {
  --ink: #151515;
  --paper: #fffaf0;
  --yellow: #ffe14d;
  --pink: #ff7bad;
  --blue: #6ec8ff;
  --green: #85e68d;
  --purple: #7657ff;
  --border: 3px solid var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Archivo, "Helvetica Neue", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: .3em; }
a:hover { color: var(--purple); }
::selection { color: var(--ink); background: var(--yellow); }
:focus-visible { outline: 4px solid var(--purple); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; border: var(--border); background: white; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 74px; padding: .75rem clamp(1rem, 4vw, 4rem); border-bottom: var(--border); background: var(--paper); }
.logo { display: inline-flex; align-items: baseline; gap: .5rem; font-family: "Archivo Black", Archivo, sans-serif; font-size: .95rem; letter-spacing: -.02em; text-transform: uppercase; text-decoration: none; }
.logo span { color: var(--purple); font-size: 1.35rem; line-height: 1; }
nav { display: flex; align-items: center; gap: clamp(.9rem, 2.6vw, 2.2rem); font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
nav a { text-decoration: none; }
nav .nav-cta { padding: .55rem .85rem; border: var(--border); box-shadow: 4px 4px 0 var(--ink); background: var(--yellow); }
nav .nav-cta:hover { color: var(--ink); transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.menu-button { display: none; padding: .5rem .8rem; border: var(--border); background: var(--yellow); font-weight: 900; }

.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 7vw, 7rem) clamp(3.5rem, 7vw, 6rem); border-bottom: var(--border); background: var(--yellow); overflow: hidden; }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-box { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.5rem; padding: .4rem .7rem; border: 2px solid var(--ink); background: var(--paper); letter-spacing: .16em; }
.eyebrow-box span { color: var(--purple); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Archivo Black", Archivo, sans-serif; }
h1 { margin: 0 0 1.5rem; font-size: clamp(3.2rem, 7.4vw, 7.4rem); line-height: .88; letter-spacing: -.055em; text-wrap: balance; }
h1 em { color: var(--purple); font-style: normal; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .9; letter-spacing: -.05em; text-wrap: balance; }
.intro { max-width: 34ch; margin-bottom: 2.25rem; font-size: clamp(1.15rem, 1.7vw, 1.45rem); font-weight: 600; line-height: 1.35; text-wrap: pretty; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.button { display: inline-block; padding: 1rem 1.4rem; border: var(--border); box-shadow: 6px 6px 0 var(--ink); font-size: 1rem; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.button:hover { color: var(--ink); transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); box-shadow: 6px 6px 0 var(--purple); }
.button-dark:hover { color: var(--paper); box-shadow: 2px 2px 0 var(--purple); }
.button-light { color: var(--ink); background: var(--paper); }
.hero-note { display: flex; align-items: center; gap: .55rem; margin: 0; font-size: .86rem; font-weight: 800; }
.hero-note span, .details-actions p span, .application-status .eyebrow span { display: inline-block; flex: none; width: 11px; height: 11px; border: 2px solid currentColor; background: var(--purple); }

.hero-poster { position: relative; justify-self: end; width: 100%; max-width: 430px; padding: 2.25rem 2rem 2rem; border: 4px solid var(--ink); box-shadow: 14px 14px 0 var(--purple); background: var(--paper); text-align: center; transform: rotate(2deg); }
.burst { position: absolute; top: -2.2rem; right: -1.9rem; display: grid; place-items: center; width: 96px; height: 96px; background: var(--pink); clip-path: polygon(50% 0,61% 26%,85% 15%,74% 39%,100% 50%,74% 61%,85% 85%,61% 74%,50% 100%,39% 74%,15% 85%,26% 61%,0 50%,26% 39%,15% 15%,39% 26%); font-size: .72rem; font-weight: 900; line-height: 1.15; text-transform: uppercase; transform: rotate(10deg); }
.poster-kicker { margin-bottom: .9rem; font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.poster-date { margin: 0; color: var(--purple); font-family: "Archivo Black", Archivo, sans-serif; font-size: clamp(5.5rem, 10vw, 9.5rem); line-height: .74; letter-spacing: -.07em; }
.poster-details { display: grid; gap: .35rem; margin: 1.75rem 0 0; padding-top: 1.4rem; border-top: var(--border); font-size: 1.05rem; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.poster-details span { font-size: .82rem; font-weight: 750; letter-spacing: .06em; }
.calendar-control { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 1.5rem; }
.calendar-button { display: inline-flex; align-items: center; gap: .6rem; padding: .75rem 1.1rem; border: var(--border); box-shadow: 5px 5px 0 var(--ink); background: var(--yellow); font-size: .85rem; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; }
.calendar-button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.calendar-menu { position: absolute; top: calc(100% + .6rem); left: 50%; z-index: 20; display: grid; width: 270px; border: var(--border); box-shadow: 8px 8px 0 var(--purple); background: var(--paper); text-align: left; transform: translateX(-50%) rotate(-1deg); }
.calendar-menu[hidden] { display: none; }
.calendar-menu > * { display: flex; align-items: center; gap: .7rem; width: 100%; padding: .8rem .9rem; border: 0; border-bottom: 2px solid var(--ink); background: transparent; color: var(--ink); font: inherit; font-size: .9rem; font-weight: 800; text-align: left; text-decoration: none; cursor: pointer; }
.calendar-menu > *:last-child { border-bottom: 0; }
.calendar-menu > *:hover { color: var(--ink); background: var(--yellow); }
.calendar-icon { display: grid; flex: none; place-items: center; width: 20px; height: 20px; border: 2px solid var(--ink); font-weight: 900; line-height: 1; }
.yellow { background: var(--yellow); }
.pink { background: var(--pink); }
.blue { background: var(--blue); }
.green { background: var(--green); }
.doodle { margin-top: 1.2rem; font-size: 1.5rem; letter-spacing: .5rem; }

.countdown { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem clamp(1.5rem, 5vw, 4rem); padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1rem, 7vw, 7rem); border-bottom: var(--border); background: var(--ink); color: var(--paper); }
.countdown-copy .eyebrow { margin-bottom: .35rem; color: var(--yellow); }
.countdown-copy h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.03em; }
.countdown-units { display: flex; gap: .65rem; }
.countdown-units > div { min-width: 88px; padding: .7rem .4rem; border: 3px solid var(--paper); text-align: center; }
.countdown-units strong, .countdown-units span { display: block; }
.countdown-units strong { color: var(--yellow); font-family: "Archivo Black", Archivo, sans-serif; font-size: clamp(1.8rem, 3.4vw, 2.9rem); line-height: 1; letter-spacing: -.04em; }
.countdown-units > div:nth-child(2) strong { color: var(--pink); }
.countdown-units > div:nth-child(3) strong { color: var(--blue); }
.countdown-units > div:nth-child(4) strong { color: var(--green); }
.countdown-units span { margin-top: .35rem; font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.countdown-button { padding: .9rem 1.25rem; box-shadow: 5px 5px 0 var(--paper); background: var(--yellow); color: var(--ink); }
.countdown-button:hover { box-shadow: 2px 2px 0 var(--paper); }

.marquee { overflow: hidden; padding: .9rem 0; border-bottom: var(--border); background: var(--pink); }
.marquee-track { display: flex; gap: 2.5rem; width: max-content; padding-right: 2.5rem; font-family: "Archivo Black", Archivo, sans-serif; font-size: 1.05rem; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; animation: marquee 40s linear infinite; will-change: transform; }
.marquee-track i { font-style: normal; }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.section { padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 7vw, 7rem); }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.about-copy { max-width: 56ch; font-size: clamp(1.15rem, 1.9vw, 1.45rem); line-height: 1.45; }
.about-copy p:first-child::first-letter { float: left; margin: .06em .12em 0 0; color: var(--purple); font-family: "Archivo Black", Archivo, sans-serif; font-size: 3.6em; line-height: .74; }
.about-copy p:last-child { margin: 0; font-weight: 800; }
.how { border-top: var(--border); }
.section-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-heading > p { max-width: 32ch; margin: 0; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.75rem); margin: 0; padding: 0; list-style: none; }
.steps li { padding: 1.6rem 1.5rem 1.75rem; border: var(--border); box-shadow: 8px 8px 0 var(--blue); background: var(--paper); }
.steps li:nth-child(2) { box-shadow-color: var(--pink); }
.steps li:nth-child(3) { box-shadow-color: var(--green); }
.steps span { display: block; margin-bottom: 2.5rem; color: var(--purple); font-family: "Archivo Black", Archivo, sans-serif; font-size: 2.4rem; line-height: 1; letter-spacing: -.05em; }
.steps h3 { margin-bottom: .6rem; font-size: 1.5rem; letter-spacing: -.03em; text-transform: uppercase; }
.steps p { margin: 0; font-weight: 600; line-height: 1.45; }

.details { border-block: var(--border); background: var(--ink); color: var(--paper); }
.details h2 { color: var(--yellow); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.info-card { display: flex; flex-direction: column; min-height: 250px; padding: 1.4rem; border: 3px solid var(--paper); box-shadow: 7px 7px 0 var(--paper); color: var(--ink); transform: rotate(-1deg); }
.info-card:nth-child(even) { transform: rotate(1deg); }
.info-card > span { font-family: "Archivo Black", Archivo, sans-serif; font-size: 1.1rem; }
.info-card h3 { margin: auto 0 .5rem; font-size: 1.7rem; letter-spacing: -.03em; text-transform: uppercase; }
.info-card p { margin: 0; font-weight: 700; line-height: 1.4; }
.details-access { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 1rem 2rem; margin-top: clamp(2.5rem, 4vw, 3.25rem); padding: clamp(1.35rem, 3vw, 2rem); border: 3px solid var(--paper); box-shadow: 7px 7px 0 var(--purple); background: var(--paper); color: var(--ink); }
.details-access h3 { align-self: start; margin: 0; font-size: clamp(1.4rem, 2.5vw, 2rem); letter-spacing: -.04em; text-transform: uppercase; }
.details-access p { margin: 0; font-weight: 650; line-height: 1.5; }
.details-access a { color: var(--purple); font-weight: 900; text-underline-offset: .18em; }
.details-access a:hover, .details-access a:focus-visible { text-decoration-thickness: 3px; }
.details-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; margin-top: clamp(2.5rem, 4vw, 3.25rem); padding-top: 2rem; border-top: 3px solid var(--paper); }
.details-actions p { display: flex; align-items: center; gap: .6rem; margin: 0; color: var(--yellow); font-size: .95rem; font-weight: 800; }
.details-actions p span { border-color: var(--paper); background: var(--pink); }

.take-part { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; background: var(--purple); color: var(--paper); }
.take-part h2 { margin-bottom: 1.5rem; }
.take-part-copy > p:not(.eyebrow) { max-width: 44ch; margin-bottom: 1.5rem; font-size: 1.2rem; font-weight: 600; line-height: 1.45; }
.take-part-copy .application-note { max-width: 48ch; margin-bottom: 2rem; padding-left: 1rem; border-left: 5px solid var(--yellow); font-size: .98rem; }
.application-button { background: var(--yellow); color: var(--ink); }
.application-status { justify-self: end; width: 100%; max-width: 400px; padding: clamp(1.75rem, 3.5vw, 2.5rem); border: var(--border); box-shadow: 10px 10px 0 var(--ink); background: var(--yellow); color: var(--ink); transform: rotate(1deg); }
.application-status .eyebrow { display: flex; align-items: center; gap: .6rem; }
.application-status h3 { margin: 0 0 1.25rem; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1; letter-spacing: -.04em; }
.application-status > p:last-child { margin: 0; font-size: .98rem; font-weight: 650; line-height: 1.45; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem 2rem; padding: 2.25rem clamp(1rem, 4vw, 4rem); border-top: var(--border); background: var(--yellow); }
footer p { margin: 0; font-size: .85rem; font-weight: 800; text-align: center; }
footer > p { text-align: center; }
.footer-credit { display: flex; align-items: center; justify-self: end; gap: .75rem; }
.footer-credit img { display: block; flex: none; width: 25px; height: auto; }
.footer-credit p { margin: 0; font-weight: 700; text-align: right; }

.novelty-modal, .thanks-modal { width: min(540px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: clamp(2rem, 6vw, 3.5rem); border: 5px solid var(--ink); box-shadow: 12px 12px 0 var(--purple); background: var(--yellow); color: var(--ink); text-align: center; overflow: auto; transform: rotate(-1deg); }
.novelty-modal { position: absolute; inset: auto; top: var(--dialog-top, 50vh); left: 50%; margin: 0; transform: translate(-50%, -50%) rotate(-1deg); }
.thanks-modal { position: relative; }
.novelty-modal::backdrop, .thanks-modal::backdrop { background: rgb(21 21 21 / 78%); }
.novelty-modal h2, .thanks-modal h2 { margin-bottom: 1.1rem; color: var(--purple); }
.novelty-modal > p:not(.eyebrow), .thanks-modal > p:not(.eyebrow) { max-width: 34ch; margin: 0 auto 2rem; font-size: 1.05rem; font-weight: 650; line-height: 1.45; }
.modal-close { position: absolute; top: .75rem; right: .75rem; width: 2.5rem; height: 2.5rem; padding: 0; border: 2px solid var(--ink); background: white; font: 900 1.7rem/1 Arial, sans-serif; cursor: pointer; }
.modal-star { position: absolute; top: .5rem; left: .75rem; color: var(--pink); font-size: 3.5rem; line-height: 1; transform: rotate(-12deg); -webkit-text-stroke: 3px var(--ink); }
.confetti { position: fixed; inset: 0; z-index: 10000; overflow: hidden; pointer-events: none; }
.confetti span { position: absolute; top: -2rem; left: var(--x); width: 12px; height: 20px; border: 1px solid var(--ink); background: var(--colour); animation: confetti-fall var(--duration) var(--delay) cubic-bezier(.2,.7,.4,1) forwards; }
@keyframes confetti-fall { to { transform: translate3d(var(--drift),110vh,0) rotate(720deg); } }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal-ready [data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero, .about, .take-part { grid-template-columns: 1fr; }
  .hero-poster, .application-status { justify-self: center; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .countdown { justify-content: center; text-align: center; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  .footer-credit { justify-self: center; }
  .footer-credit p { text-align: left; }
}

@media (max-width: 700px) {
  .site-header { flex-wrap: wrap; }
  .menu-button { display: block; }
  nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .5rem 0; }
  nav.open { display: flex; }
  nav a { padding: .6rem 0; }
  nav .nav-cta { text-align: center; }
  .hero { padding-top: 4rem; }
  .hero-poster { width: calc(100% - 1.5rem); }
  .countdown-units { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; }
  .countdown-units > div { min-width: 0; }
  .countdown-button { width: 100%; }
  .steps, .card-grid { grid-template-columns: 1fr; }
  .details-access { grid-template-columns: 1fr; }
  .actions, .details-actions { align-items: stretch; flex-direction: column; }
  .actions .button, .details-actions .button { width: 100%; text-align: center; }
}

@media (max-width: 460px) {
  .logo { max-width: 12rem; }
  .countdown-units { gap: .35rem; }
  .countdown-units > div { padding-inline: .2rem; border-width: 2px; }
  .countdown-units strong { font-size: 1.5rem; }
  .countdown-units span { font-size: .55rem; letter-spacing: .08em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .confetti { display: none; }
}

/* Wishes 4 Kids support page */
.support-page .site-header {
  background: var(--paper);
}

.support-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 7vw, 7rem);
  border-bottom: var(--border);
  background: var(--yellow);
  overflow: hidden;
}

.support-hero-copy {
  max-width: 820px;
}

.support-hero h1 {
  max-width: 10ch;
}

.support-hero .intro {
  max-width: 43ch;
}

.support-hero .button span,
.support-path .button span,
.support-final .button span {
  margin-left: .5rem;
}

.external-note {
  max-width: 55ch;
  margin: 0;
  font-size: .8rem;
  font-weight: 750;
}

.support-trust-card {
  position: relative;
  justify-self: end;
  width: min(100%, 480px);
  padding: clamp(2rem, 4vw, 3rem);
  border: 4px solid var(--ink);
  box-shadow: 14px 14px 0 var(--purple);
  background: var(--paper);
  transform: rotate(1deg);
}

.support-trust-card h2 {
  margin-bottom: 2rem;
  color: var(--purple);
  font-size: clamp(3.8rem, 7vw, 6.7rem);
  line-height: .78;
}

.support-trust-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 1.5rem;
  border-block: var(--border);
}

.support-trust-card dl div {
  padding: 1rem 0;
}

.support-trust-card dl div + div {
  padding-left: 1rem;
  border-left: var(--border);
}

.support-trust-card dt {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.support-trust-card dd {
  margin: .3rem 0 0;
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 1.3rem;
}

.support-trust-card > a {
  font-size: .86rem;
  font-weight: 900;
}

.support-divider {
  height: clamp(18px, 2vw, 28px);
  border-bottom: var(--border);
  background: var(--ink);
}
.support-paths {
  border-bottom: var(--border);
}

.support-path-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.support-path {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 4px solid var(--ink);
}

.support-path-donate {
  box-shadow: 11px 11px 0 var(--purple);
  background: var(--pink);
  transform: rotate(-.5deg);
}

.support-path-partner {
  box-shadow: 11px 11px 0 var(--ink);
  background: var(--blue);
  transform: rotate(.5deg);
}

.support-path-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .85rem;
  border-bottom: var(--border);
}

.support-path-number span {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 1.25rem;
}

.support-path-number p {
  margin: 0;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
}

.support-path-icon {
  display: block;
  margin: auto 0 1rem;
  font-size: 3.5rem;
  line-height: 1;
}

.support-path h3 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4.6vw, 4.5rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.support-path > p {
  max-width: 47ch;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.45;
}

.support-path-action {
  margin-top: 2rem;
}

.support-path-action > p {
  margin: .9rem 0 0;
  font-size: .76rem;
  font-weight: 750;
}

.support-cause {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
  border-bottom: var(--border);
}

.support-cause-copy {
  max-width: 56ch;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
}

.support-cause-copy p:first-child::first-letter {
  float: left;
  margin: .06em .12em 0 0;
  color: var(--purple);
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 3.6em;
  line-height: .74;
}

.support-cause-copy a {
  font-size: .9rem;
  font-weight: 900;
}

.support-handling {
  border-bottom: var(--border);
  background: var(--ink);
  color: var(--paper);
}

.support-handling h2 {
  color: var(--yellow);
}

.support-handling .section-heading > p {
  color: var(--paper);
}

.support-steps {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--paper);
  list-style: none;
}

.support-steps li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 3px solid var(--paper);
}

.support-steps li > span {
  color: var(--pink);
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.support-steps li:nth-child(2) > span {
  color: var(--blue);
}

.support-steps li:nth-child(3) > span {
  color: var(--green);
}

.support-steps h3 {
  margin-bottom: .5rem;
  font-size: 1.45rem;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.support-steps p {
  max-width: 58ch;
  margin: 0;
  color: rgb(255 250 240 / 76%);
  font-weight: 600;
}

.support-faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  border-bottom: var(--border);
}

.faq-list {
  border-top: var(--border);
}

.faq-list details {
  border-bottom: var(--border);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 1.2rem;
  letter-spacing: -.025em;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span:last-child {
  display: grid;
  flex: none;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--yellow);
  font-family: Archivo, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  transition: transform .15s;
}

.faq-list details[open] summary span:last-child {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 64ch;
  margin: -.3rem 3rem 1.5rem 0;
  font-weight: 600;
}

.support-final {
  display: flex;
  min-height: 560px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 7vw, 7rem);
  border-bottom: var(--border);
  background: var(--yellow);
  text-align: center;
}

.support-final > span {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 1.6rem;
  place-items: center;
  border: var(--border);
  box-shadow: 6px 6px 0 var(--ink);
  background: var(--pink);
  color: var(--purple);
  font-size: 2.5rem;
  transform: rotate(-7deg);
}

.support-final h2 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
}

.support-final > p:not(.eyebrow) {
  max-width: 55ch;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 650;
}

.support-page footer {
  background: var(--paper);
}

@media (max-width: 1040px) {
  .support-hero {
    grid-template-columns: 1fr;
  }

  .support-trust-card {
    justify-self: center;
  }

  .support-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .support-path-grid,
  .support-cause {
    grid-template-columns: 1fr;
  }

  .support-path {
    min-height: 560px;
  }

  .support-path-donate,
  .support-path-partner {
    transform: none;
  }

  .support-steps li {
    grid-template-columns: 72px 1fr;
  }
}

@media (max-width: 520px) {
  .support-hero {
    padding-top: 4rem;
  }

  .support-trust-card {
    width: calc(100% - 1rem);
    padding: 1.7rem;
    transform: none;
  }

  .support-trust-card dl {
    grid-template-columns: 1fr;
  }

  .support-trust-card dl div + div {
    padding-left: 0;
    border-top: var(--border);
    border-left: 0;
  }

  .support-path {
    min-height: 520px;
    padding: 1.5rem;
  }

  .support-path h3 {
    font-size: 2.7rem;
  }

  .support-path .button,
  .support-final .button {
    width: 100%;
    text-align: center;
  }

  .support-steps li {
    grid-template-columns: 1fr;
    gap: .8rem;
  }

  .faq-list summary {
    font-size: 1rem;
  }
}
