.huku-page {
  --huku-navy: #002b5f;
  --huku-ink: #071a33;
  --huku-magenta: #c9005a;
  --huku-pink: #f5b8d1;
  --huku-gold: #f2c45a;
  --huku-cream: #f7f2e8;
  --huku-paper: #fcfbf8;
  --huku-mist: #eef3f8;
  --huku-line: #ccd7e4;
  --huku-muted: #506176;
  margin: 0;
  background: var(--huku-paper);
  color: var(--huku-ink);
  overflow-x: hidden;
}

.huku-page * {
  box-sizing: border-box;
}

.huku-page main {
  overflow: clip;
}

.huku-wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.huku-section {
  padding-block: clamp(4.5rem, 8vw, 8rem);
}

.huku-page :is(#our-story, #our-impact, #help-us-keep-up, [id="500-friends"], #elephant-in-the-room, #fundraise, #business-partners) {
  scroll-margin-top: 7rem;
}

.huku-page main :where(h1, h2, h3, p) {
  margin-top: 0;
}

.huku-page main :where(h1, h2, h3) {
  color: var(--huku-navy);
  font-weight: 850;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.huku-page main :where(h2) {
  margin-bottom: 1.35rem;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.huku-page main :where(h3) {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.huku-page main :where(p, li) {
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.7;
}

.huku-page main :where(a) {
  text-underline-offset: 0.18em;
}

.huku-page main :where(a, button, summary):focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 4px;
}

.huku-eyebrow {
  margin-bottom: 1rem;
  color: var(--huku-magenta);
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.huku-intro {
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 650;
  line-height: 1.45 !important;
}

.huku-section-head {
  max-width: 58rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.huku-section-head > p:last-child {
  max-width: 46rem;
  color: var(--huku-muted);
}

.huku-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.huku-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  padding: 0.78rem 1.25rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.huku-button--primary {
  background: var(--huku-magenta);
  color: #fff;
  box-shadow: 0 10px 24px rgba(110, 0, 48, 0.24);
}

.huku-button--primary:hover {
  background: #a8004b;
  color: #fff;
}

.huku-button--outline {
  border-color: var(--huku-navy);
  background: transparent;
  color: var(--huku-navy);
}

.huku-button--outline:hover {
  background: var(--huku-navy);
  color: #fff;
}

.huku-button--light {
  background: #fff;
  color: var(--huku-navy);
  box-shadow: 0 10px 26px rgba(2, 18, 42, 0.18);
}

.huku-button--light:hover {
  background: var(--huku-cream);
  color: var(--huku-navy);
}

.huku-text-link,
.huku-arrow-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  color: var(--huku-navy);
  font-weight: 800;
  text-decoration-thickness: 1px;
}

.huku-text-link:hover,
.huku-arrow-link:hover {
  color: var(--huku-magenta);
}

.huku-hero {
  position: relative;
  min-height: min(780px, calc(100svh - 2rem));
  display: grid;
  background: #061831;
  color: #fff;
  isolation: isolate;
}

.huku-hero-media,
.huku-hero-shade {
  position: absolute;
  inset: 0;
}

.huku-hero-media {
  z-index: -2;
}

.huku-hero-media picture,
.huku-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.huku-hero-media img {
  object-fit: cover;
  object-position: 52% 50%;
}

.huku-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 18, 40, 0.97) 0%, rgba(3, 18, 40, 0.9) 43%, rgba(3, 18, 40, 0.46) 72%, rgba(3, 18, 40, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 18, 40, 0.85) 0%, transparent 44%);
}

.huku-hero-inner {
  min-height: inherit;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-block: 1.25rem 1.5rem;
}

.huku-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.huku-breadcrumbs li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.huku-breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.huku-breadcrumbs a {
  color: #fff;
}

.huku-hero-copy {
  max-width: 68rem;
  align-self: start;
  padding-block: 1.25rem;
}

.huku-hero .huku-eyebrow {
  color: #ff9cc4;
}

.huku-hero h1 {
  max-width: 66rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(3rem, 6.6vw, 5.95rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.huku-hero h1 em {
  color: #ff6ba5;
  font-style: normal;
}

.huku-lead {
  max-width: 43rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.12rem, 2vw, 1.42rem) !important;
  line-height: 1.48 !important;
}

.huku-hero-proof {
  margin-bottom: 1.75rem;
  color: #fff;
}

.huku-actions--hero .huku-text-link,
.huku-actions--final .huku-text-link {
  color: #fff;
}

.huku-actions--hero .huku-text-link:hover,
.huku-actions--final .huku-text-link:hover {
  color: #ffb4d1;
}

.huku-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin: 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.huku-trust-line li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.huku-trust-line li::before {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #ff6ba5;
  content: "";
}

.huku-story {
  background: var(--huku-paper);
}

.huku-story-grid,
.huku-gap-grid,
.huku-press-grid,
.huku-partners-grid,
.huku-trust-grid,
.huku-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}

.huku-story-copy > p:not(.huku-eyebrow, .huku-intro, .huku-pull-line) {
  max-width: 45rem;
  color: var(--huku-muted);
}

.huku-pull-line {
  margin-block: 1.8rem;
  padding-left: 1.25rem;
  border-left: 4px solid var(--huku-magenta);
  color: var(--huku-navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem) !important;
  font-weight: 850;
  line-height: 1.25 !important;
}

.huku-story-visual {
  position: sticky;
  top: 7rem;
}

.huku-origin-path {
  display: grid;
  border-top: 1px solid var(--huku-line);
}

.huku-origin-path > div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.3rem 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--huku-line);
}

.huku-origin-path span {
  grid-row: 1 / span 2;
  color: var(--huku-magenta);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.huku-origin-path strong {
  color: var(--huku-navy);
  font-size: 1.08rem;
}

.huku-origin-path small {
  color: var(--huku-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.huku-impact {
  position: relative;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 0, 90, 0.24), transparent 34rem),
    var(--huku-navy);
  color: #fff;
}

.huku-section-head--light h2,
.huku-impact .huku-eyebrow {
  color: #fff;
}

.huku-impact .huku-eyebrow {
  color: #ff9cc4;
}

.huku-section-head--light > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.huku-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.huku-live-stat {
  min-width: 0;
  padding: 2rem 1.5rem 2.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.huku-live-stat:first-child {
  padding-left: 0;
}

.huku-live-stat:last-child {
  border-right: 0;
}

.huku-live-stat span,
.huku-support-strip span {
  display: block;
  margin-bottom: 1rem;
  color: #ffb4d1;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.huku-live-stat strong {
  display: block;
  margin-bottom: 0.7rem;
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.huku-live-stat small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.huku-support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
}

.huku-support-strip > div {
  padding: 0.5rem 0.8rem;
}

.huku-support-strip strong {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
}

.huku-data-note {
  max-width: 60rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem !important;
}

.huku-impact-link {
  margin: 1.5rem 0 0;
}

.huku-arrow-link--light {
  color: #fff;
}

.huku-arrow-link--light:hover {
  color: #ffb4d1;
}

.huku-gap {
  background: var(--huku-cream);
}

.huku-gap h2 em {
  color: var(--huku-magenta);
  font-style: normal;
}

.huku-gap-copy {
  padding-top: 2.2rem;
}

.huku-gap-copy ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.huku-gap-copy li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--huku-muted);
}

.huku-gap-copy li::before {
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--huku-magenta);
  content: "";
}

.huku-ways {
  background: #fff;
}

.huku-way-list {
  border-top: 2px solid var(--huku-navy);
}

.huku-way {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr) auto;
  gap: 1.5rem 2rem;
  align-items: center;
  padding-block: 2.2rem;
  border-bottom: 1px solid var(--huku-line);
}

.huku-way-number {
  align-self: start;
  color: var(--huku-magenta);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.huku-way-kicker {
  margin-bottom: 0.35rem;
  color: var(--huku-magenta);
  font-size: 0.74rem !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.huku-way h3 {
  margin-bottom: 0.65rem;
}

.huku-way div > p:last-child {
  max-width: 47rem;
  margin-bottom: 0;
  color: var(--huku-muted);
}

.huku-friends {
  background:
    radial-gradient(circle at 8% 100%, rgba(201, 0, 90, 0.45), transparent 34rem),
    var(--huku-ink);
  color: #fff;
}

.huku-friends-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.huku-friends-mark {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  text-align: center;
}

.huku-friends-mark span {
  color: #fff;
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.huku-friends-mark small {
  margin-top: 1.2rem;
  color: #ff9cc4;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.huku-friends h2,
.huku-friends .huku-intro {
  color: #fff;
}

.huku-friends .huku-eyebrow {
  color: #ff9cc4;
}

.huku-friends-copy > p:not(.huku-eyebrow, .huku-intro, .huku-progress-unavailable) {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.76);
}

.huku-progress-block {
  margin: 2rem 0;
}

.huku-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  color: #fff;
  font-size: 0.92rem;
}

.huku-progress-label span {
  color: rgba(255, 255, 255, 0.7);
}

.huku-progress {
  height: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.huku-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff4d96, #f2c45a);
}

.huku-progress-unavailable {
  margin: 1.5rem 0;
  padding: 1rem;
  border-left: 3px solid #ff6ba5;
  color: rgba(255, 255, 255, 0.84);
}

.huku-elephant {
  background: var(--huku-cream);
}

.huku-elephant-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.huku-elephant-campaign {
  position: sticky;
  top: 7rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--huku-magenta);
  color: #fff;
  box-shadow: 1rem 1rem 0 var(--huku-navy);
}

.huku-eric {
  width: min(100%, 22.625rem);
  display: block;
  margin: 0 auto 1.75rem;
  border: 0.35rem solid #fff;
  border-radius: 48% 52% 46% 54% / 50% 45% 55% 50%;
  background: #fff;
  box-shadow: 0 0.75rem 1.8rem rgba(2, 18, 42, 0.22);
  overflow: visible;
}

.huku-eric .fnd-eric__frame {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  transform: none;
}

.huku-eric img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
}

.huku-campaign-callout {
  margin-bottom: 1.3rem;
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem) !important;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.huku-hashtags {
  margin: 0;
  color: #fff;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.huku-elephant-lead {
  margin-bottom: 1.6rem;
  color: var(--huku-magenta);
  font-size: clamp(1.35rem, 2.3vw, 2rem) !important;
  font-weight: 900;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.huku-elephant-copy > p:not(.huku-eyebrow, .huku-elephant-lead, .huku-share-status) {
  color: var(--huku-muted);
}

.huku-campaign-steps {
  display: grid;
  gap: 0;
  margin: 2rem 0;
  padding: 0;
  border-top: 1px solid #cbbfac;
  list-style: none;
}

.huku-campaign-steps li {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1rem;
  padding-block: 1.15rem;
  border-bottom: 1px solid #cbbfac;
}

.huku-campaign-steps li > span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--huku-navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
}

.huku-campaign-steps strong {
  color: var(--huku-navy);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.huku-campaign-steps p {
  margin: 0.25rem 0 0;
  color: var(--huku-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.huku-share-status {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  color: var(--huku-navy);
  font-size: 0.88rem !important;
}

.huku-outcomes {
  background: #fff;
}

.huku-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--huku-navy);
}

.huku-outcome-grid article {
  min-width: 0;
  padding: 2rem;
  border-right: 1px solid var(--huku-line);
  border-bottom: 1px solid var(--huku-line);
}

.huku-outcome-grid article:nth-child(3n) {
  border-right: 0;
}

.huku-outcome-grid span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--huku-magenta);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.huku-outcome-grid h3 {
  margin-bottom: 0.7rem;
}

.huku-outcome-grid p {
  margin: 0;
  color: var(--huku-muted);
  font-size: 0.98rem;
}

.huku-people {
  background: var(--huku-mist);
}

.huku-story-list {
  display: grid;
  gap: 1.2rem;
}

.huku-person-story > a {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid transparent;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.huku-person-story > a:hover {
  border-color: var(--huku-magenta);
}

.huku-person-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--huku-navy);
  color: #fff;
}

.huku-person-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.huku-person-image > span {
  font-size: 3.5rem;
  font-weight: 900;
}

.huku-person-image small {
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  color: #fff;
  font-weight: 850;
}

.huku-person-story a > div:last-child > p:first-child {
  margin-bottom: 0.45rem;
  color: var(--huku-magenta);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.huku-person-story h3 {
  margin-bottom: 0.5rem;
}

.huku-story-excerpt {
  margin-bottom: 0.7rem;
  color: var(--huku-muted);
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.huku-person-story a > div:last-child > strong {
  color: var(--huku-navy);
  font-size: 0.9rem;
}

.huku-stories-fallback {
  max-width: 52rem;
  padding: 1.5rem;
  border-left: 4px solid var(--huku-magenta);
  background: #fff;
}

.huku-stories-fallback p {
  margin: 0;
}

.huku-centred-action {
  margin: 2rem 0 0;
  text-align: center;
}

.huku-press {
  background: var(--huku-paper);
}

.huku-press-grid {
  align-items: center;
}

.huku-press-image {
  margin: 0;
}

.huku-press-image picture,
.huku-press-image img {
  width: 100%;
  display: block;
}

.huku-press-image img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.huku-press-image figcaption {
  padding: 0.65rem 0;
  color: var(--huku-muted);
  font-size: 0.8rem;
}

.huku-press-grid > div > p:not(.huku-eyebrow, .huku-intro) {
  color: var(--huku-muted);
}

.huku-external {
  margin-left: 0.35rem;
}

.huku-partners {
  background: var(--huku-magenta);
  color: #fff;
}

.huku-partners h2,
.huku-partners .huku-eyebrow,
.huku-partners .huku-intro {
  color: #fff;
}

.huku-partner-list {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.huku-partner-list > p {
  margin-bottom: 1rem;
  font-weight: 700;
}

.huku-partner-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.2rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.huku-partner-list li {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.96rem;
}

.huku-trust {
  background: var(--huku-navy);
  color: #fff;
}

.huku-trust h2,
.huku-trust .huku-eyebrow {
  color: #fff;
}

.huku-trust .huku-eyebrow {
  color: #ff9cc4;
}

.huku-trust-grid > div > p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.huku-trust nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.huku-trust nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.huku-trust nav li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.huku-trust nav a {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
}

.huku-trust nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.huku-faq {
  background: var(--huku-paper);
}

.huku-faq-grid header {
  position: sticky;
  top: 7rem;
}

.huku-faq-grid header > p:last-child {
  color: var(--huku-muted);
}

.huku-faq-list {
  border-top: 2px solid var(--huku-navy);
}

.huku-faq-list details {
  border-bottom: 1px solid var(--huku-line);
}

.huku-faq-list summary {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  color: var(--huku-navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.huku-faq-list summary::after {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--huku-navy);
  border-radius: 50%;
  content: "+";
}

.huku-faq-list details[open] summary::after {
  content: "−";
}

.huku-faq-list details p {
  margin-bottom: 1.25rem;
  padding-right: 2.5rem;
  color: var(--huku-muted);
  font-size: 0.98rem;
}

.huku-final {
  position: relative;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 0, 90, 0.35), transparent 34rem),
    var(--huku-ink);
  color: #fff;
}

.huku-final-inner {
  max-width: 62rem;
  text-align: center;
}

.huku-final .huku-eyebrow {
  color: #ff9cc4;
}

.huku-final h2 {
  color: #fff;
}

.huku-final-inner > p:not(.huku-eyebrow, .huku-closing-line) {
  max-width: 48rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
}

.huku-actions--final {
  justify-content: center;
  margin-top: 2rem;
}

.huku-closing-line {
  margin: clamp(3.5rem, 8vw, 6rem) 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.huku-closing-line strong {
  color: #ff8db8;
}

@media (max-width: 980px) {
  .huku-story-grid,
  .huku-gap-grid,
  .huku-press-grid,
  .huku-partners-grid,
  .huku-trust-grid,
  .huku-faq-grid,
  .huku-friends-grid,
  .huku-elephant-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .huku-story-visual,
  .huku-elephant-campaign,
  .huku-faq-grid header {
    position: static;
  }

  .huku-story-visual {
    max-width: 42rem;
  }

  .huku-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .huku-live-stat:nth-child(2) {
    border-right: 0;
  }

  .huku-live-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .huku-live-stat:nth-child(3) {
    padding-left: 0;
  }

  .huku-way {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .huku-way .huku-button {
    grid-column: 2;
    justify-self: start;
  }

  .huku-friends-mark {
    width: min(22rem, 72vw);
  }

  .huku-elephant-campaign {
    max-width: 38rem;
    box-shadow: 0.75rem 0.75rem 0 var(--huku-navy);
  }

  .huku-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .huku-outcome-grid article:nth-child(3n) {
    border-right: 1px solid var(--huku-line);
  }

  .huku-outcome-grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .huku-wrap {
    width: min(100% - 1.5rem, 1180px);
  }

  .huku-section {
    padding-block: 4.25rem;
  }

  .huku-page main :where(h2) {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .huku-hero {
    min-height: 720px;
  }

  .huku-hero-media img {
    object-position: 64% 50%;
  }

  .huku-hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 18, 40, 0.93), rgba(3, 18, 40, 0.68)),
      linear-gradient(0deg, rgba(3, 18, 40, 0.96) 0%, transparent 58%);
  }

  .huku-hero-inner {
    padding-block: 1rem 1.1rem;
  }

  .huku-hero-copy {
    padding-block: 2rem 1.5rem;
  }

  .huku-hero h1 {
    font-size: clamp(2.7rem, 12.2vw, 3.25rem);
    line-height: 0.92;
  }

  .huku-breadcrumbs {
    display: none;
  }

  .huku-lead {
    font-size: 1.05rem !important;
    line-height: 1.42 !important;
  }

  .huku-actions--hero,
  .huku-actions--final {
    align-items: stretch;
    flex-direction: column;
  }

  .huku-actions--hero .huku-button,
  .huku-actions--final .huku-button {
    width: 100%;
  }

  .huku-actions--hero .huku-text-link,
  .huku-actions--final .huku-text-link {
    min-height: 2.75rem;
    justify-content: center;
  }

  .huku-trust-line {
    display: grid;
    gap: 0.4rem;
  }

  .huku-live-grid,
  .huku-support-strip {
    grid-template-columns: 1fr;
  }

  .huku-live-stat,
  .huku-live-stat:first-child,
  .huku-live-stat:nth-child(3) {
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .huku-live-stat:last-child {
    border-bottom: 0;
  }

  .huku-support-strip {
    gap: 0;
  }

  .huku-support-strip > div {
    padding-block: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .huku-support-strip > div:last-child {
    border-bottom: 0;
  }

  .huku-way {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 1rem;
  }

  .huku-way .huku-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .huku-progress-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .huku-elephant-campaign {
    margin-right: 0.65rem;
    padding: 1.5rem;
  }

  .huku-campaign-steps li {
    grid-template-columns: 2.25rem 1fr;
    gap: 0.75rem;
  }

  .huku-outcome-grid {
    grid-template-columns: 1fr;
  }

  .huku-outcome-grid article,
  .huku-outcome-grid article:nth-child(3n) {
    padding: 1.5rem 0;
    border-right: 0;
  }

  .huku-outcome-grid span {
    margin-bottom: 1.25rem;
  }

  .huku-person-story > a {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .huku-person-image {
    aspect-ratio: 16 / 9;
  }

  .huku-partner-list {
    padding: 1.25rem;
  }

  .huku-partner-list ul,
  .huku-trust nav ul {
    grid-template-columns: 1fr;
  }

  .huku-trust nav li:nth-child(odd) {
    border-right: 0;
  }

  .huku-faq-list details p {
    padding-right: 0;
  }
}

@media (max-width: 340px) {
  .huku-page .header-cta {
    display: none;
  }
}

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

@media (forced-colors: active) {
  .huku-button,
  .huku-progress,
  .huku-elephant-campaign,
  .huku-person-story > a {
    border: 2px solid ButtonText;
  }

  .huku-progress span {
    background: Highlight;
  }
}
