@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

body.wk-project-landing {
  margin: 0;
  background: #fffdf9;
}

.wk-project-main {
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.wk-app,
.wk-app * { box-sizing: border-box; }

.wk-app {
  --wk-primary: #7b3f1d;
  --wk-accent: #e8a12d;
  --wk-green: #34733d;
  --wk-green-dark: #24552d;
  --wk-cream: #fffaf0;
  --wk-ink: #253027;
  --wk-muted: #6d756d;
  --wk-border: #e9e2d5;
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto 56px;
  color: var(--wk-ink);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.55;
}

.wk-app button,
.wk-app input,
.wk-app textarea { font: inherit; }

.wk-test-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 10px 16px;
  color: #68440a;
  background: #fff2c9;
  border: 1px solid #f2d88c;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.wk-test-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #e1991d;
  box-shadow: 0 0 0 5px rgba(225, 153, 29, .14);
}

.wk-hero {
  max-width: 800px;
  margin: 48px auto 38px;
  text-align: center;
}

.wk-eyebrow,
.wk-section-heading p,
.wk-card-heading p {
  margin: 0 0 7px;
  color: var(--wk-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wk-hero h1,
.wk-recent h2,
.wk-donation-card h2,
.wk-gateway h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  letter-spacing: -.025em;
}

.wk-hero h1 {
  margin: 0;
  color: var(--wk-ink);
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.05;
}

.wk-intro {
  max-width: 690px;
  margin: 20px auto 0;
  color: var(--wk-muted);
  font-size: clamp(16px, 1.7vw, 19px);
}

.wk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr);
  gap: 24px;
  align-items: start;
}

.wk-tree-card,
.wk-donation-card,
.wk-recent {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wk-border);
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(77, 55, 31, .08);
}

.wk-sky {
  position: relative;
  height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 10%, rgba(255,255,255,.82) 0 7%, transparent 7.3%),
    linear-gradient(180deg, #dff2ee 0%, #eff9ef 66%, #e5f2d9 100%);
  isolation: isolate;
}

.wk-sun {
  position: absolute;
  top: 45px;
  right: 70px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffd874;
  box-shadow: 0 0 0 18px rgba(255,216,116,.18), 0 0 60px rgba(255,201,72,.4);
}

.wk-cloud {
  position: absolute;
  width: 105px;
  height: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  filter: blur(.2px);
}

.wk-cloud::before,
.wk-cloud::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: inherit;
}

.wk-cloud::before { left: 22px; bottom: 8px; width: 44px; height: 44px; }
.wk-cloud::after { right: 15px; bottom: 5px; width: 36px; height: 36px; }
.wk-cloud-one { top: 92px; left: 11%; animation: wk-float 8s ease-in-out infinite; }
.wk-cloud-two { top: 145px; right: 7%; transform: scale(.72); opacity: .7; animation: wk-float 9.5s 1.8s ease-in-out infinite reverse; }

.wk-ground {
  position: absolute;
  z-index: 1;
  right: -5%;
  bottom: -78px;
  left: -5%;
  height: 170px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, #90ba63, #6f994c);
}

.wk-ground::after {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  height: 9px;
  content: '';
  opacity: .45;
  background: repeating-linear-gradient(100deg, transparent 0 22px, #56833f 23px 25px, transparent 26px 36px);
}

.wk-tree {
  position: absolute;
  z-index: 3;
  bottom: 67px;
  left: 50%;
  width: 455px;
  height: 390px;
  max-width: 84%;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  transition: transform .9s cubic-bezier(.2,.9,.25,1.15);
}

.wk-soil {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 142px;
  height: 30px;
  border-radius: 50%;
  background: #765135;
  transform: translateX(-50%);
}

.wk-trunk {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 62px;
  height: 232px;
  border-radius: 45% 42% 18% 22%;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(54,27,11,.18) 19% 24%, transparent 25% 57%, rgba(255,255,255,.15) 58% 63%, transparent 64%),
    linear-gradient(100deg, #6c381d, #92522a 55%, #6e351b);
  clip-path: polygon(38% 0, 67% 0, 62% 25%, 75% 100%, 17% 100%, 36% 32%);
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  transition: transform .9s cubic-bezier(.2,.85,.35,1);
}

.wk-branch {
  position: absolute;
  z-index: 2;
  bottom: 125px;
  left: 50%;
  width: 150px;
  height: 28px;
  border-radius: 40px;
  background: linear-gradient(#8d4c26, #653017);
  transform-origin: 0 50%;
  opacity: 0;
  transition: opacity .4s .25s, transform .8s .25s cubic-bezier(.2,.85,.35,1);
}

.wk-branch-left { transform: rotate(-32deg) scaleX(0); }
.wk-branch-right { transform: rotate(210deg) scaleX(0); }

.wk-crown {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 430px;
  max-width: 100%;
  height: 285px;
  transform: translateX(-50%) scale(0);
  transform-origin: 50% 83%;
  transition: transform .9s .25s cubic-bezier(.1,.9,.25,1.15);
}

.wk-leaf-cluster {
  position: absolute;
  display: block;
  width: 185px;
  height: 160px;
  border-radius: 48% 52% 45% 55%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.16) 0 9%, transparent 10%),
    radial-gradient(circle at 70% 65%, rgba(20,78,38,.25) 0 8%, transparent 9%),
    linear-gradient(145deg, #67a451, #34733d);
  box-shadow: inset -13px -10px 30px rgba(22,76,37,.15), 0 9px 20px rgba(39,91,47,.13);
}

.wk-leaf-1 { top: 82px; left: 4px; transform: rotate(-10deg); }
.wk-leaf-2 { top: 14px; left: 86px; }
.wk-leaf-3 { top: 42px; right: 1px; transform: rotate(13deg); }
.wk-leaf-4 { bottom: 0; right: 50px; transform: rotate(8deg); }
.wk-leaf-5 { bottom: -3px; left: 49px; transform: rotate(-7deg); }

.wk-chestnuts { position: absolute; z-index: 8; inset: 5% 1% 2%; }

.wk-chestnut {
  position: absolute;
  z-index: 1;
  width: var(--wk-nut-width, 20px);
  height: var(--wk-nut-height, 24px);
  border-radius: 62% 52% 48% 47%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.55) 0 7%, transparent 8%),
    linear-gradient(135deg, #b66a2e, #6e2f12 70%);
  border: 1px solid rgba(75,33,14,.28);
  box-shadow: 0 2px 4px rgba(47,27,14,.25);
  cursor: help;
}

.wk-chestnut::before {
  position: absolute;
  top: -5px;
  left: calc(50% - 3px);
  width: 6px;
  height: 7px;
  content: '';
  border-radius: 3px 3px 0 0;
  background: #75431e;
}

.wk-chestnut.is-new { animation: wk-pop .7s cubic-bezier(.15,.85,.3,1.5) both; }

.wk-chestnut:hover,
.wk-chestnut:focus-visible {
  z-index: 40;
  outline: none;
  filter: brightness(1.12) drop-shadow(0 4px 5px rgba(47,27,14,.28));
}

.wk-chestnut-label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 50;
  width: max-content;
  max-width: 180px;
  padding: 6px 9px;
  overflow: hidden;
  color: #fff;
  background: #253027;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(37,48,39,.25);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-overflow: ellipsis;
  transform: translate(-50%, 4px) rotate(var(--wk-label-rotation, 0deg));
  transition: opacity .18s ease, transform .18s ease;
  visibility: hidden;
  white-space: nowrap;
}

.wk-chestnut-label::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-top-color: #253027;
  transform: translateX(-50%);
}

.wk-chestnut:hover .wk-chestnut-label,
.wk-chestnut:focus-visible .wk-chestnut-label {
  opacity: 1;
  transform: translate(-50%, 0) rotate(var(--wk-label-rotation, 0deg));
  visibility: visible;
}

.wk-tree-hint {
  position: absolute;
  z-index: 12;
  right: 18px;
  bottom: 12px;
  left: 18px;
  margin: 0;
  color: rgba(36,85,45,.88);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.wk-app[data-stage='0'] .wk-tree { transform: translateX(-50%) scale(.22); }
.wk-app[data-stage='1'] .wk-tree { transform: translateX(-50%) scale(.65); }
.wk-app[data-stage='2'] .wk-tree { transform: translateX(-50%) scale(.78); }
.wk-app[data-stage='3'] .wk-tree { transform: translateX(-50%) scale(.88); }
.wk-app[data-stage='4'] .wk-tree { transform: translateX(-50%) scale(.96); }
.wk-app[data-stage='5'] .wk-tree { transform: translateX(-50%) scale(1); }
.wk-app:not([data-stage='0']) .wk-trunk { transform: translateX(-50%) scaleY(1); }
.wk-app[data-stage='2'] .wk-branch,
.wk-app[data-stage='3'] .wk-branch,
.wk-app[data-stage='4'] .wk-branch,
.wk-app[data-stage='5'] .wk-branch { opacity: 1; }
.wk-app[data-stage='2'] .wk-branch-left,
.wk-app[data-stage='3'] .wk-branch-left,
.wk-app[data-stage='4'] .wk-branch-left,
.wk-app[data-stage='5'] .wk-branch-left { transform: rotate(-32deg) scaleX(1); }
.wk-app[data-stage='2'] .wk-branch-right,
.wk-app[data-stage='3'] .wk-branch-right,
.wk-app[data-stage='4'] .wk-branch-right,
.wk-app[data-stage='5'] .wk-branch-right { transform: rotate(210deg) scaleX(1); }
.wk-app:not([data-stage='0']) .wk-crown { transform: translateX(-50%) scale(1); }

.wk-progress-wrap { padding: 24px 28px 26px; }
.wk-progress-copy { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 10px; }
.wk-progress-copy strong { color: var(--wk-primary); font-size: 25px; }
.wk-progress-copy span { color: var(--wk-muted); font-size: 14px; }
.wk-progress { height: 12px; overflow: hidden; border-radius: 99px; background: #eee9df; }
.wk-progress > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--wk-accent), #efc75d); box-shadow: 0 2px 10px rgba(232,161,45,.3); transition: width .9s ease; }
.wk-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 22px; background: var(--wk-border); }
.wk-stats > div { display: flex; flex-direction: column; padding: 7px 14px; background: #fff; text-align: center; }
.wk-stats strong { color: var(--wk-green-dark); font-size: 22px; }
.wk-stats span { color: var(--wk-muted); font-size: 12px; }

.wk-donation-card { padding: 28px; }
.wk-card-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--wk-border); }
.wk-card-heading p { margin-bottom: 2px; }
.wk-card-heading h2 { margin: 0; font-size: 28px; line-height: 1.1; }
.wk-mini-chestnut { position: relative; width: 42px; height: 50px; flex: 0 0 42px; border-radius: 60% 53% 48% 48%; background: linear-gradient(140deg, #c77c38, var(--wk-primary)); box-shadow: inset 7px 6px 12px rgba(255,255,255,.2), 0 5px 12px rgba(84,45,23,.2); transform: rotate(-8deg); }
.wk-mini-chestnut::before { position: absolute; top: -6px; left: 18px; width: 8px; height: 10px; content: ''; border-radius: 5px 5px 1px 1px; background: #795024; }

.wk-donation-form { padding-top: 22px; }
.wk-field { margin-bottom: 18px; }
.wk-field > label { display: block; margin-bottom: 7px; color: #394139; font-size: 13px; font-weight: 700; }
.wk-field > label span { color: var(--wk-muted); font-weight: 400; }
.wk-field input,
.wk-field textarea,
.wk-custom-amount {
  width: 100%;
  color: var(--wk-ink);
  background: #fff;
  border: 1px solid #d9d5ca;
  border-radius: 11px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.wk-field input { height: 47px; padding: 0 13px; }
.wk-field textarea { min-height: 82px; padding: 11px 13px; resize: vertical; }
.wk-field input:focus,
.wk-field textarea:focus,
.wk-custom-amount:focus-within { border-color: var(--wk-accent); box-shadow: 0 0 0 3px rgba(232,161,45,.15); }
.wk-field small { display: block; margin-top: 7px; color: var(--wk-muted); font-size: 12px; }
.wk-name-field.is-disabled { opacity: .5; }

.wk-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 8px; }
.wk-amount { padding: 10px 4px; color: var(--wk-primary); background: #fffaf2; border: 1px solid #ead9c6; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 700; transition: .2s; }
.wk-amount:hover,
.wk-amount.is-active { color: #fff; background: var(--wk-primary); border-color: var(--wk-primary); transform: translateY(-1px); }
.wk-custom-amount { display: flex; align-items: center; overflow: hidden; }
.wk-custom-amount input { border: 0; box-shadow: none !important; }
.wk-custom-amount span { padding-right: 14px; color: var(--wk-muted); font-weight: 600; }

.wk-check { display: flex; align-items: center; gap: 9px; margin: -6px 0 18px; cursor: pointer; color: #4f574f; font-size: 13px; }
.wk-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--wk-primary); }
.wk-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.wk-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 0 18px; color: #fff; background: linear-gradient(110deg, var(--wk-primary), #9e5a2f); border: 0; border-radius: 12px; box-shadow: 0 8px 20px rgba(123,63,29,.22); cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, opacity .2s; }
.wk-submit:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(123,63,29,.28); }
.wk-submit:disabled { cursor: wait; opacity: .7; }
.wk-submit b { font-size: 22px; font-weight: 400; }
.wk-form-note { margin: 10px 8px 0; color: var(--wk-muted); font-size: 11px; text-align: center; }
.wk-form-status { min-height: 0; margin-top: 10px; border-radius: 8px; font-size: 12px; }
.wk-form-status:not(:empty) { min-height: 20px; padding: 8px 10px; }
.wk-form-status.is-error { color: #8e2929; background: #fff0f0; }
.wk-form-status.is-success { color: #286335; background: #edf8ee; }

.wk-official-payment { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--wk-border); text-align: center; }
.wk-official-payment > span { display: block; margin: 0 6px 10px; color: var(--wk-muted); font-size: 11px; }
.wk-official-payment > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; color: var(--wk-green-dark); background: #eff7ec; border: 1px solid #cfe2c9; border-radius: 11px; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.wk-official-payment > a:hover { color: var(--wk-green-dark); background: #e5f2e0; transform: translateY(-1px); }
.wk-official-payment b { font-size: 18px; font-weight: 500; }

.wk-recent { margin-top: 24px; padding: 30px; }
.wk-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--wk-border); }
.wk-section-heading h2 { margin: 0; font-size: 30px; }
.wk-section-heading > span { padding: 6px 11px; color: var(--wk-green-dark); background: #eff7ec; border-radius: 99px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.wk-donor-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; }
.wk-donor { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; min-width: 0; padding: 17px 0; border-bottom: 1px solid #eee9e0; }
.wk-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: linear-gradient(145deg, #779f5d, #3f7242); border-radius: 50%; font-weight: 700; }
.wk-donor > div { min-width: 0; }
.wk-donor strong { display: block; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.wk-donor p { margin: 2px 0; overflow: hidden; color: var(--wk-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.wk-donor small { color: #9a9f99; font-size: 10px; }
.wk-donor > b { color: var(--wk-primary); font-size: 13px; white-space: nowrap; }
.wk-empty-donors { grid-column: 1 / -1; padding: 38px; color: var(--wk-muted); text-align: center; }

.wk-modal[hidden],
.wk-toast[hidden] { display: none !important; }
.wk-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 18px; }
.wk-modal-backdrop { position: absolute; inset: 0; background: rgba(24,31,25,.68); backdrop-filter: blur(5px); animation: wk-fade .2s both; }
.wk-gateway { position: relative; z-index: 1; width: min(460px, 100%); padding: 35px; background: #fff; border-radius: 22px; box-shadow: 0 35px 90px rgba(0,0,0,.28); animation: wk-modal-in .35s cubic-bezier(.15,.85,.3,1.1) both; text-align: center; }
.wk-modal-close { position: absolute; top: 12px; right: 15px; width: 36px; height: 36px; color: #6d756d; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 27px; line-height: 1; }
.wk-modal-close:hover { background: #f3f3ef; }
.wk-gateway-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 13px; place-items: center; background: #edf7ec; border-radius: 50%; }
.wk-gateway-mark span { position: relative; width: 25px; height: 31px; border: 3px solid var(--wk-green); border-radius: 7px; }
.wk-gateway-mark span::before { position: absolute; top: -12px; left: 3px; width: 13px; height: 12px; content: ''; border: 3px solid var(--wk-green); border-bottom: 0; border-radius: 9px 9px 0 0; }
.wk-gateway-label { margin: 0 0 3px; color: var(--wk-green); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wk-gateway h2 { margin: 0; font-size: 29px; }
.wk-gateway-amount { display: flex; align-items: center; justify-content: space-between; margin: 23px 0 13px; padding: 14px 16px; background: #faf8f3; border-radius: 11px; }
.wk-gateway-amount span { color: var(--wk-muted); font-size: 13px; }
.wk-gateway-amount strong { color: var(--wk-primary); font-size: 22px; }
.wk-fake-method { display: grid; grid-template-columns: 18px 1fr auto; gap: 11px; align-items: center; padding: 14px; border: 2px solid #9fbd88; border-radius: 11px; text-align: left; }
.wk-fake-radio { width: 18px; height: 18px; border: 2px solid var(--wk-green); border-radius: 50%; box-shadow: inset 0 0 0 4px #fff; background: var(--wk-green); }
.wk-fake-method strong,
.wk-fake-method small { display: block; }
.wk-fake-method strong { font-size: 13px; }
.wk-fake-method small { color: var(--wk-muted); font-size: 10px; }
.wk-demo-badge { padding: 4px 7px; color: #5e4814; background: #fff1b9; border-radius: 5px; font-size: 9px; font-weight: 800; }
.wk-confirm-payment { width: 100%; min-height: 50px; margin-top: 16px; color: #fff; background: var(--wk-green); border: 0; border-radius: 11px; cursor: pointer; font-weight: 700; }
.wk-confirm-payment:hover { background: var(--wk-green-dark); }
.wk-cancel-payment { margin-top: 7px; padding: 8px 14px; color: var(--wk-muted); background: transparent; border: 0; cursor: pointer; font-size: 12px; }
.wk-gateway-status { min-height: 0; margin: 8px 0 0; color: #8e2929; font-size: 12px; }
.wk-modal-open { overflow: hidden; }

.wk-toast { position: fixed; z-index: 1000000; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; max-width: calc(100% - 44px); padding: 15px 18px; color: #fff; background: #276036; border-radius: 14px; box-shadow: 0 17px 45px rgba(20,68,34,.3); opacity: 0; transform: translateY(18px); transition: .25s; }
.wk-toast.is-visible { opacity: 1; transform: translateY(0); }
.wk-toast > span { display: grid; width: 30px; height: 30px; place-items: center; color: #276036; background: #fff; border-radius: 50%; font-weight: 800; }
.wk-toast strong,
.wk-toast small { display: block; }
.wk-toast small { color: rgba(255,255,255,.75); }

@keyframes wk-pop { 0% { opacity: 0; transform: translate(-50%,-50%) scale(0) rotate(-20deg); } 75% { transform: translate(-50%,-50%) scale(1.25) rotate(5deg); } 100% { opacity: 1; } }
@keyframes wk-float { 50% { transform: translateX(18px); } }
@keyframes wk-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes wk-modal-in { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .wk-layout { grid-template-columns: 1fr; }
  .wk-donation-card { padding: 25px; }
  .wk-sky { height: 480px; }
}

@media (max-width: 620px) {
  .wk-app { width: min(100% - 18px, 1180px); margin-top: 12px; }
  .wk-hero { margin: 34px auto 27px; }
  .wk-tree-card,
  .wk-donation-card,
  .wk-recent { border-radius: 18px; }
  .wk-sky { height: 400px; }
  .wk-tree { bottom: 57px; width: 365px; height: 320px; }
  .wk-crown { width: 350px; height: 235px; }
  .wk-leaf-cluster { width: 150px; height: 132px; }
  .wk-trunk { height: 190px; }
  .wk-progress-wrap { padding: 20px; }
  .wk-progress-copy { align-items: flex-start; flex-direction: column; gap: 0; }
  .wk-stats > div { padding-inline: 5px; }
  .wk-stats strong { font-size: 19px; }
  .wk-recent { padding: 22px; }
  .wk-section-heading { align-items: flex-start; flex-direction: column; }
  .wk-donor-list { grid-template-columns: 1fr; }
  .wk-gateway { padding: 30px 20px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .wk-app *,
  .wk-app *::before,
  .wk-app *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
