:root {
  --support-nav-h: 72px;
  --support-black: #0b0b0b;
  --support-white: #f5f4f0;
  --support-blue: #79c7df;
  --support-red: #ff5a46;
  --support-yellow: #edff52;
}

body.donation-is-open {
  overflow: hidden;
}

body.admin-bar .support-nav {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .support-nav {
    top: 46px;
  }
}

.support-experience {
  overflow: clip;
  background: var(--support-white);
  color: var(--support-black);
}

.support-experience button,
.support-experience select,
.support-experience input {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.support-experience button:focus-visible,
.support-experience select:focus-visible,
.support-experience input:focus-visible {
  outline: 3px solid var(--support-blue);
  outline-offset: 3px;
}

.support-nav {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  left: 0;
  height: var(--support-nav-h);
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  background: rgb(248 247 243 / 98%);
}

.support-nav__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  padding: 0 clamp(18px, 3vw, 48px);
}

.support-nav button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.support-nav__lead {
  justify-self: start;
  padding: 9px 0;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.support-nav__lead span {
  display: inline-block;
  transition: transform 180ms ease;
}

.support-nav__lead:hover span {
  transform: translateX(5px);
}

.support-nav__categories {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-radius: 999px;
  background: #e6e5e0;
}

.support-nav__categories button {
  padding: 10px 18px;
  border-radius: 999px;
  color: #5b5b58;
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.support-nav__categories button:hover {
  color: #000;
}

.support-nav__categories button.is-active {
  background: var(--support-black);
  color: white;
}

.support-nav__mark {
  justify-self: end;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--support-blue);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.support-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: calc(var(--support-nav-h) + 40px) clamp(24px, 5vw, 80px) clamp(46px, 6vw, 86px);
  overflow: hidden;
  color: white;
}

.support-hero > img,
.support-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.support-hero > img {
  object-fit: cover;
  object-position: center;
  animation: support-hero-scale 1.6s cubic-bezier(.2,.7,.2,1) both;
}

.support-hero__veil {
  background: linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 7%) 35%, rgb(0 0 0 / 79%));
}

.support-hero__topline {
  position: absolute;
  z-index: 2;
  top: calc(var(--support-nav-h) + 27px);
  right: clamp(24px, 5vw, 80px);
  left: clamp(24px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgb(255 255 255 / 55%);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.support-hero__content {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: min(1080px, 84%);
  padding-bottom: 100px;
}

.support-eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.support-hero h1 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(67px, 9.5vw, 154px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.support-hero h1 > span,
.support-manifesto__large > span {
  display: block;
}

.support-hero h1 em {
  color: var(--support-blue);
  font-style: normal;
  font-weight: 300;
}

.support-hero__lead {
  max-width: 700px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 300;
  line-height: 1.4;
}

.support-hero__stats {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 80px);
  bottom: clamp(46px, 6vw, 86px);
  display: grid;
  gap: 13px;
  width: min(260px, 24vw);
}

.support-hero__stats div {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / 52%);
}

.support-hero__stats strong {
  font-size: 24px;
  font-weight: 400;
}

.support-hero__stats span {
  font-size: 12px;
  line-height: 1.25;
}

.support-scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.support-scroll-cue i {
  font-size: 18px;
  font-style: normal;
  animation: support-bounce 1.6s ease-in-out infinite;
}

.support-manifesto {
  display: grid;
  grid-template-columns: minmax(140px, .5fr) minmax(400px, 2fr);
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(130px, 16vw, 250px) clamp(24px, 6vw, 96px);
  background: var(--support-white);
}

.support-manifesto__small {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

.support-manifesto__large {
  max-width: 1150px;
  margin: 0;
  font-size: clamp(42px, 6vw, 92px);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .98;
}

.support-manifesto__facts {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.support-manifesto__facts p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #a2a19d;
  color: #666560;
  font-size: 14px;
}

.support-chapter {
  scroll-margin-top: var(--support-nav-h);
}

.support-chapter__intro {
  display: grid;
  grid-template-columns: .45fr 1.5fr 1fr;
  gap: clamp(28px, 5vw, 90px);
  min-height: calc(100svh - var(--support-nav-h));
  padding: clamp(70px, 9vw, 140px) clamp(24px, 6vw, 96px);
  align-content: center;
}

.support-chapter--odbudowa .support-chapter__intro { background: #d8e5e0; }
.support-chapter--festiwale .support-chapter__intro { background: var(--support-red); color: #0b0b0b; }
.support-chapter--laboratorium .support-chapter__intro { background: var(--support-blue); }

.support-chapter__index {
  font-size: clamp(92px, 14vw, 220px);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .7;
}

.support-chapter__intro > div > p {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.support-chapter__intro h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(49px, 6.4vw, 98px);
  font-weight: 300;
  letter-spacing: -.065em;
  line-height: .94;
}

.support-chapter__description {
  align-self: end;
  max-width: 480px;
  margin: 0 0 90px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 300;
  line-height: 1.45;
}

.support-chapter__cta {
  grid-column: 3;
  justify-self: start;
  margin-top: -58px;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 2px solid;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.support-story {
  min-height: calc(100svh - var(--support-nav-h));
  background: #111;
}

.support-story__pin {
  position: relative;
  top: 0;
  height: calc(100svh - var(--support-nav-h));
  overflow: hidden;
  color: white;
  isolation: isolate;
}

.support-story__media,
.support-story__shade {
  position: absolute;
  inset: 0;
}

.support-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transform: scale(1.025);
}

.support-story__pin--contain .support-story__media {
  background: #f4f3ef;
}

.support-story__pin--contain .support-story__media img {
  object-fit: contain;
  padding: clamp(36px, 5vw, 78px) min(44vw, 650px) clamp(36px, 5vw, 78px) clamp(36px, 5vw, 78px);
  transform: scale(.98);
}

.support-story__shade {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 47%) 47%, transparent 75%),
    linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, transparent 42%);
}

.support-story__pin--contain .support-story__shade {
  background: linear-gradient(90deg, transparent 0 56%, rgb(0 0 0 / 92%) 56% 100%);
}

.support-story__number {
  position: absolute;
  top: clamp(22px, 3vw, 48px);
  left: clamp(24px, 5vw, 80px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.support-story__copy {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  bottom: clamp(115px, 14vh, 165px);
  width: min(680px, 54vw);
}

.support-story__pin--contain .support-story__copy {
  right: clamp(24px, 5vw, 74px);
  left: auto;
  width: min(510px, 35vw);
}

.support-story__kicker {
  margin: 0 0 17px;
  color: var(--support-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.support-story__copy h3 {
  margin: 0 0 24px;
  font-size: clamp(46px, 6vw, 90px);
  font-weight: 300;
  letter-spacing: -.065em;
  line-height: .9;
}

.support-story__pin--contain .support-story__copy h3 {
  font-size: clamp(43px, 4.8vw, 74px);
}

.support-story__body {
  max-width: 620px;
  margin: 0;
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: 300;
  line-height: 1.45;
}

.support-story__impact {
  max-width: 610px;
  margin: 23px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgb(255 255 255 / 45%);
  font-size: 14px;
  line-height: 1.42;
}

.support-story__impact span {
  display: block;
  margin-bottom: 6px;
  color: var(--support-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.support-story__facts {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 90px;
  display: grid;
  gap: 16px;
  width: min(280px, 24vw);
  margin: 0;
}

.support-story__pin--contain .support-story__facts {
  right: clamp(24px, 5vw, 74px);
  bottom: 38px;
  grid-template-columns: repeat(3, 1fr);
  width: min(510px, 35vw);
}

.support-story__facts div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 13px;
  padding-top: 9px;
  border-top: 1px solid rgb(255 255 255 / 45%);
}

.support-story__pin--contain .support-story__facts div {
  display: block;
}

.support-story__facts dt {
  font-size: 19px;
  font-weight: 700;
}

.support-story__facts dd {
  margin: 0;
  color: rgb(255 255 255 / 78%);
  font-size: 11px;
  line-height: 1.3;
}

.support-story__quick {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 31px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.support-story__pin--contain .support-story__quick {
  display: none;
}

.support-story__position {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  top: clamp(22px, 3vw, 48px);
  font-size: 11px;
  letter-spacing: .1em;
}

.support-finale {
  min-height: 100svh;
  padding: clamp(120px, 15vw, 230px) clamp(24px, 6vw, 96px) 70px;
  background: var(--support-yellow);
}

.support-finale__kicker {
  margin: 0 0 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
}

.support-finale h2 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(62px, 9vw, 145px);
  font-weight: 300;
  letter-spacing: -.075em;
  line-height: .88;
}

.support-finale__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(650px, 100%);
  margin-top: 80px;
  padding: 22px 0;
  border: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  background: transparent;
  cursor: pointer;
  font-size: clamp(25px, 3vw, 43px);
  font-weight: 700;
}

.support-finale__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: clamp(130px, 17vw, 260px);
  padding-top: 20px;
  border-top: 1px solid;
}

.support-finale__details p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.floating-support {
  position: fixed;
  z-index: 60;
  right: 27px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 62px;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: var(--support-black);
  color: white;
  box-shadow: 0 16px 50px rgb(0 0 0 / 25%);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, background 250ms ease;
}

.floating-support:hover {
  transform: translateY(-4px) scale(1.02);
}

.floating-support i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: white;
  color: black;
  font-size: 18px;
  font-style: normal;
}

.floating-support--festiwale { background: #e34030; }
.floating-support--laboratorium { background: #187d9d; }

.donation-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  background: rgb(10 10 10 / 48%);
  backdrop-filter: blur(9px);
  animation: support-fade-in 180ms ease both;
}

.donation-overlay[hidden] {
  display: none !important;
}

.donation-widget {
  width: min(510px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  border-radius: 28px;
  background: #f7f6f2;
  box-shadow: 0 35px 100px rgb(0 0 0 / 36%);
  animation: support-panel-in 300ms cubic-bezier(.2,.8,.2,1) both;
}

.donation-widget__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 25px 20px;
  border-bottom: 1px solid #d2d1cc;
  background: rgb(247 246 242 / 94%);
  backdrop-filter: blur(12px);
}

.donation-widget__header span {
  display: block;
  margin-bottom: 6px;
  color: #6b6a66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.donation-widget__header h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -.04em;
}

.donation-widget__header button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e7e6e1;
  cursor: pointer;
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
}

.donation-widget form {
  display: grid;
  gap: 25px;
  padding: 26px;
}

.donation-widget__paused {
  display: grid;
  gap: 22px;
  padding: 34px 26px 38px;
}

.donation-widget__paused-label {
  margin: 0;
  color: #6b6a66;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.donation-widget__paused h3 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(27px, 3.2vw, 46px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: .98;
}

.donation-widget__paused > p:not(.donation-widget__paused-label) {
  max-width: 620px;
  margin: 0;
  color: #55544f;
  font-size: 15px;
  line-height: 1.55;
}

.donation-widget__paused-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.donation-widget__paused-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 13px;
  background: var(--support-blue);
  color: var(--support-black);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.donation-widget__paused-actions > span {
  padding: 16px 18px;
  border: 1px solid #c6c5c0;
  border-radius: 13px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .donation-widget__paused-actions {
    grid-template-columns: 1fr;
  }
}

.donation-widget fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.donation-widget legend,
.donation-widget__field > span {
  display: block;
  margin-bottom: 11px;
  color: #65645f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.donation-widget__categories,
.donation-widget__frequency,
.donation-widget__payments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.donation-widget__categories legend,
.donation-widget__frequency legend,
.donation-widget__payments legend {
  grid-column: 1 / -1;
}

.donation-widget__categories button {
  min-height: 45px;
  padding: 8px;
  border: 1px solid #c6c5c0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.donation-widget__categories button.is-selected,
.donation-widget__amounts button.is-selected {
  border-color: var(--support-black);
  background: var(--support-black);
  color: white;
}

.donation-widget__field select {
  width: 100%;
  height: 52px;
  padding: 0 42px 0 15px;
  border: 1px solid #c6c5c0;
  border-radius: 12px;
  background: white;
  color: #111;
  font-size: 14px;
}

.donation-widget__frequency label,
.donation-widget__payments label {
  position: relative;
  cursor: pointer;
}

.donation-widget__frequency input,
.donation-widget__payments input {
  position: absolute;
  opacity: 0;
}

.donation-widget__frequency span,
.donation-widget__payments span {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 8px;
  border: 1px solid #c6c5c0;
  border-radius: 10px;
  background: white;
  font-size: 12px;
}

.donation-widget__frequency input:checked + span,
.donation-widget__payments input:checked + span {
  border-color: var(--support-black);
  box-shadow: inset 0 0 0 1px var(--support-black);
}

.donation-widget__frequency label:first-of-type {
  grid-column: span 2;
}

.donation-widget__amounts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.donation-widget__amounts legend {
  grid-column: 1 / -1;
}

.donation-widget__amounts button,
.donation-widget__amounts label {
  min-height: 48px;
  border: 1px solid #c6c5c0;
  border-radius: 10px;
  background: white;
}

.donation-widget__amounts button {
  cursor: pointer;
  font-size: 12px;
}

.donation-widget__amounts label {
  position: relative;
  display: flex;
  align-items: center;
}

.donation-widget__amounts input {
  width: 100%;
  height: 100%;
  padding: 0 21px 0 7px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
  text-align: right;
}

.donation-widget__amounts i {
  position: absolute;
  right: 7px;
  font-size: 10px;
  font-style: normal;
}

.donation-widget__honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.donation-widget__contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.donation-widget__contact > p {
  grid-column: 1 / -1;
  margin: 0 0 1px;
  color: #65645f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.donation-widget__contact label {
  display: grid;
  gap: 5px;
  color: #65645f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.donation-widget__contact input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #c6c5c0;
  border-radius: 10px;
  background: white;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.donation-widget__consents {
  display: grid;
  gap: 10px;
}

.donation-widget__consents label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #5f5e59;
  font-size: 10px;
  line-height: 1.45;
}

.donation-widget__consents input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.donation-widget__consents a {
  color: inherit;
  text-decoration: underline;
}

.donation-widget__payu {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #c6c5c0;
  border-radius: 10px;
  color: #4f4e4a;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.donation-widget__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: var(--support-blue);
  color: #071116;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.donation-widget__note,
.donation-widget__message {
  margin: -13px 0 0;
  color: #777671;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.donation-widget__message {
  margin-top: -8px;
  padding: 12px;
  border-radius: 10px;
  background: #e2f0e5;
  color: #24462c;
  font-size: 12px;
}

.support-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.7,.2,1);
}

.support-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@supports (animation-timeline: view()) {
  .support-hero {
    view-timeline-name: --support-hero-scroll;
    view-timeline-axis: block;
  }

  .support-hero__content {
    animation: support-hero-content-scroll linear both;
    animation-timeline: --support-hero-scroll;
    animation-range: exit 0% exit 88%;
  }

  .support-hero__stats {
    animation: support-hero-stats-scroll linear both;
    animation-timeline: --support-hero-scroll;
    animation-range: exit 0% exit 72%;
  }

  .support-manifesto {
    view-timeline-name: --support-manifesto-scroll;
    view-timeline-axis: block;
  }

  .support-manifesto__small {
    animation: support-rise-scroll linear both;
    animation-timeline: --support-manifesto-scroll;
    animation-range: entry 4% cover 32%;
  }

  .support-manifesto__large > span {
    opacity: 0;
    transform: translate3d(0, 72px, 0);
    animation: support-line-reveal linear both;
    animation-timeline: --support-manifesto-scroll;
  }

  .support-manifesto__large > span:nth-child(1) {
    animation-range: entry 4% cover 28%;
  }

  .support-manifesto__large > span:nth-child(2) {
    animation-range: entry 11% cover 35%;
  }

  .support-manifesto__large > span:nth-child(3) {
    animation-range: entry 18% cover 42%;
  }

  .support-manifesto__facts {
    animation: support-rise-scroll linear both;
    animation-timeline: --support-manifesto-scroll;
    animation-range: entry 26% cover 48%;
  }

  .support-chapter__intro {
    view-timeline-name: --support-chapter-scroll;
    view-timeline-axis: block;
  }

  .support-chapter__index {
    animation: support-index-scroll linear both;
    animation-timeline: --support-chapter-scroll;
    animation-range: entry 0% cover 48%;
  }

  .support-chapter__intro > div {
    animation: support-chapter-title-scroll linear both;
    animation-timeline: --support-chapter-scroll;
    animation-range: entry 9% cover 48%;
  }

  .support-chapter__description {
    animation: support-chapter-copy-scroll linear both;
    animation-timeline: --support-chapter-scroll;
    animation-range: entry 18% cover 54%;
  }

  .support-chapter__cta {
    animation: support-rise-scroll linear both;
    animation-timeline: --support-chapter-scroll;
    animation-range: entry 25% cover 58%;
  }

  .support-story {
    view-timeline-name: --support-story-scroll;
    view-timeline-axis: block;
  }

  .support-story__media img {
    transform-origin: center;
    animation: support-card-image-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-story__pin--contain .support-story__media img {
    animation-name: support-card-poster-scroll;
  }

  .support-story__shade {
    animation: support-card-shade-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-story__copy {
    animation: support-card-copy-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-story__facts {
    animation: support-card-facts-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-story__number {
    animation: support-card-number-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-story__position,
  .support-story__quick {
    animation: support-card-detail-scroll linear both;
    animation-timeline: --support-story-scroll;
    animation-range: entry 0% exit 100%;
  }

  .support-finale {
    view-timeline-name: --support-finale-scroll;
    view-timeline-axis: block;
  }

  .support-finale__kicker,
  .support-finale h2,
  .support-finale__button,
  .support-finale__details {
    animation: support-finale-rise linear both;
    animation-timeline: --support-finale-scroll;
  }

  .support-finale__kicker { animation-range: entry 2% cover 24%; }
  .support-finale h2 { animation-range: entry 8% cover 34%; }
  .support-finale__button { animation-range: entry 17% cover 42%; }
  .support-finale__details { animation-range: entry 29% cover 58%; }
}

@keyframes support-hero-scale {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes support-hero-content-scroll {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  100% { opacity: 0; transform: translate3d(0, -110px, 0) scale(.93); }
}

@keyframes support-hero-stats-scroll {
  0% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 0; transform: translate3d(60px, -35px, 0); }
}

@keyframes support-line-reveal {
  from { opacity: 0; transform: translate3d(0, 72px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes support-rise-scroll {
  from { opacity: 0; transform: translate3d(0, 42px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes support-index-scroll {
  from { opacity: 0; transform: translate3d(-15vw, 70px, 0) scale(.72); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes support-chapter-title-scroll {
  from { opacity: 0; transform: translate3d(0, 85px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes support-chapter-copy-scroll {
  from { opacity: 0; transform: translate3d(65px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes support-card-image-scroll {
  0% { transform: scale(1.09); }
  45%, 60% { transform: scale(1.025); }
  100% { transform: scale(1.065); }
}

@keyframes support-card-poster-scroll {
  0% { transform: scale(.91); }
  45%, 60% { transform: scale(.98); }
  100% { transform: scale(.94); }
}

@keyframes support-card-shade-scroll {
  0%, 100% { opacity: .55; }
  42%, 66% { opacity: 1; }
}

@keyframes support-card-copy-scroll {
  0%, 18% { opacity: 0; transform: translate3d(0, 76px, 0); }
  40%, 70% { opacity: 1; transform: translate3d(0, 0, 0); }
  92%, 100% { opacity: 0; transform: translate3d(0, -38px, 0); }
}

@keyframes support-card-facts-scroll {
  0%, 28% { opacity: 0; transform: translate3d(55px, 0, 0); }
  47%, 73% { opacity: 1; transform: translate3d(0, 0, 0); }
  94%, 100% { opacity: 0; transform: translate3d(0, -24px, 0); }
}

@keyframes support-card-number-scroll {
  0%, 15% { opacity: 0; transform: translate3d(-45px, 0, 0); }
  36%, 78% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 0; transform: translate3d(35px, 0, 0); }
}

@keyframes support-card-detail-scroll {
  0%, 32% { opacity: 0; }
  48%, 78% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes support-finale-rise {
  from { opacity: 0; transform: translate3d(0, 85px, 0) scale(.97); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes support-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes support-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes support-panel-in {
  from { opacity: 0; transform: translateY(30px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  :root { --support-nav-h: 104px; }

  .support-nav__inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: 48px 55px;
    padding: 0 17px;
  }

  .support-nav__lead { font-size: 20px; }
  .support-nav__mark { font-size: 10px; }

  .support-nav__categories {
    grid-column: 1 / -1;
    width: 100%;
    overflow-x: auto;
  }

  .support-nav__categories button {
    flex: 1 0 auto;
    padding-inline: 14px;
  }

  .support-hero {
    min-height: 100svh;
    padding-inline: 20px;
  }

  .support-hero > img { object-position: 57% center; }
  .support-hero__topline { right: 20px; left: 20px; }
  .support-hero__topline span:last-child { display: none; }
  .support-hero__content { width: 100%; padding-bottom: 165px; }
  .support-hero h1 { font-size: clamp(62px, 18vw, 96px); }
  .support-hero__lead { margin-top: 28px; font-size: 17px; }

  .support-hero__stats {
    right: 20px;
    bottom: 51px;
    left: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: auto;
  }

  .support-hero__stats div { display: block; }
  .support-hero__stats strong { display: block; font-size: 19px; }
  .support-hero__stats span { font-size: 9px; }
  .support-scroll-cue { display: none; }

  .support-manifesto {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 120px 21px;
  }

  .support-manifesto__large { font-size: clamp(40px, 11vw, 64px); }
  .support-manifesto__facts { grid-column: 1; grid-template-columns: 1fr; margin-top: 20px; }

  .support-chapter__intro {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: calc(100svh - var(--support-nav-h));
    padding: 80px 21px;
  }

  .support-chapter__index { font-size: 104px; }
  .support-chapter__intro h2 { font-size: clamp(49px, 13vw, 72px); }
  .support-chapter__description { align-self: auto; margin: 0; font-size: 17px; }
  .support-chapter__cta { grid-column: 1; margin-top: 15px; font-size: 16px; }

  .support-story { min-height: calc(100svh - var(--support-nav-h)); }
  .support-story__copy,
  .support-story__pin--contain .support-story__copy {
    right: 21px;
    bottom: 165px;
    left: 21px;
    width: auto;
  }

  .support-story__copy h3,
  .support-story__pin--contain .support-story__copy h3 { font-size: clamp(45px, 13vw, 68px); }
  .support-story__body { font-size: 15px; }
  .support-story__impact { margin-top: 17px; font-size: 12px; }

  .support-story__pin--contain .support-story__media img {
    object-fit: cover;
    padding: 0;
    opacity: .72;
    transform: scale(1.08);
  }

  .support-story__pin--contain .support-story__shade {
    background: linear-gradient(180deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 92%) 66%);
  }

  .support-story__facts,
  .support-story__pin--contain .support-story__facts {
    right: 21px;
    bottom: 51px;
    left: 21px;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    width: auto;
  }

  .support-story__facts div,
  .support-story__pin--contain .support-story__facts div { display: block; }
  .support-story__facts dt { font-size: 15px; }
  .support-story__facts dd { font-size: 9px; }
  .support-story__quick { display: none; }

  .support-finale { padding: 120px 21px 52px; }
  .support-finale h2 { font-size: clamp(60px, 16vw, 88px); }
  .support-finale__button { margin-top: 60px; font-size: 25px; }
  .support-finale__details { grid-template-columns: 1fr; gap: 24px; }

  .floating-support {
    right: 14px;
    bottom: 14px;
    min-height: 56px;
    padding: 9px 10px 9px 18px;
    font-size: 13px;
  }

  .floating-support i { width: 36px; height: 36px; }
  .donation-overlay { padding: 0; }

  .donation-widget {
    width: 100%;
    max-height: 92svh;
    border-radius: 25px 25px 0 0;
  }

  .donation-widget__categories { grid-template-columns: 1fr; }
  .donation-widget__amounts { grid-template-columns: repeat(3, 1fr); }
  .donation-widget__contact { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .support-experience *,
  .support-experience *::before,
  .support-experience *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }

  .support-reveal { opacity: 1; transform: none; }
}
