:root {
  --midnight-navy: #000c24;
  --deep-ocean: #000c24;
  --primary-accent: #01B9FA;
  --electric-cyan: var(--primary-accent);
  --civic-white: #f4f7fa;
  --sky-teal: var(--primary-accent);
  --slate-blue: #000c24;
  --steel-silver: #78909b;
  --charcoal-black: #080b0f;
  --kenya-red: #e5231a;
  --kenya-green: #00a651;
  --green-700: #00a651;
  --action-red: #e5231a;
  --action-blue: var(--primary-accent);
  --score-blue-strong: var(--primary-accent);
  --score-blue: var(--primary-accent);
  --score-blue-bright: var(--primary-accent);
  --score-blue-soft: #f7fbff;
  --score-border: #dce5f2;
  --score-track: #e5ebf4;
  --score-copy: #6175a1;
  --score-line: #bff9ff;
  --ceremonial-gold: #c2a35a;
  --ice-blue: #d8f8ff;
  --navy-950: var(--midnight-navy);
  --navy-900: var(--deep-ocean);
  --navy-800: var(--slate-blue);
  --accent-700: var(--primary-accent);
  --accent-600: var(--primary-accent);
  --accent-100: var(--ice-blue);
  --red-700: var(--kenya-red);
  --red-100: #faeeee;
  --gold-500: var(--ceremonial-gold);
  --ink: var(--charcoal-black);
  --muted: #526a78;
  --border: #cbd9e1;
  --surface: #ffffff;
  --soft: var(--civic-white);
  --container: 1240px;
  --page-gutter: max(24px, calc((100vw - var(--container)) / 2));
  --header-gutter: max(24px, calc((100vw - 1240px) / 2));
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --shadow-sm: 0 2px 6px rgba(0, 12, 36, 0.06);
  --shadow: 0 6px 16px rgba(0, 12, 36, 0.10);
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --font-display: "Inter", Arial, Helvetica, sans-serif;
  --font-editorial: "Inter", Arial, Helvetica, sans-serif;
  --type-hero-title: clamp(48px, 5vw, 76px);
  --type-section-title: clamp(42px, 3.85vw, 58px);
  --type-section-title-mobile: clamp(34px, 9vw, 44px);
  --type-section-kicker: clamp(10px, 0.78vw, 12px);
  --type-section-intro: clamp(16px, 1.16vw, 19px);
  --type-card-title: clamp(18px, 1.35vw, 22px);
  --type-body: 16px;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
}

/* Public site + My Account shared visual language */
.site-header::after,
.page-cta::before,
.site-footer::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-accent) 0 72%,
    var(--action-red) 72% 86%,
    var(--kenya-green) 86% 100%
  );
  pointer-events: none;
}

.site-header .main-nav a[aria-current="page"] {
  position: relative;
  color: var(--electric-cyan);
}

.site-header .main-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-header .main-nav a.nav-profile {
  width: auto;
  min-width: 88px;
  height: 40px;
  display: inline-flex;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(1, 185, 250, 0.48);
  border-radius: var(--radius-sm);
  color: var(--surface);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  line-height: 1;
}

.site-header .main-nav a.nav-profile svg {
  width: 17px;
  height: 17px;
  color: var(--electric-cyan);
  fill: currentColor;
}

.site-header .main-nav a.nav-profile:hover {
  border-color: var(--electric-cyan);
  color: var(--navy-950);
  background: var(--electric-cyan);
}

.site-header .main-nav a.nav-profile:hover svg {
  color: var(--navy-950);
}

.donate-button {
  color: var(--surface);
  background: var(--action-red);
}

.button-green {
  color: var(--surface);
  background: var(--kenya-green);
}

.button-blue {
  color: var(--navy-950);
  background: var(--primary-accent);
}

.page-card,
.form-panel,
.membership-tier {
  position: relative;
  overflow: hidden;
}

.page-card::before,
.form-panel::before,
.membership-tier::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 4px;
  background: var(--primary-accent);
  pointer-events: none;
}

.page-card.accent-red::before {
  background: var(--action-red);
}

.page-card.accent-green::before,
.membership-tier.partner::before {
  background: var(--kenya-green);
}

.membership-tier.featured::before {
  background: linear-gradient(
    90deg,
    var(--primary-accent) 0 64%,
    var(--action-red) 64% 82%,
    var(--kenya-green) 82% 100%
  );
}

.page-card,
.form-panel {
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 180ms ease;
}

.page-card:hover {
  border-color: color-mix(in srgb, var(--primary-accent) 42%, var(--border));
  box-shadow: 0 12px 26px -18px rgba(0, 12, 36, 0.42);
  transform: translateY(-2px);
}

.page-cta::before {
  inset: 0 0 auto;
  height: 6px;
}

.site-footer::before {
  inset: 0 0 auto;
}

.story-list svg,
.check-list svg {
  color: var(--kenya-green);
  background: color-mix(in srgb, var(--kenya-green) 11%, var(--surface));
}

.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus {
  border-color: var(--primary-accent);
  outline: 0;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-accent) 24%, transparent);
}

@media (max-width: 1180px) {
  .site-header .main-nav a.nav-profile {
    width: 100%;
    min-width: 0;
    justify-content: center;
    margin-top: 6px;
  }

  .site-header .main-nav a[aria-current="page"]::after {
    right: auto;
    bottom: 5px;
    width: 34px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--surface);
  font-size: var(--type-body);
  font-weight: 500;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--primary-accent);
  outline-offset: 3px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy > p,
.voice-card blockquote,
.join-band > div > strong {
  font-family: var(--font-editorial);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px var(--header-gutter);
  color: var(--surface);
  background: rgba(0, 12, 36, 0.99);
  box-shadow: 0 4px 10px rgba(0, 19, 39, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

@media (min-width: 1101px) {
  .site-header > .brand {
    transform: translateX(-24px);
  }
}

.brand-lockup {
  width: clamp(260px, 21vw, 318px);
  height: 94px;
  object-fit: contain;
  object-position: center;
}

.brand-emblem {
  display: none;
  width: 168px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 25px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-nav a {
  padding: 14px 0;
  white-space: nowrap;
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: var(--electric-cyan);
}

.main-nav a.nav-profile {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--surface);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-profile svg {
  width: 20px;
  height: 20px;
  fill: none;
}

.main-nav a.nav-profile:hover {
  color: var(--navy-950);
  border-color: var(--electric-cyan);
  background: var(--electric-cyan);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 11px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--surface);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  top: 21px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: none;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(7px);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.donate-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--surface);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 3px 8px rgba(16, 34, 53, 0.13);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.donate-button {
  flex: 0 0 auto;
  padding: 0 18px;
  background: var(--action-red);
  color: var(--surface);
}

.donate-button svg,
.button svg,
.join-card svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.donate-button:hover,
.button:hover,
.join-card:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 5px 10px rgba(16, 34, 53, 0.16);
}

.button {
  padding: 0 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.button-accent,
.join-card.accent {
  background: var(--primary-accent);
  color: var(--navy-950);
}

.button-green {
  background: var(--kenya-green);
  color: var(--surface);
}

.button-blue,
.join-card.blue {
  background: var(--action-blue);
  color: var(--navy-950);
}

.button-red,
.join-card.red {
  background: var(--action-red);
}

.button-outline {
  background: rgba(255, 255, 255, 0.04);
  color: var(--surface);
  box-shadow: none;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--surface);
}

.button-wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 540px;
  margin-top: -10px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-color: #000000;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.7) 38%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0) 100%),
    url("assets/hero-people-v3.webp");
  background-position: center, center;
  background-size: cover;
}

.hero-waves {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(100px, 16vw, 170px);
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%);
}

.hero-wave {
  position: absolute;
  left: -12%;
  bottom: 0;
  width: 124%;
  height: 100%;
  fill: none;
  stroke-linecap: round;
  will-change: transform;
}

.hero-wave-1 {
  stroke: var(--electric-cyan);
  stroke-width: 4.5;
  opacity: 0.6;
  filter: drop-shadow(0 0 12px rgba(8, 216, 248, 0.5));
  animation: hero-wave-drift-1 9s ease-in-out infinite;
}

.hero-wave-2 {
  stroke: #4f9dff;
  stroke-width: 4.5;
  opacity: 0.5;
  filter: drop-shadow(0 0 12px rgba(79, 157, 255, 0.42));
  animation: hero-wave-drift-2 12s ease-in-out infinite;
}

@keyframes hero-wave-drift-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(5%, -9px); }
}

@keyframes hero-wave-drift-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6%, 7px); }
}

@keyframes kicker-ripple {
  0% {
    box-shadow:
      0 0 6px 1px color-mix(in srgb, currentColor 50%, transparent),
      0 0 0 0 color-mix(in srgb, currentColor 55%, transparent);
  }
  70% {
    box-shadow:
      0 0 6px 1px color-mix(in srgb, currentColor 50%, transparent),
      0 0 0 9px color-mix(in srgb, currentColor 0%, transparent);
  }
  100% {
    box-shadow:
      0 0 6px 1px color-mix(in srgb, currentColor 50%, transparent),
      0 0 0 0 color-mix(in srgb, currentColor 0%, transparent);
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(700px, 56vw);
  margin-left: var(--page-gutter);
  padding: 56px 0;
}

.hero h1 {
  margin: 0;
  color: var(--civic-white);
  font-size: var(--type-hero-title);
  font-weight: 800;
  line-height: 1.03;
  text-transform: none;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--electric-cyan);
}

.hero p {
  max-width: 470px;
  margin: 20px 0 30px;
  color: var(--civic-white);
  font-size: clamp(21px, 1.85vw, 27px);
  font-weight: 600;
  line-height: 1.25;
}

.values {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 14px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.values li {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--civic-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

.values svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 2px solid var(--electric-cyan);
  border-radius: 50%;
  fill: var(--electric-cyan);
}

.values li:nth-child(2) svg,
.values li:nth-child(3) svg,
.values li:nth-child(4) svg { fill: var(--electric-cyan); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-copy > .hero-actions {
  margin-top: 18px;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.hero-cta__row .button-blue {
  color: var(--surface);
}

.hero-cta__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-art {
  display: none;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-inline: var(--page-gutter);
  color: var(--surface);
  background: var(--deep-ocean);
}

.metric-band article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 12px;
  align-content: center;
  padding: 22px clamp(14px, 2vw, 26px);
}

.metric-band svg {
  grid-row: span 3;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1.5px solid var(--electric-cyan);
  border-radius: 50%;
  fill: var(--electric-cyan);
}

.metric-band span,
.metric-band small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.metric-band span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.metric-band strong {
  margin: 3px 0;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1;
}

.national-ribbon {
  position: relative;
  z-index: 2;
  height: 30px;
  isolation: isolate;
  overflow: visible;
  background: var(--navy-950);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 9px rgba(0, 12, 36, 0.12);
}

.national-ribbon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  height: 12px;
  transform: translateY(-50%);
  background:
    linear-gradient(
      to bottom,
      var(--surface) 0 2px,
      var(--kenya-red) 2px 5px,
      var(--surface) 5px 7px,
      var(--kenya-green) 7px 12px
    );
}

.national-ribbon__emblem {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: url("assets/real-emblem-cropped.webp") center / 38px auto no-repeat;
  filter: drop-shadow(0 2px 6px rgba(0, 12, 36, 0.32));
  pointer-events: none;
}

.movement-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px var(--page-gutter);
  scroll-margin-top: 104px;
  background: var(--soft);
}

.movement-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: min(42vw, 620px);
  height: 44%;
  background: url("assets/city ornament.webp") right bottom / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.movement-intro__inner {
  width: min(100%, var(--container));
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas: "media copy";
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
  margin: 0 auto;
}

.movement-intro__copy {
  grid-area: copy;
  min-width: 0;
}

.movement-intro__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--action-blue);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.movement-intro__kicker::after {
  content: "";
  order: 1;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--action-blue);
}

.movement-intro__kicker::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--action-blue);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.movement-intro h2 {
  max-width: 620px;
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.movement-intro h2 span {
  color: var(--action-blue);
}

.movement-intro__copy > p:not(.movement-intro__kicker) {
  max-width: 600px;
  margin: 14px 0 0;
  color: var(--slate-blue);
  font-size: 16px;
  line-height: 1.55;
}

.movement-intro__copy > .movement-intro__lead {
  margin-top: 22px;
  color: var(--navy-950);
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 650;
  line-height: 1.4;
}

.movement-intro__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.movement-intro__pillars li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 12px;
  border-top: 3px solid var(--action-blue);
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 800;
}

.movement-intro__pillars li:nth-child(2) {
  border-top-color: var(--kenya-green);
}

.movement-intro__pillars li:nth-child(3) {
  border-top-color: var(--kenya-red);
}

.movement-intro__pillars svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: var(--action-blue);
}

.movement-intro__pillars li:nth-child(2) svg {
  fill: var(--kenya-green);
}

.movement-intro__pillars li:nth-child(3) svg {
  fill: var(--kenya-red);
}

.movement-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.movement-intro__actions .button {
  min-height: 50px;
}

.movement-intro__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.movement-intro__link span {
  color: var(--action-blue);
  font-size: 22px;
  transition: transform 160ms ease;
}

.movement-intro__link:hover span {
  transform: translateX(4px);
}

.movement-intro__media {
  position: relative;
  grid-area: media;
  min-width: 0;
  height: clamp(320px, 26vw, 380px);
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy-950);
  box-shadow: var(--shadow);
}

.movement-intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 12, 36, 0.78) 100%);
}

.movement-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.movement-intro__media figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  padding-left: 16px;
  border-left: 4px solid var(--electric-cyan);
  color: var(--surface);
}

.movement-intro__media figcaption strong {
  font-size: 18px;
  font-weight: 800;
}

.movement-intro__media figcaption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.process-explainer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0;
  margin: 64px 0;
  color: var(--surface);
  background: var(--navy-950);
}

.process-explainer__inner {
  width: min(calc(100% - 48px), var(--container));
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  margin: 0 auto;
}

.process-explainer__copy {
  min-width: 0;
  align-self: center;
  padding: clamp(18px, 2vw, 26px);
}

.process-explainer__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 8px;
  color: var(--electric-cyan);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.process-explainer__kicker::after {
  content: "";
  order: 1;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--electric-cyan);
}

.process-explainer__kicker::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric-cyan);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.process-explainer h2 {
  max-width: 650px;
  margin: 0;
  color: var(--surface);
  font-family: var(--font-display);
  font-size: clamp(38px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.process-explainer h2 span {
  color: var(--electric-cyan);
}

.process-explainer__intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.4;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-steps__number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 216, 248, 0.58);
  border-radius: 50%;
  color: var(--electric-cyan);
  font-size: 12px;
  font-weight: 800;
}

.process-steps strong,
.process-steps p {
  display: block;
  margin: 0;
}

.process-steps strong {
  color: var(--surface);
  font-size: 16px;
  font-weight: 800;
}

.process-steps p {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.25;
}

.process-explainer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
}

.process-explainer__actions .button {
  min-height: 50px;
}

.process-explainer__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--surface);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.process-explainer__link span {
  color: var(--electric-cyan);
  font-size: 22px;
  transition: transform 160ms ease;
}

.process-explainer__link:hover span {
  transform: translateX(4px);
}

.process-explainer__media {
  position: relative;
  min-width: 0;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy-950);
  box-shadow: var(--shadow);
}

.process-explainer__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 12, 36, 0.34), transparent 34%),
    linear-gradient(180deg, transparent 52%, rgba(0, 12, 36, 0.86) 100%);
}

.process-explainer__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.process-explainer__media figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: grid;
  gap: 3px;
  padding-left: 16px;
  border-left: 4px solid var(--electric-cyan);
}

.process-explainer__media figcaption strong {
  color: var(--surface);
  font-size: 19px;
  font-weight: 800;
}

.process-explainer__media figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.noise-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 104px;
  margin-top: 64px;
  padding: 56px 24px;
  background: var(--surface);
}

.noise-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -48px;
  right: -88px;
  width: min(32vw, 470px);
  height: 280px;
  background: linear-gradient(135deg, transparent 0 39%, var(--soft) 39% 49%, transparent 49% 57%, var(--soft) 57% 67%, transparent 67%);
  opacity: 0.9;
}

.comparison-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 8px;
  text-align: center;
}

.section-heading p,
.focus-panel > p,
.reach-card > p:first-child,
.score-card > p:first-child,
.voice-card > p:first-child {
  margin: 0 0 8px;
  color: var(--electric-cyan);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-heading p {
  position: relative;
  display: inline-block;
  padding: 0 14px 6px;
  border-bottom: 2px solid var(--electric-cyan);
}

.section-heading p::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric-cyan);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.section-heading h2,
.content-grid h2,
.module-title h2,
.join-band h2,
.site-footer h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  text-transform: none;
}

.section-heading h2,
.focus-panel h3,
.reach-copy h2,
.scorecard-summary h2,
.news-events .module-title h2 {
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading h2 span {
  display: inline-grid;
  width: clamp(46px, 3.9vw, 60px);
  height: clamp(46px, 3.9vw, 60px);
  place-items: center;
  margin-inline: 10px;
  border-radius: 50%;
  color: var(--midnight-navy);
  background: var(--electric-cyan);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  vertical-align: 0.08em;
  box-shadow: 0 4px 10px rgba(8, 216, 248, 0.16);
}

.section-heading h2 {
  font-size: clamp(38px, 3.4vw, 52px);
}

.section-heading > strong {
  display: block;
  margin-top: 2px;
  color: var(--slate-blue);
  font-size: var(--type-section-intro);
  font-weight: 450;
  letter-spacing: 0;
}

.noise-grid {
  display: grid;
  grid-template-columns: minmax(300px, 376px) minmax(340px, 410px) minmax(300px, 376px);
  gap: clamp(18px, 2vw, 26px);
  align-items: end;
  justify-content: space-between;
}

.compare-card {
  align-self: center;
  min-height: 220px;
  padding: 8px 14px 10px;
  border: 1px solid currentColor;
  border-top-width: 4px;
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}

.compare-card h3 {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
  font-size: var(--type-card-title);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.compare-card h3 small {
  font-size: 0.66em;
  letter-spacing: 0;
}

.compare-title {
  min-width: 0;
}

.compare-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.compare-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.compare-red {
  color: var(--kenya-red);
  background: color-mix(in srgb, var(--red-100) 82%, var(--surface));
  border-color: color-mix(in srgb, var(--kenya-red) 38%, transparent);
  border-top-color: var(--kenya-red);
  box-shadow: 0 5px 12px rgba(169, 38, 35, 0.06);
}

.compare-red .compare-icon {
  background: color-mix(in srgb, var(--kenya-red) 14%, var(--surface));
}

.compare-green {
  color: var(--kenya-green);
  background: color-mix(in srgb, var(--kenya-green) 7%, var(--surface));
  border-color: color-mix(in srgb, var(--kenya-green) 30%, transparent);
  border-top-color: var(--kenya-green);
  box-shadow: 0 5px 12px rgba(14, 82, 52, 0.06);
}

.compare-green .compare-icon {
  color: var(--surface);
  background: var(--kenya-green);
}

.compare-card ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--navy-950);
  font-size: 12.5px;
  line-height: 1.15;
}

.compare-card li {
  min-height: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1.5px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.compare-card li > span {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--surface);
}

.compare-red li > span { background: var(--kenya-red); }
.compare-green li > span { background: var(--kenya-green); }

.compare-card li > span svg {
  width: 10px;
  height: 10px;
  fill: var(--surface);
}

.thinker {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  align-self: end;
}

.thinker::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 2px;
  width: min(80%, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--electric-cyan) 20%, var(--surface));
  transform: translateX(-50%);
}

.thinker img {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: auto;
  max-width: none;
  height: min(24vw, 230px);
  object-fit: contain;
  image-rendering: auto;
  clip-path: none;
  transform: translateX(-50%);
}

.thinker-arrow {
  position: absolute;
  z-index: 2;
  top: 49%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.thinker-arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.thinker-arrow-red {
  left: 0;
  color: var(--kenya-red);
  transform: scaleX(-1);
}

.thinker-arrow-green {
  right: 0;
  color: var(--kenya-green);
}

.comparison-message {
  position: relative;
  z-index: 3;
  width: min(100%, 570px);
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 4px auto 0;
  padding: 6px 18px;
  border: 3px solid var(--surface);
  border-radius: 999px;
  color: var(--navy-950);
  background: color-mix(in srgb, var(--electric-cyan) 13%, var(--surface));
  box-shadow: 0 5px 14px rgba(8, 216, 248, 0.10);
}

.comparison-message::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 2px;
  background: var(--electric-cyan);
}

.comparison-message > svg {
  width: 44px;
  height: 44px;
  padding-right: 18px;
  border-right: 1px solid var(--slate-blue);
  fill: var(--slate-blue);
  box-sizing: content-box;
}

.comparison-message p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 18px);
  font-style: italic;
  line-height: 1.25;
}

.comparison-message p span {
  font-weight: 500;
}

.comparison-message p strong {
  font-weight: 800;
}

.comparison-wave {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 96px;
}

.wave-cyan { fill: var(--electric-cyan); }
.wave-navy { fill: var(--navy-950); }

.focus-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 44px;
  padding: 56px var(--page-gutter);
  scroll-margin-top: 112px;
  border: 0;
  border-radius: 0;
  background: var(--navy-950);
  box-shadow: none;
}

.focus-panel::before,
.focus-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}



.focus-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.7fr);
  gap: clamp(26px, 3.5vw, 58px);
  align-items: end;
  margin-bottom: 24px;
}

.focus-heading > div > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--electric-cyan);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.focus-heading > div > p::after {
  content: "";
  order: 1;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: var(--electric-cyan);
}

.focus-heading > div > p::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric-cyan);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.focus-panel h3 {
  margin: 0;
  color: var(--surface);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.focus-intro {
  max-width: 420px;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--type-section-intro);
  font-weight: 500;
  line-height: 1.45;
}

.focus-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.focus-grid a {
  min-width: 0;
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  color: var(--surface);
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  box-shadow: none;
}

.focus-grid a:hover {
  border-color: var(--electric-cyan);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(8, 216, 248, 0.12);
}

.focus-icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--electric-cyan);
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--surface);
  transition: color 160ms ease, background 160ms ease;
}

.focus-icon svg {
  width: 56%;
  height: 56%;
}

.focus-grid a:hover .focus-icon {
  color: var(--navy-950);
  background: var(--electric-cyan);
}

.focus-label {
  min-width: 0;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.focus-label::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 13px;
  background: var(--electric-cyan);
  transition: width 160ms ease;
}

.focus-grid a:hover .focus-label::after {
  width: 56px;
}

.focus-cta {
  position: relative;
  z-index: 1;
  width: fit-content;
  min-height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 34px;
  border: 0;
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--electric-cyan);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 5px 12px rgba(8, 216, 248, 0.18);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.focus-cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 160ms ease;
}

.focus-cta:hover {
  color: var(--navy-950);
  background: var(--surface);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(8, 216, 248, 0.22);
}

.focus-cta:hover svg {
  transform: translateX(5px);
}

.reach-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(310px, 0.85fr) minmax(390px, 1.15fr) minmax(230px, 0.65fr);
  gap: clamp(24px, 2.5vw, 42px);
  align-items: center;
  margin: 48px auto 0;
  padding: 56px var(--page-gutter);
  scroll-margin-top: 112px;
  border: 0;
  border-radius: 0;
  background: var(--surface);
  box-shadow: none;
}

.reach-section::before,
.reach-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}


.reach-section::after {
  display: block;
  left: -100px;
  bottom: -80px;
  width: 560px;
  height: 260px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--action-blue) 22%, transparent);
  filter: blur(48px);
  opacity: 0.55;
}

.reach-copy {
  position: relative;
  z-index: 1;
}

.reach-copy > p:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--action-blue);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.reach-kicker-line {
  position: relative;
  flex: 1 1 auto;
  max-width: 130px;
  height: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--action-blue) 55%, transparent);
}

.reach-kicker-line::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--action-blue);
  color: var(--action-blue);
  transform: translateY(-50%);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.reach-copy h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.reach-copy h2 .nowrap {
  white-space: nowrap;
}

.reach-copy > p:not(:first-child) {
  max-width: 290px;
  margin: 24px 0;
  color: var(--slate-blue);
  font-size: var(--type-section-intro);
  line-height: 1.55;
}

.reach-cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 20px;
  border: 1px solid color-mix(in srgb, var(--action-blue) 55%, transparent);
  border-radius: var(--radius-md);
  color: var(--surface);
  background: var(--navy-950);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 4px 10px rgba(0, 12, 36, 0.16), 0 0 0 3px color-mix(in srgb, var(--action-blue) 10%, transparent), 0 0 10px color-mix(in srgb, var(--action-blue) 20%, transparent);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.reach-cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 160ms ease;
}

.reach-cta:hover {
  color: var(--surface);
  background: var(--kenya-green);
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 12, 36, 0.18), 0 0 0 3px color-mix(in srgb, var(--action-blue) 12%, transparent), 0 0 12px color-mix(in srgb, var(--action-blue) 25%, transparent);
}

.reach-cta:hover svg {
  transform: translateX(4px);
}

.reach-copy::after {
  content: "";
  display: block;
  width: 116px;
  height: 4px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--charcoal-black) 0 31%, transparent 31% 38%, var(--kenya-red) 38% 69%, transparent 69% 76%, var(--kenya-green) 76% 100%);
}

.reach-map {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  height: auto;
  aspect-ratio: 0.893;
  margin: 0 auto;
  overflow: hidden;
  filter: drop-shadow(0 0 16px color-mix(in srgb, var(--action-blue) 18%, transparent)) drop-shadow(0 8px 14px rgba(0, 12, 36, 0.08));
}

.reach-map > img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-9%);
}

.reach-map > svg {
  display: none;
}

.reach-map-country {
  fill: color-mix(in srgb, var(--kenya-green) 3%, var(--surface));
  stroke: color-mix(in srgb, var(--kenya-green) 22%, var(--border));
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.reach-map-counties path:first-child {
  fill: none;
  stroke: color-mix(in srgb, var(--slate-blue) 30%, var(--surface));
  stroke-width: 1;
}

.reach-map-counties .reach-map-highlight {
  fill: var(--kenya-green);
  stroke: none;
  opacity: 0.9;
}

.reach-map-markers circle {
  fill: var(--kenya-green);
  stroke: var(--surface);
  stroke-width: 2;
}

.reach-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 6px 16px rgba(0, 12, 36, 0.08), 0 0 0 1px color-mix(in srgb, var(--action-blue) 6%, transparent);
}

.reach-stats article {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.reach-stats article:not(:first-child) {
  border-top: 1px solid var(--border);
}

.reach-stats article > span {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid color-mix(in srgb, var(--action-blue) 45%, transparent);
  border-radius: 50%;
  color: var(--action-blue);
  background: color-mix(in srgb, var(--action-blue) 6%, var(--surface));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--action-blue) 8%, transparent);
}

.reach-stats article > span::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--action-blue);
  box-shadow: 0 0 8px 2px color-mix(in srgb, var(--action-blue) 55%, transparent);
}

.reach-stats svg {
  width: 30px;
  height: 30px;
}

.reach-stats p,
.reach-stats strong,
.reach-stats b,
.reach-stats small {
  display: block;
  margin: 0;
  font-style: normal;
}

.reach-stats strong {
  color: var(--action-blue);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.reach-stats b {
  color: var(--navy-950);
  font-size: 15px;
  font-weight: 800;
}

.reach-stats small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.reach-ornament {
  position: absolute;
  z-index: 0;
  right: -1px;
  bottom: -1px;
  width: min(52%, 780px);
  height: auto;
  pointer-events: none;
}

.scorecard-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 48px), var(--container));
  height: 620px;
  min-height: 0;
  max-height: 620px;
  display: grid;
  grid-template-columns: minmax(420px, 34%) minmax(0, 1fr);
  gap: clamp(24px, 2.2vw, 36px);
  align-items: stretch;
  margin: 64px auto;
  padding: 56px clamp(18px, 1.6vw, 24px) 56px clamp(26px, 2.3vw, 36px);
  scroll-margin-top: 112px;
  background: var(--score-blue-soft);
}

.scorecard-section::before,
.scorecard-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.scorecard-section::before {
  inset: 358px auto 0 0;
  width: 36%;
  background: url("assets/hero-people-v3.webp") 76% center / cover no-repeat;
  opacity: 0.43;
  filter: saturate(0.7);
}

.scorecard-section::after {
  left: -8%;
  bottom: -18%;
  width: 44%;
  height: 34%;
  background: color-mix(in srgb, var(--action-blue) 35%, transparent);
  clip-path: polygon(0 0, 100% 100%, 0 80%);
  opacity: 0.38;
}

.scorecard-summary {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-right: clamp(8px, 1.2vw, 20px);
}

.scorecard-heading > p:first-child {
  margin: 0 0 12px;
  color: var(--action-blue);
  font-size: clamp(12px, 0.95vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scorecard-heading > p:first-child::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--action-blue);
}

.scorecard-heading h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(46px, 3.7vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.scorecard-heading h2 span {
  color: var(--action-blue);
}

.scorecard-intro {
  max-width: 390px;
  margin: 10px 0 0;
  color: var(--score-copy);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.35;
}

.overall-score {
  position: relative;
  overflow: hidden;
  width: min(100%, 330px);
  min-height: 190px;
  margin-top: auto;
  padding: 16px 18px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  color: var(--surface);
  background: var(--score-blue-strong);
  box-shadow: 0 8px 18px rgba(0, 87, 214, 0.16);
}


.overall-score__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.overall-score__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.overall-score__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.overall-score > strong,
.overall-score > small {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 60px;
}

.overall-score > strong {
  margin-top: -6px;
  font-size: clamp(46px, 3.5vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.overall-score > small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.overall-score__chart {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 82px;
}

.overall-score__grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1;
}

.overall-score__glow,
.overall-score__line,
.overall-score__arrow {
  fill: none;
  stroke: url(#score-line-gradient);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.overall-score__glow {
  stroke-width: 11;
  opacity: 0.12;
}

.overall-score__chart circle {
  fill: var(--score-line);
  filter: drop-shadow(0 0 7px rgba(191, 249, 255, 0.92));
}

.overall-score__arrow {
  stroke-width: 3;
}

.growth-card {
  background:
    radial-gradient(circle at 48% 50%, color-mix(in srgb, var(--kenya-green) 9%, transparent) 0 38%, transparent 39%),
    color-mix(in srgb, var(--kenya-green) 5%, var(--surface));
}

.growth-visual {
  width: min(100%, 420px);
  height: auto;
  color: var(--kenya-green);
}

.growth-visual circle {
  fill: color-mix(in srgb, var(--kenya-green) 7%, transparent);
}

.growth-visual rect {
  fill: color-mix(in srgb, var(--kenya-green) 26%, var(--surface));
}

.growth-visual path {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scorecard-metrics {
  position: relative;
  z-index: 1;
  min-width: 0;
  scroll-margin-top: 112px;
}

.score-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  height: 100%;
  margin: 0;
}

.score-metric {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--score-border);
  border-radius: 16px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(22, 66, 126, 0.045);
}

.score-metric > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--surface);
  background: var(--score-blue-strong);
  box-shadow: 0 6px 12px rgba(0, 102, 240, 0.13);
}

.score-metric > b svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.score-metric > b svg use {
  pointer-events: none;
}

.score-metric > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 8px;
  align-items: center;
}

.score-metric h3,
.score-metric strong,
.score-metric p {
  margin: 0;
}

.score-metric h3 {
  min-width: 0;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  line-height: 1;
}

.score-metric strong {
  color: var(--action-blue);
  font-size: clamp(21px, 1.55vw, 24px);
  font-weight: 800;
  line-height: 1;
}

.score-metric progress {
  grid-column: 1 / -1;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: var(--score-track);
  color: var(--action-blue);
  appearance: none;
}

.score-metric progress::-webkit-progress-bar {
  border-radius: 999px;
  background: var(--score-track);
}

.score-metric progress::-webkit-progress-value {
  border-radius: 999px;
  background: var(--score-blue-strong);
}

.score-metric progress::-moz-progress-bar {
  border-radius: 999px;
  background: var(--score-blue-strong);
}

.score-metric p {
  grid-column: 1 / -1;
  color: var(--score-copy);
  font-size: clamp(12px, 0.85vw, 13px);
  font-weight: 500;
  line-height: 1.25;
}

.scorecard-cta {
  min-width: 0;
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  color: var(--surface);
  background: var(--score-blue-strong);
  box-shadow: 0 5px 12px rgba(0, 91, 240, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.scorecard-cta__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.scorecard-cta__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  transition: transform 160ms ease;
}

.scorecard-cta > span:last-child {
  display: grid;
  gap: 5px;
}

.scorecard-cta strong,
.scorecard-cta small {
  display: block;
}

.scorecard-cta strong {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scorecard-cta small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.scorecard-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 91, 240, 0.18);
}

.scorecard-cta:hover .scorecard-cta__icon svg {
  transform: translateX(4px);
}

.voice-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 96px), var(--container));
  min-height: 390px;
  margin: 36px auto 0;
  padding: clamp(34px, 3.8vw, 58px) clamp(38px, 4.5vw, 72px) 110px;
  scroll-margin-top: 112px;
  border: 1px solid color-mix(in srgb, var(--primary-accent) 28%, transparent);
  border-radius: 24px 24px 0 0;
  background: var(--surface);
  box-shadow: 0 6px 16px rgba(0, 12, 36, 0.08);
}

.voice-progress {
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 4px;
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-accent) 12%, transparent);
}

.voice-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.voice-progress span.is-active {
  animation: voice-progress 7s linear both;
}

.voice-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 1.35fr) minmax(300px, 0.8fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
}

.voice-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -36px;
  bottom: 54px;
  width: 200px;
  height: 200px;
  background: url("assets/real-emblem-cropped.webp") top center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.voice-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -4%;
  bottom: -45px;
  width: 108%;
  height: 120px;
  border-radius: 50% 50% 0 0 / 65% 65% 0 0;
  background: var(--navy-950);
  pointer-events: none;
}

.voice-quote {
  position: relative;
  z-index: 1;
}

.voice-quote::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary-accent), transparent 72%);
  opacity: 0.35;
  transform-origin: left center;
}

.voice-quote > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--primary-accent) 62%, var(--navy-950));
  font-size: var(--type-section-kicker);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.voice-quote > p::after {
  content: "";
  order: 1;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: var(--primary-accent);
}

.voice-quote > p::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-accent);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.voice-quote blockquote {
  position: relative;
  max-width: 760px;
  min-height: 106px;
  margin: 0;
  padding-left: 48px;
  color: var(--navy-950);
  font-family: var(--font-editorial);
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 650;
  line-height: 1.42;
}

.voice-quote blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -3px;
  color: var(--kenya-red);
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 800;
  line-height: 0.85;
}

.voice-person-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  min-height: 154px;
  display: flex;
  align-items: center;
  gap: 26px;
  justify-self: end;
  padding: 22px 28px;
  border: 1px solid color-mix(in srgb, var(--primary-accent) 22%, var(--border));
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 94%, var(--accent-100));
  box-shadow: 0 5px 12px rgba(0, 12, 36, 0.08);
}

.voice-person-card__portrait {
  position: relative;
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  padding: 4px;
  border-radius: 50%;
  color: var(--primary-accent);
  background: linear-gradient(145deg, var(--primary-accent), var(--kenya-red));
  box-shadow: 0 8px 18px rgba(0, 12, 36, 0.16);
}

.voice-person-card__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 3px solid var(--surface);
  border-radius: inherit;
}

.voice-person-card__portrait::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--surface);
  border-radius: 50%;
  background: currentColor;
  animation: kicker-ripple 2.2s ease-out infinite;
}

.voice-person-card strong,
.voice-person-card small {
  display: block;
}

.voice-person-card strong {
  color: var(--navy-950);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 800;
}

.voice-person-card small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.voice-person-card div::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 18px;
  background: var(--primary-accent);
}

.voice-controls {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 30px;
}

.voice-controls button {
  font: inherit;
}

.voice-controls__count {
  min-width: 92px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 6px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.voice-controls__count strong {
  color: var(--navy-950);
  font-size: 15px;
}

.voice-controls__count span {
  width: 32px;
  height: 1px;
  background: var(--border);
}

.voice-controls__count small {
  font-size: inherit;
}

.voice-control,
.voice-toggle,
.voice-dots button {
  border: 1px solid var(--border);
  color: var(--navy-950);
  background: var(--surface);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.voice-control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.voice-control svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.voice-control--previous svg {
  transform: rotate(180deg);
}

.voice-dots {
  display: flex;
  align-items: center;
}

.voice-dots button {
  position: relative;
  width: 34px;
  height: 44px;
  padding: 0;
  border-color: transparent;
  background: transparent;
}

.voice-dots button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--border);
  transform: translate(-50%, -50%);
  transition: width 180ms ease, background 180ms ease;
}

.voice-dots button[aria-current="true"]::after {
  width: 22px;
  background: var(--primary-accent);
}

.voice-toggle {
  min-width: 76px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 6px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.voice-toggle__icon {
  width: 10px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.voice-section.is-paused .voice-toggle__icon {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.voice-control:hover,
.voice-toggle:hover {
  border-color: var(--primary-accent);
  color: var(--navy-950);
  background: var(--accent-100);
  transform: translateY(-2px);
}

.voice-control:focus-visible,
.voice-toggle:focus-visible,
.voice-dots button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary-accent) 38%, transparent);
  outline-offset: 2px;
}

.voice-stage.is-leaving .voice-quote blockquote,
.voice-stage.is-leaving .voice-person-card {
  animation: voice-exit 240ms ease-in both;
}

.voice-stage.is-entering .voice-quote blockquote {
  animation: voice-enter 620ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.voice-stage.is-entering .voice-quote::after {
  animation: voice-signal 680ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.voice-stage.is-entering .voice-person-card {
  animation: voice-card-enter 660ms 70ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.voice-stage.is-entering .voice-person-card__portrait {
  animation: voice-portrait-enter 720ms 100ms cubic-bezier(0.17, 0.84, 0.34, 1.15) both;
}

@keyframes voice-progress {
  to { transform: scaleX(1); }
}

@keyframes voice-exit {
  to {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(-12px);
  }
}

@keyframes voice-enter {
  from {
    opacity: 0;
    filter: blur(5px);
    clip-path: inset(0 0 100% 0);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0);
    transform: translateY(0);
  }
}

@keyframes voice-card-enter {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes voice-portrait-enter {
  from {
    opacity: 0;
    transform: scale(0.82) rotate(-4deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes voice-signal {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 0.35;
    transform: scaleX(1);
  }
}

.voice-emblem {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 4px;
  width: 62px;
  height: 62px;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  background: var(--surface);
  box-shadow: 0 2px 6px rgba(0, 12, 36, 0.13);
  transform: translateX(-50%);
}

.news-events {
  width: min(calc(100% - 48px), var(--container));
  min-height: 620px;
  gap: clamp(16px, 1.6vw, 24px);
  margin: 48px auto;
  padding: 56px clamp(24px, 3vw, 48px);
  background: var(--surface);
}

.news-column {
  min-width: 0;
}

.events-column {
  min-width: 0;
  padding-left: clamp(32px, 3vw, 56px);
  border-left: 1px solid var(--border);
}

.module-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  min-height: 70px;
  margin-bottom: 28px;
}

.module-title > div > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--accent-700);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.module-title > div > p::after {
  content: "";
  order: 1;
  width: 44px;
  height: 3px;
  background: var(--accent-700);
}

.module-title > div > p::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  animation: kicker-ripple 2.2s ease-out infinite;
}

.news-events .module-title h2 {
  font-size: clamp(34px, 3vw, 46px);
}

.events-column .module-title > div > p {
  color: var(--kenya-green);
}

.events-column .module-title > div > p::after {
  background: var(--kenya-green);
}

.news-events .module-title h2 {
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  text-transform: none;
}

.module-title a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-950);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.module-title a > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--surface);
  background: var(--navy-800);
  box-shadow: var(--shadow-sm);
}

.module-title a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.events-column .module-title a,
.events-column .module-title a > span {
  color: var(--kenya-green);
}

.events-column .module-title a > span {
  color: var(--surface);
  background: var(--kenya-green);
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-list article {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.news-list article:hover,
.news-list article:focus-within {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent-700) 28%, var(--border));
  box-shadow: var(--shadow);
}

.news-list img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: none;
}

.news-card-body {
  position: relative;
  min-height: 230px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 32px 22px 22px;
}

.news-list .news-tag {
  position: absolute;
  top: -18px;
  left: 22px;
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  color: var(--surface);
  background: var(--navy-800);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.news-list article:nth-child(2) .news-tag {
  background: var(--kenya-green);
}

.news-card-body time {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
}

.news-card-body time svg {
  width: 17px;
  height: 17px;
  color: var(--navy-800);
}

.news-list h3,
.event-list h3 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: var(--type-card-title);
  font-weight: 800;
  line-height: 1.18;
}

.news-list p,
.event-list p,
.event-list small {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.news-card-body > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 800;
}

.news-card-body > a:focus-visible,
.module-title a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent-600) 62%, white);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.news-card-body > a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.news-list article:nth-child(2) .news-card-body > a {
  color: var(--kenya-green);
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-list article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 46px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.event-list article:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.event-list time {
  width: 80px;
  min-height: 90px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 12px;
  color: var(--kenya-green);
  background: color-mix(in srgb, var(--kenya-green) 7%, var(--surface));
  text-transform: uppercase;
}

.event-list time span {
  font-size: 12px;
  font-weight: 800;
}

.event-list time strong {
  font-size: 34px;
  line-height: 1;
}

.event-list h3 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.25;
}

.event-details p,
.event-details small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.event-details svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--ink);
}

.event-list article > a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--kenya-green);
  background: color-mix(in srgb, var(--kenya-green) 7%, var(--surface));
}

.event-list article > a svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.join-band {
  position: relative;
  color: var(--surface);
  background: var(--surface);
}

.join-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 188px;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(520px, 1.7fr);
  gap: 26px;
  align-items: center;
  padding: 32px var(--page-gutter) 28px;
  background: var(--navy-950);
}

.join-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--kenya-red) 0 28%, var(--civic-white) 28% 34%, var(--charcoal-black) 34% 66%, var(--civic-white) 66% 72%, var(--kenya-green) 72% 100%);
}

.join-copy {
  position: relative;
  z-index: 2;
}

.join-band h2 {
  margin: 0;
  color: var(--surface);
  font-family: var(--font-body);
  font-size: clamp(21px, 1.75vw, 27px);
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.join-band .join-copy > strong {
  display: block;
  margin: 1px 0 7px;
  color: var(--action-blue);
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 0.98;
}

.join-band p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.join-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, 1fr));
  gap: 14px;
}

.join-card {
  min-height: 122px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 18px 16px;
  border-radius: var(--radius-md);
  color: var(--surface);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.join-card svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.join-card .join-arrow {
  width: 17px;
  height: 17px;
  justify-self: end;
}

.join-card strong,
.join-card small {
  display: block;
}

.join-card strong {
  font-size: 14px;
}

.join-card small {
  margin-top: 2px;
  font-size: 10px;
  opacity: 0.92;
}

.join-card.green {
  background: var(--kenya-green);
}

.join-card.red {
  background: var(--kenya-red);
}

.join-flag {
  position: absolute;
  z-index: 1;
  right: -10px;
  bottom: -16px;
  width: min(30vw, 390px);
  height: auto;
  pointer-events: none;
}

.partner-strip {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px var(--page-gutter) 22px;
  border-bottom: 1px solid var(--border);
  color: var(--navy-950);
  background: var(--surface);
}

.partner-strip > p {
  margin: 0;
  color: var(--navy-950);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(84px, 1fr));
  gap: 10px;
  align-items: center;
}

.partner-logos span {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 8px 10px;
  border-left: 2px solid color-mix(in srgb, var(--kenya-green) 36%, var(--border));
  color: var(--navy-950);
}

.partner-logos strong,
.partner-logos small {
  display: block;
}

.partner-logos strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.partner-logos small {
  margin-top: 2px;
  color: var(--slate-blue);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1.2fr;
  gap: 48px;
  padding: 64px var(--page-gutter) 26px;
  color: var(--surface);
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-nav a[aria-current="page"] {
  color: var(--electric-cyan);
}

.subpage-main {
  background: var(--surface);
}

.subpage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 400px;
  display: grid;
  align-items: center;
  color: var(--surface);
  background: var(--navy-950);
}

.subpage-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(44px, 5vw, 68px) var(--page-gutter);
}

.content-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--electric-cyan);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.content-kicker::after {
  content: "";
  order: 1;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.content-kicker::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  animation: kicker-ripple 2.2s ease-out infinite;
}

.subpage-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--surface);
  font-size: var(--type-hero-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0, 12, 36, 0.55);
}

.subpage-hero h1 span {
  color: var(--electric-cyan);
}

.subpage-hero-art {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.subpage-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}

.subpage-hero-art::after {
  content: "";
  position: absolute;
  inset: auto -6% -2px auto;
  width: min(62vw, 820px);
  height: 180px;
  background: url("assets/kenyan_flag_ornament_transparent.webp") right bottom / contain no-repeat;
  pointer-events: none;
}

.subpage-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-inline: var(--page-gutter);
  background: var(--navy-950);
}

.subpage-stats article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px 14px;
  align-content: center;
  padding: 22px clamp(14px, 2vw, 28px);
  color: var(--surface);
  background: color-mix(in srgb, var(--deep-ocean) 86%, var(--navy-950));
}

.subpage-stats svg,
.page-icon {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
  color: var(--electric-cyan);
  fill: currentColor;
  background: rgba(8, 216, 248, 0.09);
  box-shadow: inset 0 0 0 1.5px currentColor;
}

.subpage-stats strong {
  display: block;
  color: var(--surface);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.subpage-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
}

.page-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) 0;
}

.page-section.wide {
  width: min(calc(100% - 48px), var(--container));
}

.page-section.tint {
  width: 100%;
  padding-inline: var(--page-gutter);
  background: color-mix(in srgb, var(--accent-100) 22%, var(--surface));
}

.page-section.tint > .story-split,
.page-section.tint > .page-grid,
.page-section.tint > .section-lead {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.section-lead {
  max-width: 880px;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.section-lead.center {
  margin-inline: auto;
  text-align: center;
}

.section-lead.center .content-kicker {
  justify-content: center;
}

.section-lead h2,
.story-copy h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-lead h2 span,
.story-copy h2 span {
  color: var(--electric-cyan);
}

.section-lead p:not(.content-kicker),
.story-copy p:not(.content-kicker),
.story-copy li,
.page-card p,
.page-card li {
  color: var(--slate-blue);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.45;
}

.story-split {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.story-split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.story-split.reverse .story-media {
  order: 2;
}

.story-media {
  position: relative;
  height: 340px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--navy-950);
  box-shadow: var(--shadow);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-media.contain {
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 44px);
  background: color-mix(in srgb, var(--kenya-green) 8%, var(--surface));
}

.story-media.contain img {
  min-height: 0;
  object-fit: contain;
}

.story-media::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -18px;
  width: 70%;
  height: 110px;
  background: url("assets/kenyan_flag_ornament_transparent.webp") right bottom / contain no-repeat;
  pointer-events: none;
}

.story-copy {
  min-width: 0;
}

.story-copy p:not(.content-kicker) {
  margin: 18px 0 0;
}

.story-list,
.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.story-copy > .button {
  margin-top: 24px;
}

.story-list li,
.check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.story-list svg,
.check-list svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  color: var(--kenya-green);
  fill: currentColor;
  background: color-mix(in srgb, var(--kenya-green) 9%, var(--surface));
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

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

.page-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-card {
  min-width: 0;
  padding: clamp(10px, 1.2vw, 16px);
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.page-card.accent-red {
  border-color: color-mix(in srgb, var(--kenya-red) 32%, var(--border));
  background: color-mix(in srgb, var(--kenya-red) 5%, var(--surface));
}

.page-card.accent-green {
  border-color: color-mix(in srgb, var(--kenya-green) 32%, var(--border));
  background: color-mix(in srgb, var(--kenya-green) 5%, var(--surface));
}

.page-card h3 {
  margin: 10px 0 0;
  color: var(--navy-950);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  line-height: 1.1;
}

.page-card p,
.page-card ul {
  margin: 8px 0 0;
}

.page-card ul {
  display: grid;
  gap: 8px;
  padding-left: 1.1em;
}

.page-card > img {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  object-fit: cover;
  object-position: center;
  margin: 0 0 8px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 12, 36, 0.08);
}

.score-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 52px;
  gap: 6px 14px;
  align-items: center;
  padding: 9px 0;
  color: var(--navy-950);
  font-weight: 750;
}

.score-row + .score-row {
  border-top: 1px solid var(--border);
}

.score-row svg {
  grid-row: span 2;
}

.score-row i {
  grid-column: 2;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kenya-green) var(--score), color-mix(in srgb, var(--border) 58%, var(--surface)) var(--score));
}

.score-row strong {
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
}

.form-panel {
  display: grid;
  gap: 8px;
  padding: clamp(14px, 1.8vw, 22px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.form-panel label {
  display: grid;
  gap: 7px;
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 800;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--navy-950);
  background: var(--surface);
  font: inherit;
}

.form-panel textarea {
  min-height: 70px;
  resize: vertical;
}

.form-panel p[role="status"] {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.form-panel p[role="status"][data-state="success"] {
  color: var(--kenya-green);
}

.form-panel p[role="status"][data-state="error"] {
  color: var(--action-red);
}

.membership-tiers {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-inline: auto;
}

.membership-tier {
  position: relative;
  grid-column: span 2;
  min-height: 388px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--navy-800) 11%, transparent);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(0, 28, 70, 0.08);
}

.membership-tier:nth-child(4) {
  grid-column: 2 / span 2;
}

.membership-tier:nth-child(5) {
  grid-column: 4 / span 2;
}

.membership-tier.featured {
  color: var(--surface);
  background: var(--navy-950);
}

.membership-tier.partner {
  border-color: color-mix(in srgb, var(--kenya-green) 34%, var(--border));
}

.membership-tier__topline {
  display: flex;
  align-items: center;
  min-height: 58px;
}

.membership-tier__label {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--navy-950);
  background: color-mix(in srgb, var(--primary-accent) 16%, var(--surface));
  font-size: 12px;
  font-weight: 800;
}

.membership-tier.featured .membership-tier__label {
  color: var(--navy-950);
  background: var(--primary-accent);
}

.membership-tier.partner .membership-tier__label {
  color: color-mix(in srgb, var(--kenya-green) 78%, var(--navy-950));
  background: color-mix(in srgb, var(--kenya-green) 12%, var(--surface));
}

.membership-tier__art {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 124px;
  height: 124px;
  object-fit: contain;
  pointer-events: none;
}

.membership-tier h3,
.membership-tier p,
.membership-tier ul {
  margin: 0;
}

.membership-tier h3 {
  max-width: calc(100% - 116px);
  color: inherit;
  font-size: clamp(22px, 1.7vw, 27px);
  line-height: 1.08;
}

.membership-tier__price {
  max-width: calc(100% - 116px);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
}

.membership-tier__price strong {
  color: var(--primary-accent);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1;
}

.membership-tier.partner .membership-tier__price strong {
  color: var(--kenya-green);
}

.membership-tier__price span {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.78;
}

.membership-tier .membership-tier__description,
.membership-tier li {
  color: inherit;
  font-size: 13.5px;
  line-height: 1.45;
}

.membership-tier .membership-tier__description {
  min-height: 58px;
  opacity: 0.78;
}

.membership-tier ul {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 14px 0 0;
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  list-style: none;
}

.membership-tier li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.membership-tier li svg {
  width: 18px;
  height: 18px;
  padding: 4px;
  border-radius: 50%;
  color: var(--surface);
  fill: currentColor;
  background: var(--primary-accent);
}

.membership-tier.partner li svg {
  background: var(--kenya-green);
}

.membership-tier__button {
  width: 100%;
  margin-top: auto;
}

.page-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto clamp(54px, 6vw, 86px);
  padding: clamp(30px, 4vw, 52px);
  border-radius: 28px;
  color: var(--surface);
  background: var(--navy-950);
  box-shadow: var(--shadow);
}

.page-cta::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -26px;
  width: min(56vw, 760px);
  height: 180px;
  background: url("assets/kenyan_flag_ornament_transparent.webp") right bottom / contain no-repeat;
  pointer-events: none;
}

.page-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: var(--surface);
  font-size: var(--type-section-title);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-cta h2 span {
  color: var(--electric-cyan);
}

.page-cta p,
.page-cta .hero-actions {
  position: relative;
  z-index: 1;
}

.page-cta p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.2vw, 20px);
}

.site-footer p,
.site-footer a,
.site-footer label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: var(--surface);
  font-size: 15px;
  letter-spacing: 0;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer nav a:hover {
  color: var(--surface);
}

.footer-brand p {
  max-width: 290px;
}

.site-footer .brand-lockup {
  width: 310px;
  max-width: 100%;
  height: 118px;
}

.socials {
  display: flex;
  gap: 8px;
  margin: 9px 0 17px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--surface);
  background: var(--navy-800);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.socials a svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.subscribe-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 8px;
}

.subscribe input,
.subscribe button {
  min-height: 42px;
  border: 0;
  border-radius: var(--radius-md);
}

.subscribe input {
  min-width: 0;
  padding-inline: 12px;
}

.subscribe button {
  padding-inline: 14px;
  color: var(--navy-950);
  background: var(--primary-accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

@media (max-width: 1100px) {
  :root {
    --page-gutter: 28px;
  }

  .movement-intro__inner {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
  }

  .movement-intro__media {
    height: 390px;
  }

  .process-explainer__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  }

  .process-explainer__copy {
    padding: 34px;
  }

  .process-explainer h2 {
    font-size: clamp(40px, 4.5vw, 48px);
  }

  .process-steps {
    gap: 14px 18px;
  }

  .comparison-inner {
    width: min(100%, 1040px);
  }

  .noise-grid {
    grid-template-columns: minmax(260px, 0.9fr) minmax(310px, 1fr) minmax(260px, 0.9fr);
    gap: 18px;
  }

  .compare-card {
    min-height: 364px;
    padding: 16px;
  }

  .compare-card h3 {
    gap: 10px;
    font-size: 16px;
  }

  .compare-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .compare-card ul {
    font-size: 13px;
  }

  .thinker {
    height: 390px;
  }

  .thinker img {
    height: 410px;
  }

  .compare-green .compare-title small {
    display: block;
    margin-top: 3px;
  }

  .site-header {
    gap: 18px;
  }

  .main-nav {
    gap: 14px;
    font-size: 11px;
  }

  .hero {
    min-height: 510px;
    background-position: center, 58% center;
  }

  .hero-copy {
    width: 60vw;
  }

  .metric-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-grid {
    grid-template-columns: 1fr 1.25fr;
  }

  .content-grid > article:nth-child(2) {
    border-right: 0;
  }

  .content-grid > article:last-child {
    grid-column: 1 / -1;
    margin-top: 48px;
    padding: 44px 0 0;
    border-top: 1px solid var(--border);
  }

  .content-grid-secondary {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .content-grid-secondary > article:last-child {
    grid-column: auto;
    margin-top: 0;
    padding: 8px 0 8px 40px;
    border-top: 0;
  }

  .news-events {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .events-column {
    padding-top: 48px;
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .module-title {
    min-height: 0;
  }

  .join-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .join-band > div {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .subscribe {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 96px;
  }

  .site-header .brand-lockup {
    width: 238px;
    height: 86px;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 12px 28px 22px;
    background: var(--navy-950);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 12px rgba(0, 19, 39, 0.14);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero {
    min-height: auto;
    display: grid;
    background: var(--midnight-navy);
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    padding: 62px var(--page-gutter) 50px;
  }

  .hero h1 {
    max-width: 700px;
  }

  .hero-art {
    position: relative;
    z-index: 2;
    order: -1;
    display: block;
    height: clamp(360px, 57vw, 520px);
  }

  .hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
  }

  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .focus-grid a {
    min-height: 94px;
    padding: 14px 18px;
  }

  .focus-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .focus-label {
    font-size: 16px;
  }

  .reach-section {
    grid-template-columns: minmax(230px, 0.8fr) minmax(330px, 1.15fr) minmax(190px, 0.7fr);
    gap: 20px;
    padding: 36px 32px 76px;
  }

  .reach-map {
    height: auto;
  }

  .scorecard-section {
    height: 530px;
    min-height: 0;
    max-height: 530px;
    grid-template-columns: minmax(350px, 36%) minmax(0, 1fr);
    gap: 16px;
    padding: 18px 16px;
  }

  .scorecard-summary {
    padding-right: 8px;
  }

  .scorecard-heading h2 {
    font-size: clamp(46px, 5vw, 56px);
  }

  .score-list {
    gap: 8px;
  }

  .score-metric {
    min-height: 104px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 12px;
  }

  .score-metric > b {
    width: 46px;
    height: 46px;
  }

  .score-metric > b svg {
    width: 25px;
    height: 25px;
  }

  .score-metric > div {
    gap: 8px 9px;
  }

  .score-metric h3 {
    font-size: 16px;
  }

  .score-metric p {
    font-size: 11.5px;
  }

  .scorecard-cta {
    min-height: 104px;
    gap: 12px;
    padding: 12px;
  }

  .scorecard-cta__icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .reach-stats {
    padding: 14px;
  }

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

  .membership-tier,
  .membership-tier:nth-child(4),
  .membership-tier:nth-child(5) {
    grid-column: auto;
  }

  .membership-tier:nth-child(5) {
    width: calc(50% - 9px);
    grid-column: 1 / -1;
    justify-self: center;
  }

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

@media (min-width: 901px) and (max-width: 1100px) {
  .scorecard-section {
    height: auto;
    min-height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 24px 24px;
  }

  .scorecard-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 26px;
    align-items: end;
    padding: 0;
    border-bottom: 1px solid var(--border);
  }

  .scorecard-heading {
    padding-bottom: 22px;
  }

  .scorecard-heading h2 {
    font-size: clamp(48px, 6vw, 62px);
  }

  .overall-score {
    align-self: end;
    justify-self: end;
    margin-top: 0;
  }

  .scorecard-section::before {
    inset: 12% auto 0 0;
    width: 60%;
  }

  .voice-section {
    padding: 30px 30px 102px;
  }

  .voice-stage {
    grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.85fr);
    gap: 30px;
  }

  .voice-person-card {
    min-height: 144px;
    gap: 14px;
    padding: 18px;
  }

  .voice-person-card strong {
    font-size: 18px;
    white-space: nowrap;
  }

  .voice-person-card__portrait {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 900px) {
  .voice-section {
    width: min(calc(100% - 48px), var(--container));
    padding: 38px 34px 106px;
  }

  .voice-stage {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .voice-person-card {
    max-width: 560px;
    justify-self: start;
  }

  .movement-intro {
    height: auto;
    min-height: 620px;
    padding-block: 58px;
  }

  .movement-intro__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 34px;
  }

  .movement-intro__copy {
    max-width: 680px;
  }

  .movement-intro__media {
    width: 100%;
    height: clamp(340px, 58vw, 440px);
  }

  .process-explainer__inner {
    grid-template-columns: 1fr;
  }

  .process-explainer__copy {
    padding: 46px 38px;
  }

  .process-explainer__media {
    min-height: 420px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .news-list article {
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
  }

  .news-list img {
    height: 100%;
    aspect-ratio: auto;
  }

  .news-card-body {
    min-height: 250px;
    padding: 58px 28px 24px;
  }

  .news-list .news-tag {
    top: 14px;
  }

  .noise-section {
    padding-bottom: 72px;
  }

  .noise-grid {
    grid-template-columns: 1fr;
  }

  .compare-card {
    width: min(100%, 620px);
    min-height: auto;
    margin-inline: auto;
  }

  .compare-card h3 {
    font-size: 21px;
  }

  .compare-card ul {
    font-size: 16px;
  }

  .thinker {
    width: min(100%, 540px);
    height: 370px;
    order: 2;
  }

  .thinker img {
    height: 450px;
  }

  .thinker::before {
    width: min(78%, 360px);
    bottom: 0;
  }

  .compare-red { order: 1; }
  .compare-green { order: 3; }

  .comparison-message {
    margin-top: 14px;
  }

  .reach-section {
    min-height: auto;
    grid-template-columns: minmax(190px, 0.72fr) minmax(330px, 1.28fr);
    gap: 26px;
  }

  .reach-map {
    width: min(100%, 350px);
    height: auto;
  }

  .reach-copy h2 {
    font-size: clamp(45px, 7vw, 58px);
  }

  .reach-stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .reach-stats article {
    min-width: 0;
  }

  .reach-stats article:not(:first-child) {
    border-top: 0;
    border-left: 1px solid var(--border);
    padding-left: 16px;
  }

  .scorecard-section {
    height: auto;
    min-height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 24px 24px;
  }

  .scorecard-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 26px;
    align-items: end;
    padding: 0;
    border-bottom: 1px solid var(--border);
  }

  .scorecard-heading {
    padding-bottom: 22px;
  }

  .scorecard-heading h2 {
    font-size: clamp(48px, 7.2vw, 62px);
  }

  .overall-score {
    align-self: end;
    justify-self: end;
    margin-top: 0;
  }

  .scorecard-section::before {
    inset: 12% auto 0 0;
    width: 60%;
  }

  .voice-section {
    padding: 30px 30px 102px;
  }

  .voice-stage {
    grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.85fr);
    gap: 30px;
  }

  .voice-person-card {
    min-height: 144px;
    gap: 14px;
    padding: 18px;
  }

  .voice-person-card strong {
    font-size: 18px;
    white-space: nowrap;
  }

  .voice-person-card__portrait {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .subpage-hero {
    min-height: clamp(420px, 90vw, 560px);
  }

  .subpage-hero-copy {
    padding: 62px var(--page-gutter) 44px;
  }

  .subpage-stats,
  .page-grid,
  .page-grid.two,
  .page-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-split,
  .story-split.reverse {
    grid-template-columns: 1fr;
  }

  .story-split.reverse .story-media {
    order: 0;
  }

  .story-media,
  .story-media img {
    height: 300px;
  }
}

@media (max-width: 700px) {
  :root {
    --page-gutter: 18px;
  }

  .site-header {
    min-height: 74px;
    gap: 8px;
  }

  .site-header .brand-lockup {
    display: none;
  }

  .site-header .brand-emblem {
    display: block;
  }

  .donate-button {
    min-height: 40px;
    padding-inline: 12px;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .hero-copy {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .hero p {
    margin: 16px 0 24px;
  }

  .values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 26px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-art {
    height: 310px;
  }

  .metric-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 0;
  }

  .metric-band article {
    min-height: 116px;
    padding: 18px;
  }

  .metric-band article:last-child {
    grid-column: 1 / -1;
  }

  .movement-intro {
    padding: 46px 18px;
  }

  .movement-intro::before {
    width: 100%;
    opacity: 0.22;
  }

  .movement-intro__kicker {
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .movement-intro__kicker::after {
    width: 52px;
  }

  .movement-intro h2 {
    font-size: var(--type-section-title-mobile);
  }

  .movement-intro__copy > .movement-intro__lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .movement-intro__pillars {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .movement-intro__pillars li {
    min-height: 42px;
    padding-top: 8px;
  }

  .movement-intro__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .movement-intro__actions .button,
  .movement-intro__link {
    width: 100%;
  }

  .movement-intro__link {
    justify-content: center;
  }

  .movement-intro__media {
    height: 290px;
    border-radius: 18px;
  }

  .movement-intro__media figcaption {
    left: 18px;
    right: 18px;
    bottom: 16px;
  }

  .process-explainer {
    margin: 48px 0;
  }

  .process-explainer__inner {
    width: 100%;
  }

  .process-explainer__copy {
    padding: 42px 18px;
  }

  .process-explainer__kicker {
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .process-explainer__kicker::after {
    width: 52px;
  }

  .process-explainer h2 {
    font-size: var(--type-section-title-mobile);
  }

  .process-explainer__intro {
    font-size: 15px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .process-steps li {
    min-height: 68px;
  }

  .process-explainer__actions {
    gap: 10px;
    margin-top: 26px;
  }

  .process-explainer__actions .button,
  .process-explainer__link {
    width: 100%;
  }

  .process-explainer__link {
    justify-content: center;
  }

  .process-explainer__media {
    min-height: 310px;
    border-radius: 18px;
  }

  .process-explainer__media figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .noise-section {
    padding: 34px 18px 66px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading p {
    max-width: 310px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .section-heading h2 {
    margin-top: 8px;
    font-size: clamp(31px, 9.4vw, 42px);
  }

  .section-heading h2 span {
    width: clamp(44px, 13vw, 56px);
    height: clamp(44px, 13vw, 56px);
    margin-inline: 4px;
    font-size: clamp(15px, 4vw, 20px);
  }

  .section-heading > strong {
    font-size: 16px;
    letter-spacing: 0;
  }

  .noise-grid,
  .content-grid,
  .news-events,
  .join-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .thinker {
    grid-column: auto;
    grid-row: auto;
    height: 320px;
    order: 2;
  }

  .thinker img {
    height: 380px;
  }

  .thinker-arrow {
    width: 46px;
    height: 46px;
  }

  .compare-card {
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }

  .compare-card h3 {
    min-height: 54px;
    gap: 12px;
    font-size: 18px;
  }

  .compare-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .compare-icon svg {
    width: 28px;
    height: 28px;
  }

  .compare-card ul {
    font-size: 14px;
  }

  .compare-card li {
    min-height: 34px;
    padding-inline: 10px;
  }

  .comparison-message {
    min-height: 68px;
    gap: 14px;
    padding: 10px 16px;
    border-radius: 26px;
  }

  .comparison-message > svg {
    width: 38px;
    height: 38px;
    padding-right: 14px;
  }

  .comparison-message p {
    font-size: 15px;
  }

  .focus-panel {
    width: 100%;
    margin: 38px auto;
    padding: 26px 16px 20px;
    border-radius: 0;
  }

  .focus-panel::before {
    display: none;
  }

  .focus-panel::after {
    right: -180px;
    width: 360px;
    opacity: 0.3;
  }

  .focus-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .focus-heading > div > p {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .focus-heading > div > p::after {
    width: 42px;
    height: 4px;
  }

  .focus-panel h3 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.05;
  }

  .focus-intro {
    max-width: 100%;
    font-size: 14px;
  }

  .focus-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .focus-grid a {
    min-height: 86px;
    gap: 14px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .focus-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .focus-label {
    font-size: 16px;
  }

  .focus-label::after {
    margin-top: 9px;
  }

  .focus-cta {
    width: 100%;
    min-height: 56px;
    gap: 14px;
    padding-inline: 14px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .focus-cta svg {
    width: 22px;
    height: 22px;
  }

  .reach-section {
    width: calc(100% - 24px);
    height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 54px auto;
    padding: 24px 16px 72px;
    border-radius: 22px;
  }

  .reach-section::before {
    display: none;
  }

  .reach-section::after {
    left: -120px;
    bottom: -60px;
    width: 340px;
    height: 200px;
  }

  .reach-copy > p:first-child {
    font-size: 10px;
    letter-spacing: 0;
  }

  .reach-kicker-line {
    max-width: 70px;
  }

  .reach-copy h2 {
    font-size: clamp(42px, 13.5vw, 52px);
  }

  .reach-copy > p:not(:first-child) {
    max-width: none;
    margin: 16px 0;
    font-size: 15px;
  }

  .reach-cta {
    width: 100%;
    min-height: 52px;
  }

  .reach-map {
    width: min(100%, 280px);
    height: auto;
  }

  .reach-stats {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 14px 18px;
  }

  .reach-stats article {
    min-height: 62px;
  }

  .reach-stats article:not(:first-child) {
    border-top: 1px solid var(--border);
    border-left: 0;
    padding-left: 0;
  }

  .reach-ornament {
    width: 96%;
  }

  .scorecard-section {
    width: 100%;
    gap: 18px;
    margin: 64px auto;
    padding: 22px 16px 18px;
    border-radius: 0;
  }

  .scorecard-section::before {
    inset: 15% 0 auto 0;
    width: 100%;
    height: 42%;
  }

  .scorecard-section::after {
    left: -28%;
    bottom: auto;
    top: 28%;
    width: 100%;
    height: 14%;
  }

  .scorecard-summary {
    display: block;
    padding: 0 0 24px;
  }

  .scorecard-heading > p:first-child {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .scorecard-heading h2 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .scorecard-intro {
    font-size: 16px;
  }

  .overall-score {
    width: min(100%, 330px);
    margin: 24px auto 0;
  }

  .score-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .score-metric {
    min-height: 122px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .score-metric > b {
    width: 52px;
    height: 52px;
  }

  .score-metric > b svg {
    width: 28px;
    height: 28px;
  }

  .scorecard-cta {
    width: 100%;
    min-height: 122px;
  }

  .voice-section {
    width: calc(100% - 24px);
    min-height: auto;
    margin: 54px auto;
    padding: 24px 16px 96px;
    border-radius: 18px 18px 0 0;
  }

  .voice-stage {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .voice-section::after {
    left: -8%;
    right: auto;
    bottom: -36px;
    width: 116%;
    height: 92px;
    opacity: 1;
  }

  .voice-section::before {
    left: -30px;
    bottom: 50px;
    width: 130px;
    height: 130px;
  }

  .voice-quote > p {
    font-size: 10px;
    letter-spacing: 0;
  }

  .voice-quote blockquote {
    min-height: 162px;
    padding-left: 34px;
    font-size: 19px;
  }

  .voice-quote blockquote::before {
    font-size: 62px;
  }

  .voice-person-card {
    max-width: none;
    min-height: 112px;
    justify-self: stretch;
    padding: 16px;
  }

  .voice-person-card__portrait {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
    padding: 3px;
  }

  .voice-person-card strong {
    font-size: 18px;
  }

  .voice-person-card small {
    font-size: 13px;
  }

  .voice-controls {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 22px;
  }

  .voice-controls__count {
    min-width: 76px;
    margin-right: auto;
  }

  .voice-controls__count span {
    width: 22px;
  }

  .voice-toggle {
    min-width: 70px;
    margin-left: 2px;
  }

  .voice-emblem {
    width: 54px;
    height: 54px;
  }

  .content-grid {
    padding: 56px 18px;
  }

  .content-grid > article,
  .content-grid > article:first-child,
  .content-grid > article:last-child {
    grid-column: auto;
    margin: 0;
    padding: 34px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--border);
  }

  .content-grid > article:first-child {
    padding-top: 0;
  }

  .content-grid > article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .news-events {
    width: calc(100% - 24px);
    gap: 52px;
    margin: 54px auto;
    padding: 46px 18px 24px;
  }

  .module-title {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .module-title > div > p {
    margin-bottom: 18px;
  }

  .news-events .module-title h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .news-list article {
    display: block;
  }

  .news-list img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.65 / 1;
  }

  .news-card-body {
    min-height: 230px;
    padding: 32px 22px 22px;
  }

  .news-list .news-tag {
    top: -25px;
  }

  .events-column {
    padding-top: 42px;
  }

  .event-list article {
    grid-template-columns: 64px minmax(0, 1fr) 44px;
    gap: 12px;
    padding: 12px;
  }

  .event-list time {
    width: 64px;
    min-height: 78px;
  }

  .event-list time strong {
    font-size: 29px;
  }

  .join-band {
    padding: 52px 18px;
  }

  .join-band > div {
    grid-column: auto;
    margin-bottom: 12px;
  }

  .join-card {
    min-height: 88px;
    justify-content: flex-start;
  }

  .site-footer {
    gap: 36px;
    padding: 52px 18px 24px;
  }

  .subscribe,
  .footer-bottom {
    grid-column: auto;
  }

  .subscribe-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .subpage-hero-copy {
    padding: 44px 18px 38px;
  }

  .subpage-hero h1 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .subpage-stats,
  .page-grid,
  .page-grid.two,
  .page-grid.four {
    grid-template-columns: 1fr;
  }

  .subpage-stats {
    padding-inline: 0;
  }

  .subpage-stats article {
    min-height: 106px;
    padding: 18px;
  }

  .page-section,
  .page-section.wide,
  .page-cta {
    width: calc(100% - 24px);
  }

  .page-section {
    padding-block: 48px;
  }

  .page-section.tint {
    width: 100%;
    padding-inline: 18px;
  }

  .section-lead h2,
  .story-copy h2,
  .page-cta h2 {
    font-size: var(--type-section-title-mobile);
  }

  .story-media,
  .story-media img {
    height: 240px;
    border-radius: 20px;
  }

  .story-media.contain {
    padding: 18px;
  }

  .membership-tiers {
    grid-template-columns: 1fr;
  }

  .membership-tier,
  .membership-tier:nth-child(4),
  .membership-tier:nth-child(5) {
    width: auto;
    grid-column: 1;
  }

  .page-card {
    border-radius: 18px;
  }

  .score-row {
    grid-template-columns: 38px minmax(0, 1fr) 46px;
  }
}

@media (max-width: 420px) {
  .voice-controls {
    justify-content: space-between;
  }

  .voice-controls__count {
    display: none;
  }

  .voice-dots button {
    width: 28px;
  }

  .donate-button {
    gap: 6px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .donate-button svg {
    display: block;
    width: 15px;
    height: 15px;
  }

  .hero-art {
    height: 270px;
  }

  .module-title {
    align-items: flex-start;
  }

  .event-list article {
    grid-template-columns: 60px minmax(0, 1fr) 40px;
    gap: 9px;
    padding: 10px;
  }

  .event-list time {
    width: 60px;
  }

  .event-list article > a {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 900px) {
  .join-main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 28px;
  }

  .join-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .join-card {
    min-height: 104px;
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .join-card .join-arrow {
    display: none;
  }

  .join-card svg {
    width: 30px;
    height: 30px;
  }

  .join-flag {
    width: 46vw;
    opacity: 0.55;
  }

  .partner-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 18px 20px;
  }

  .partner-logos span {
    min-height: 54px;
  }

  .partner-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .join-band {
    padding: 0;
  }

  .join-main {
    padding: 24px 18px 26px;
  }

  .join-band h2 {
    font-size: 18px;
  }

  .join-band .join-copy > strong {
    font-size: 25px;
  }

  .join-band p {
    font-size: 11px;
  }

  .join-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .join-card {
    min-height: 76px;
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    padding: 12px 12px;
  }

  .join-card .join-arrow {
    display: block;
  }

  .join-flag {
    right: -80px;
    width: 340px;
    opacity: 0.35;
  }

  .partner-strip {
    padding: 18px 18px 22px;
  }

  .partner-logos span {
    min-height: 58px;
  }

  .partner-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 900px) {
  .section-heading h2,
  .focus-panel h3,
  .reach-copy h2,
  .scorecard-summary h2,
  .news-events .module-title h2 {
    font-size: var(--type-section-title);
  }

  .scorecard-summary h2 {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .section-heading h2,
  .focus-panel h3,
  .reach-copy h2,
  .scorecard-summary h2,
  .news-events .module-title h2 {
    font-size: var(--type-section-title-mobile);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .section-heading p,
  .focus-heading > div > p,
  .reach-copy > p:first-child,
  .scorecard-summary > p,
  .voice-quote > p,
  .module-title > div > p {
    font-size: 10px;
    letter-spacing: 0;
  }

  .section-heading > strong,
  .focus-intro,
  .reach-copy > p:not(:first-child) {
    font-size: 15px;
  }
}

/* Leadership scorecard refinement */
.scorecard-section {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
  margin: 72px 0;
  padding: 0 0 56px;
  border: 0;
  border-radius: 0;
  background: var(--score-blue-soft);
  box-shadow: none;
}

.scorecard-section::before,
.scorecard-section::after {
  display: none;
}

.scorecard-summary {
  width: min(calc(100% - 48px), var(--container));
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(52px, 5vw, 68px) 0 40px;
  border: 0;
  border-bottom: 1px solid var(--score-border);
  color: var(--navy-950);
  background: transparent;
}

.scorecard-heading {
  max-width: 700px;
  padding: 0;
}

.scorecard-heading > p:first-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--primary-accent);
  font-size: var(--type-section-kicker);
  letter-spacing: 0.1em;
}

.scorecard-heading > p:first-child::after {
  order: 1;
  width: 58px;
  height: 3px;
  margin-top: 0;
  background: var(--primary-accent);
}

.scorecard-heading > p:first-child::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-accent);
  animation: kicker-ripple 2.2s ease-out infinite;
}

.scorecard-heading h2,
.scorecard-summary h2 {
  max-width: 720px;
  color: var(--navy-950);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.scorecard-heading h2 span {
  color: var(--primary-accent);
}

.scorecard-intro {
  max-width: 640px;
  margin-top: 18px;
  color: var(--score-copy);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}

.overall-score {
  width: 100%;
  min-height: 220px;
  margin: 0;
  padding: 22px 24px 18px;
  border: 0;
  border-radius: 18px;
  color: var(--surface);
  background: var(--navy-950);
  box-shadow: 0 10px 24px rgba(0, 12, 36, 0.14);
}

.overall-score__label {
  font-size: 12px;
}

.overall-score__icon {
  border-color: rgba(255, 255, 255, 0.42);
}

.overall-score > strong {
  font-size: clamp(54px, 5vw, 68px);
}

.overall-score__grid {
  stroke: rgba(255, 255, 255, 0.14);
}

.overall-score__glow,
.overall-score__line,
.overall-score__arrow {
  stroke: var(--primary-accent);
}

.overall-score__glow {
  opacity: 0.1;
}

.overall-score__chart circle {
  fill: var(--primary-accent);
  filter: none;
}

.scorecard-metrics {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  padding: 28px 0 0;
}

.score-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  height: auto;
}

.score-metric {
  min-height: 112px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-content: center;
  padding: 16px;
  border-color: var(--score-border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: none;
}

.score-metric > b {
  width: 46px;
  height: 46px;
  color: var(--primary-accent);
  background: var(--navy-950);
  box-shadow: none;
}

.score-metric > b svg {
  width: 24px;
  height: 24px;
}

.score-metric > div {
  gap: 10px;
}

.score-metric h3 {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.15;
}

.score-metric strong {
  font-size: clamp(22px, 1.8vw, 26px);
}

.score-metric progress {
  height: 7px;
}

.scorecard-cta {
  min-height: 112px;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--primary-accent);
  border-radius: 16px;
  color: var(--navy-950);
  background: var(--primary-accent);
  box-shadow: none;
}

.scorecard-cta__icon {
  border-color: rgba(0, 12, 36, 0.3);
}

.scorecard-cta strong {
  font-size: 13px;
}

.scorecard-cta small {
  max-width: 170px;
  font-size: 12px;
  line-height: 1.4;
}

.scorecard-cta:hover {
  box-shadow: 0 10px 24px rgba(1, 185, 250, 0.28);
}

@media (max-width: 1100px) {
  .scorecard-summary {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.65fr);
    gap: 28px;
    padding: 48px 0 34px;
  }

  .scorecard-heading h2,
  .scorecard-summary h2 {
    font-size: clamp(44px, 6vw, 60px);
  }

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

  .score-metric,
  .scorecard-cta {
    min-height: 108px;
  }
}

@media (max-width: 760px) {
  .scorecard-section {
    width: 100%;
    margin: 56px 0;
    padding-bottom: 40px;
    border-radius: 0;
  }

  .scorecard-summary {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0 28px;
  }

  .scorecard-heading > p:first-child {
    margin-bottom: 16px;
  }

  .scorecard-heading h2,
  .scorecard-summary h2 {
    font-size: clamp(38px, 11.5vw, 50px);
    line-height: 1;
  }

  .scorecard-intro {
    margin-top: 14px;
    font-size: 15px;
  }

  .overall-score {
    min-height: 206px;
  }

  .scorecard-metrics {
    width: calc(100% - 24px);
    padding: 20px 0 0;
  }

  .score-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .score-metric {
    min-height: 102px;
    padding: 16px;
  }

  .scorecard-cta {
    min-height: 108px;
    padding: 18px;
  }

  .scorecard-cta small {
    max-width: none;
  }
}

@media (max-width: 540px) {
  .scorecard-section {
    margin: 44px 0;
    padding-bottom: 32px;
  }

  .scorecard-summary {
    gap: 18px;
    padding: 32px 0 22px;
  }

  .scorecard-heading > p:first-child {
    margin-bottom: 10px;
  }

  .scorecard-heading h2,
  .scorecard-summary h2 {
    font-size: clamp(24px, 8vw, 28px);
  }

  .scorecard-intro {
    margin-top: 10px;
    font-size: 13px;
  }

  .overall-score {
    min-height: 190px;
    padding: 14px 16px 12px;
  }

  .overall-score__label {
    gap: 8px;
    font-size: 10px;
  }

  .overall-score__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }

  .overall-score__icon svg {
    width: 18px;
    height: 18px;
  }

  .overall-score > strong,
  .overall-score > small {
    margin-left: 42px;
  }

  .overall-score > strong {
    margin-top: -4px;
    font-size: 30px;
  }

  .overall-score > small {
    font-size: 10px;
  }

  .scorecard-metrics {
    padding: 16px 0 0;
  }

  .score-list {
    gap: 8px;
  }

  .score-metric {
    min-height: 0;
    padding: 14px;
  }

  .score-metric h3 {
    font-size: 14px;
  }

  .score-metric strong {
    font-size: 19px;
  }

  .scorecard-cta {
    min-height: 0;
    padding: 16px;
  }

  .scorecard-cta strong {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  :root {
    --header-gutter: 10px;
  }

  .site-header {
    gap: 6px;
  }

  .site-header .brand-emblem {
    width: 136px;
    height: 52px;
  }

  .donate-button {
    padding-inline: 9px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .metric-band {
    grid-template-columns: 1fr;
  }

  .metric-band article:last-child {
    grid-column: auto;
  }

  .scorecard-summary {
    width: calc(100% - 28px);
  }

  .scorecard-metrics {
    width: calc(100% - 16px);
  }

  .score-metric {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .score-metric > b {
    width: 42px;
    height: 42px;
  }
}

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

/* Standalone events and partners */
.news-events {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.upcoming-events-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 24px;
  background: #f2f6fb;
  border-block: 1px solid color-mix(in srgb, var(--navy-800) 10%, transparent);
}

.upcoming-events-section::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 430px;
  aspect-ratio: 1;
  border: 92px solid rgba(0, 83, 159, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.upcoming-events-inner,
.partners-carousel-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.event-section-heading,
.partners-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(18px, 2vw, 28px);
}

.event-section-heading p,
.partners-heading p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--primary-accent);
  font-size: var(--type-section-kicker);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.event-section-heading p::after,
.partners-heading p::after {
  content: "";
  order: 1;
  width: 44px;
  height: 3px;
  background: var(--primary-accent);
}

.event-section-heading p::before,
.partners-heading p::before {
  content: "";
  order: 2;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  animation: kicker-ripple 2.2s ease-out infinite;
}

.event-section-heading h2,
.partners-heading h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: var(--type-section-title);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.event-section-heading p {
  margin: 0 0 8px;
}

.event-section-heading p::after {
  margin-top: 8px;
}

.event-section-heading h2 {
  font-size: clamp(34px, 3vw, 46px);
}

.event-section-heading > a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  border: 1px solid color-mix(in srgb, var(--primary-accent) 22%, transparent);
  border-radius: 999px;
  color: var(--primary-accent);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.event-section-heading > a:hover {
  color: var(--navy-950);
  background: var(--primary-accent);
  transform: translateY(-2px);
}

.event-section-heading > a svg,
.featured-event-copy > a svg,
.next-events article > a svg,
.partner-carousel-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.event-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  gap: 22px;
}

.events-empty {
  padding: 32px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.featured-event {
  position: relative;
  isolation: isolate;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 24px 24px 62px 24px;
  color: var(--surface);
  background: var(--navy-950);
  box-shadow: 0 8px 18px rgba(0, 25, 64, 0.13);
}

.featured-event::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -70px -145px auto;
  width: 390px;
  height: 250px;
  background: url("assets/kenyan_flag_ornament_transparent.webp") center / contain no-repeat;
  opacity: 0.3;
  transform: rotate(-5deg);
}

.featured-event-date {
  position: relative;
}

.featured-event-date::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -16px;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--ink) 0 32%, var(--kenya-red) 32% 64%, var(--kenya-green) 64%);
}

.featured-event-date time {
  min-height: 120px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.featured-event-date span,
.featured-event-date small {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.featured-event-date strong {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 0.94;
}

.event-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.event-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 12%, transparent);
}

.featured-event-copy h3 {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--surface);
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.featured-event-copy > p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.5;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 12px;
}

.event-meta span,
.next-events article p,
.next-events article small {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-meta span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.event-meta svg,
.next-events article p svg,
.next-events article small svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

.featured-event-copy > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: var(--surface);
  font-size: 13px;
  font-weight: 800;
}

.next-events {
  display: grid;
  gap: 18px;
}

.next-events article {
  min-width: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  padding: clamp(12px, 1.5vw, 18px);
  border: 1px solid color-mix(in srgb, var(--navy-800) 12%, transparent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 12px rgba(0, 31, 77, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.next-events article:hover {
  border-color: color-mix(in srgb, var(--primary-accent) 30%, transparent);
  box-shadow: 0 6px 14px rgba(0, 31, 77, 0.08);
  transform: translateY(-3px);
}

.next-events article > time {
  min-height: 60px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border-radius: 14px;
  color: var(--primary-accent);
  background: color-mix(in srgb, var(--primary-accent) 8%, var(--surface));
}

.next-events article > time span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.next-events article > time strong {
  font-size: 22px;
  line-height: 1;
}

.next-events .event-label {
  color: var(--primary-accent);
  font-size: 9px;
}

.next-events h3 {
  margin: 4px 0 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.next-events article p,
.next-events article small {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.next-events article > a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--primary-accent);
  transition: transform 160ms ease, background 160ms ease;
}

.next-events article > a:hover {
  background: var(--navy-800);
  transform: translateX(3px);
}

.partners-carousel-section {
  overflow: hidden;
  padding: clamp(58px, 6vw, 84px) 24px clamp(66px, 7vw, 96px);
  background: var(--surface);
}

.partners-heading {
  align-items: center;
  margin-bottom: 28px;
}

.partners-heading p {
  color: var(--accent-700);
}

.partners-heading p::after {
  background: var(--accent-700);
}

.partners-controls {
  display: flex;
  gap: 10px;
}

.partner-carousel-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--navy-800) 18%, transparent);
  border-radius: 50%;
  color: var(--navy-800);
  background: var(--surface);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.partner-carousel-button:hover:not(:disabled) {
  color: var(--surface);
  background: var(--navy-800);
}

.partner-carousel-button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.partner-carousel-toggle-icon {
  width: 12px;
  height: 14px;
  border-right: 4px solid currentColor;
  border-left: 4px solid currentColor;
}

.partner-carousel-toggle.is-paused .partner-carousel-toggle-icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.partner-carousel-previous svg {
  transform: rotate(180deg);
}

.partner-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(205px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 3px 2px 16px;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.partner-carousel-track::-webkit-scrollbar {
  display: none;
}

.partner-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--navy-800) 11%, transparent);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 3px 8px rgba(0, 28, 70, 0.045);
}

.partner-card::before {
  content: "";
  width: 26px;
  height: 3px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--ink) 0 33%, var(--kenya-red) 33% 66%, var(--kenya-green) 66%);
}

.partner-card strong {
  overflow-wrap: anywhere;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 800;
  line-height: 1;
}

.partner-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.partner-carousel-track:focus-visible,
.partner-carousel-button:focus-visible,
.event-section-heading > a:focus-visible,
.featured-event-copy > a:focus-visible,
.next-events article > a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent-600) 70%, white);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .event-showcase {
    grid-template-columns: 1fr;
  }

  .featured-event {
    min-height: 350px;
  }

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

  .next-events article {
    grid-template-columns: 72px minmax(0, 1fr) 44px;
  }

  .partner-carousel-track {
    grid-auto-columns: minmax(190px, 30vw);
  }
}

@media (max-width: 700px) {
  .news-events {
    margin-block: 48px;
  }

  .upcoming-events-section,
  .partners-carousel-section {
    padding-inline: 18px;
  }

  .event-section-heading,
  .partners-heading {
    align-items: flex-start;
  }

  .event-section-heading {
    flex-direction: column;
    gap: 20px;
  }

  .event-section-heading p,
  .partners-heading p {
    font-size: 10px;
    letter-spacing: 0;
  }

  .event-section-heading h2,
  .partners-heading h2 {
    font-size: var(--type-section-title-mobile);
  }

  .featured-event {
    min-height: 0;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 22px;
    padding: 28px 22px;
    border-radius: 20px 20px 44px 20px;
  }

  .featured-event-date time {
    min-height: 126px;
  }

  .featured-event-date strong {
    font-size: 46px;
  }

  .featured-event-copy h3 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .featured-event-copy > p {
    font-size: 13px;
    line-height: 1.6;
  }

  .event-meta {
    display: grid;
  }

  .next-events {
    grid-template-columns: 1fr;
  }

  .partner-carousel-track {
    grid-auto-columns: min(72vw, 210px);
  }
}

@media (max-width: 460px) {
  .upcoming-events-section {
    padding-block: 58px;
  }

  .featured-event {
    display: block;
  }

  .featured-event-date {
    width: 88px;
    margin-bottom: 28px;
  }

  .featured-event-date time {
    min-height: 106px;
  }

  .featured-event-date strong {
    font-size: 40px;
  }

  .next-events article {
    grid-template-columns: 62px minmax(0, 1fr) 40px;
    gap: 13px;
    padding: 16px 14px;
  }

  .next-events article > time {
    min-height: 78px;
  }

  .next-events article > time strong {
    font-size: 27px;
  }

  .next-events article > a {
    width: 40px;
    height: 40px;
  }

  .next-events h3 {
    font-size: 17px;
  }

  .partners-heading {
    gap: 16px;
  }

  .partner-carousel-button {
    width: 44px;
    height: 44px;
  }

  .partner-carousel-track {
    grid-auto-columns: min(72vw, 200px);
  }
}

/* Structured site footer */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-footer {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  padding: clamp(58px, 6vw, 82px) 24px 26px;
  color: var(--surface);
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -78px;
  bottom: 82px;
  width: 370px;
  height: 150px;
  background: url("assets/kenyan_flag_ornament_transparent.webp") right bottom / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.footer-main,
.footer-contact,
.footer-bottom {
  width: min(100%, var(--container));
  margin-inline: auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(130px, 0.7fr) minmax(150px, 0.8fr) minmax(248px, 1fr) minmax(225px, 1.15fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.site-footer .footer-brand .brand {
  display: block;
  width: min(100%, 290px);
}

.site-footer .footer-brand .brand-lockup {
  width: 100%;
  height: 116px;
  object-fit: contain;
  object-position: left center;
}

.site-footer .footer-brand p {
  max-width: 290px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.7;
}

.site-footer .footer-group {
  min-width: 0;
}

.site-footer .footer-group h2 {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--surface);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.18;
}

.site-footer .footer-group h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--electric-cyan);
}

.site-footer .footer-group h2 > span,
.footer-contact-item > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--electric-cyan) 65%, transparent);
  border-radius: 50%;
  color: var(--electric-cyan);
  background: rgba(5, 65, 124, 0.17);
}

.site-footer .footer-group h2 > span {
  width: 40px;
  height: 40px;
}

.site-footer .footer-group h2 svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.site-footer .footer-group nav,
.site-footer nav.footer-group {
  display: grid;
  align-content: start;
  gap: 1px;
}

.site-footer nav.footer-group > a {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 12px;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer nav.footer-group > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--primary-accent);
  border-right: 2px solid var(--primary-accent);
  transform: rotate(45deg);
}

.site-footer nav.footer-group > a:hover {
  color: var(--surface);
  transform: translateX(3px);
}

.site-footer .footer-social > p,
.site-footer .subscribe > p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.6;
}

.site-footer .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0;
}

.site-footer .socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: var(--surface);
  background: rgba(23, 70, 124, 0.52);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.site-footer .socials a:hover {
  background: var(--accent-700);
  transform: translateY(-2px);
}

.site-footer .socials a svg {
  width: 19px;
  height: 19px;
}

.site-footer .subscribe form {
  margin-top: 18px;
}

.site-footer .subscribe-row {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(116, 179, 242, 0.38);
  border-radius: 8px;
  background: rgba(0, 20, 50, 0.45);
}

.site-footer .subscribe input,
.site-footer .subscribe button {
  min-height: 50px;
  border: 0;
  border-radius: 0;
}

.site-footer .subscribe input {
  min-width: 0;
  padding: 0 14px;
  color: var(--surface);
  background: transparent;
  font-size: 12px;
}

.site-footer .subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.53);
}

.site-footer .subscribe button {
  padding: 0 14px;
  color: var(--navy-950);
  background: var(--primary-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 160ms ease;
}

.site-footer .subscribe button:hover {
  filter: brightness(1.08);
}

.footer-contact {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(42px, 5vw, 62px);
  padding: 20px 12px;
  border: 1px solid rgba(91, 158, 226, 0.34);
  border-radius: 10px;
  font-style: normal;
  background: rgba(0, 24, 58, 0.42);
}

.footer-contact-item {
  min-width: 0;
  min-height: 66px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 4px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-contact-item:last-child {
  border-right: 0;
}

.footer-contact-item > span {
  width: 48px;
  height: 48px;
}

.footer-contact-item svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.site-footer .footer-contact-item p {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.site-footer .footer-contact-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--surface);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.site-footer a.footer-contact-item:hover strong,
.site-footer a.footer-contact-item:hover p {
  color: var(--electric-cyan);
}

.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
}

.site-footer .footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.site-footer .footer-bottom a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.site-footer .footer-bottom a:last-child {
  padding-right: 0;
  border-right: 0;
}

.site-footer a:focus-visible,
.site-footer button:focus-visible,
.site-footer input:focus-visible {
  outline: 3px solid var(--electric-cyan);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer .footer-brand p {
    max-width: 520px;
  }

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

  .footer-contact-item:nth-child(2) {
    border-right: 0;
  }

  .footer-contact-item:nth-child(-n + 2) {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-contact-item:nth-child(n + 3) {
    padding-top: 16px;
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding: 50px 18px 24px;
  }

  .site-footer::after {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .site-footer .footer-brand .brand,
  .site-footer .footer-brand p {
    margin-inline: auto;
  }

  .site-footer .footer-brand .brand-lockup {
    object-position: center;
  }

  .site-footer .footer-brand p {
    text-align: center;
  }

  .site-footer nav.footer-group > a {
    min-height: 44px;
  }

  .footer-contact {
    grid-template-columns: 1fr;
    padding: 8px 14px;
  }

  .footer-contact-item,
  .footer-contact-item:nth-child(n) {
    min-height: 84px;
    padding: 10px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-contact-item:last-child {
    border-bottom: 0;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-footer .footer-bottom nav {
    width: 100%;
    flex-direction: column;
  }

  .site-footer .footer-bottom a,
  .site-footer .footer-bottom a:last-child {
    min-height: 44px;
    padding: 0;
    border-right: 0;
  }
}

/* Keep the expanded portal entry from crowding the desktop navigation. */
@media (min-width: 1361px) {
  .site-header {
    gap: 18px;
  }

  .site-header .brand-lockup {
    width: 286px;
  }

  .site-header .main-nav {
    gap: clamp(10px, 1.15vw, 17px);
  }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .site-header {
    min-height: 96px;
  }

  .site-header .brand-lockup {
    width: 238px;
    height: 86px;
  }

  .site-header .menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .site-header .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 28px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--navy-950);
    box-shadow: 0 6px 12px rgba(0, 19, 39, 0.14);
  }

  .site-header .main-nav.is-open {
    display: grid;
  }

  .site-header .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-header .main-nav a.nav-profile {
    width: 100%;
    min-width: 0;
    justify-content: center;
    margin-top: 6px;
  }

  .site-header .main-nav a[aria-current="page"]::after {
    right: auto;
    bottom: 5px;
    width: 34px;
  }
}

/* Public civic input and administrator-authored survey prompt */
.citizen-voice {
  scroll-margin-top: 112px;
  padding: clamp(64px, 7vw, 104px) var(--page-gutter);
  color: var(--surface);
  background: var(--navy-950);
}

.citizen-voice__inner {
  /* Matches the rendered width of the same card on the Citizen Priorities
     page in My Account (272px sidebar + skm-container's 1320px cap and
     responsive padding + a 1.1fr/1fr grid split), which comes out to
     roughly 490-650px across common desktop viewports. */
  width: min(100%, 560px);
  margin-inline: auto;
}

.citizen-voice__form-heading span {
  margin: 0 0 12px;
  color: var(--electric-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.citizen-voice__form {
  /* Capped so the card never exceeds ~550px tall regardless of step;
     .citizen-voice__panel below is the part that scrolls if a given
     step's content doesn't fit the remaining space. */
  display: flex;
  flex-direction: column;
  max-height: 550px;
  padding: 20px 22px;
  /* Matches the "skm-panel skm-accent-red" card design used on the
     Citizen Priorities page in My Account: 16px radius, 1px border,
     a 4px red top accent, and a barely-there shadow instead of the
     page's previous dramatic drop shadow. */
  border-radius: 16px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--action-red);
  box-shadow: 0 1px 2px rgba(8, 11, 15, 0.035);
}

.citizen-voice__form-heading {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.citizen-voice__form-heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--action-red);
  font-size: 10px;
}

.citizen-voice__form-heading h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.2;
}

.citizen-voice__stepper {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin: 14px 0 2px;
  padding: 0;
  list-style: none;
}

.citizen-voice__step {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-top: 0;
  text-align: center;
}

.citizen-voice__step:not(:first-child)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 16px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: var(--border);
}

.citizen-voice__step.is-reached:not(:first-child)::before {
  background: var(--navy-950);
}

.citizen-voice__step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0 auto 6px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  place-items: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.citizen-voice__step.is-reached .citizen-voice__step-icon {
  border-color: var(--navy-950);
  color: var(--surface);
  background: var(--navy-950);
}

.citizen-voice__step-icon svg {
  width: 15px;
  height: 15px;
}

.citizen-voice__step-label {
  display: block;
  color: var(--muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.2;
}

.citizen-voice__step.is-reached .citizen-voice__step-label {
  color: var(--navy-950);
}

.citizen-voice__panel {
  /* The scrolling part of the card: heading/stepper/footer stay put, this
     grows to fill whatever's left under the 550px cap on .citizen-voice__form
     and scrolls internally on the rare step whose content still overflows. */
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 12px;
  overflow-y: auto;
}

.citizen-voice__field {
  display: block;
  margin-bottom: 10px;
}

/* `display: block` above has the same specificity as the UA stylesheet's
   `[hidden] { display: none }` and comes later in the cascade, so it wins
   and silently defeats the hidden attribute unless overridden here. */
.citizen-voice__field[hidden] {
  display: none;
}

.citizen-voice__field:last-child {
  margin-bottom: 0;
}

.citizen-voice__attach {
  margin-top: 4px;
}

.citizen-voice__attach-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.citizen-voice__attach-trigger:hover {
  color: var(--navy-950);
}

.citizen-voice__attach-trigger svg {
  width: 16px;
  height: 16px;
}

.citizen-voice__attach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.citizen-voice__attach-list[hidden] {
  display: none;
}

.citizen-voice__attach-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  padding: 5px 8px 5px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy-950);
  background: color-mix(in srgb, var(--accent-700) 6%, white);
  font-size: 12px;
  font-weight: 600;
}

.citizen-voice__attach-list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.citizen-voice__attach-list button {
  display: grid;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.citizen-voice__attach-list button:hover {
  color: var(--action-red);
}

.citizen-voice__attach-list button svg {
  width: 12px;
  height: 12px;
}

.citizen-voice__review {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--accent-700) 5%, white);
}

.citizen-voice__review div + div {
  margin-top: 8px;
}

.citizen-voice__review dt {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.citizen-voice__review dd {
  margin: 0;
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.35;
  white-space: pre-line;
}

.citizen-voice__choice {
  margin: 10px 0;
  padding: 0;
  border: 0;
}

.citizen-voice__choice legend,
.citizen-voice__field > span,
.citizen-voice__grid label > span {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-950);
  font-size: 11px;
  font-weight: 800;
}

.citizen-voice__choice label {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 8px 8px 0;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.citizen-voice__choice--cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.citizen-voice__choice--cards label {
  min-height: 0;
  margin: 0;
  padding: 8px 6px;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  border-radius: var(--radius-md);
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.citizen-voice__choice--cards label:hover:not(:has(input:checked)) {
  border-color: rgba(0, 12, 36, 0.35);
  background: rgba(0, 12, 36, 0.035);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 12, 36, 0.08);
}

.citizen-voice__choice label:has(input:checked),
.citizen-voice__choice label.is-selected {
  border-color: var(--navy-950);
  color: var(--surface);
  background: var(--navy-950);
}

.citizen-voice__choice input,
.citizen-voice__check input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-700);
}

.citizen-voice__choice--cards input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* The radio itself is invisibly positioned so the label can be the whole
   clickable card; without this, a keyboard user tabbing through gets no
   visible focus indicator at all, since the outline lands on a hidden 18px
   box instead of the card. */
.citizen-voice__choice--cards label:has(input:focus-visible) {
  border-color: var(--electric-cyan);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--electric-cyan) 30%, transparent);
}

@media (min-width: 601px) {
  .citizen-voice__choice--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

.citizen-voice__wide {
  grid-column: 1 / -1;
}

.citizen-voice__field input,
.citizen-voice__field select,
.citizen-voice__field textarea,
.citizen-voice__grid input,
.citizen-voice__grid select,
.citizen-voice__grid textarea {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--surface);
  font: inherit;
  font-size: 13px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.citizen-voice__field input:focus-visible,
.citizen-voice__field select:focus-visible,
.citizen-voice__field textarea:focus-visible,
.citizen-voice__grid input:focus-visible,
.citizen-voice__grid select:focus-visible,
.citizen-voice__grid textarea:focus-visible {
  outline: 0;
  border-color: var(--electric-cyan);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--electric-cyan) 24%, transparent);
}

.citizen-voice__field textarea,
.citizen-voice__grid textarea {
  min-height: 64px;
  resize: vertical;
  line-height: 1.45;
}

.citizen-voice__field > span small,
.citizen-voice__field > small,
.citizen-voice__grid label > span small,
.citizen-voice__grid label > small {
  color: var(--muted);
  font-weight: 500;
}

.citizen-voice__field > small {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
}

.citizen-voice__honeypot {
  position: absolute;
  left: -10000px;
}

.citizen-voice__check {
  min-height: 0;
  display: flex;
  gap: 8px;
  align-items: start;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.citizen-voice__check input {
  flex: 0 0 auto;
  margin-top: 1px;
}

.citizen-voice__submit {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.citizen-voice__submit button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--navy-950);
  background: var(--electric-cyan);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.citizen-voice__submit button:not(:disabled):hover {
  background: color-mix(in srgb, var(--electric-cyan) 88%, black);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--electric-cyan) 35%, transparent);
}

.citizen-voice__submit button:not(:disabled):active {
  transform: translateY(1px);
  box-shadow: none;
}

.citizen-voice__submit button:focus-visible {
  outline: 3px solid var(--electric-cyan);
  outline-offset: 2px;
}

.citizen-voice__submit button[hidden] {
  display: none;
}

.citizen-voice__submit button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.citizen-voice__submit button:not(:disabled):hover svg {
  transform: translateX(2px);
}

.citizen-voice__submit svg {
  width: 17px;
  height: 17px;
  transition: transform 140ms ease;
}

/* Same specificity (one class + one type) as the generic `.citizen-voice__submit
   button` rules above, so these need to win on source order alone — keep them
   declared after. Previously this was just `.citizen-voice__back` (one class),
   which the generic `button`-qualified rules always outranked regardless of
   specificity, so "Back" silently rendered identical to the primary cyan
   button no matter what this block said. */
button.citizen-voice__back {
  order: -1;
  color: var(--navy-950);
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--border);
}

button.citizen-voice__back:not(:disabled):hover {
  background: color-mix(in srgb, var(--navy-950) 5%, transparent);
  box-shadow: inset 0 0 0 1px var(--navy-950);
}

button.citizen-voice__back svg {
  transform: scaleX(-1);
}

button.citizen-voice__back:not(:disabled):hover svg {
  transform: scaleX(-1) translateX(2px);
}

.citizen-voice__submit p {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.citizen-voice__submit p[data-state="success"] {
  color: var(--kenya-green);
}

.citizen-voice__submit p[data-state="error"] {
  color: var(--action-red);
}

.survey-popover[hidden] {
  display: none;
}

.survey-popover {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 20px;
  background: rgba(0, 12, 36, 0.62);
}

.survey-popover__panel {
  width: min(100%, 560px);
  max-height: min(760px, calc(100dvh - 40px));
  overflow-y: auto;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.survey-popover__stripe {
  height: 6px;
  background: linear-gradient(90deg, var(--electric-cyan) 0 72%, var(--action-red) 72% 86%, var(--kenya-green) 86%);
}

.survey-popover__body {
  padding: 26px;
}

.survey-popover__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
}

.survey-popover__header p {
  margin: 0 0 7px;
  color: var(--accent-700);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.survey-popover__header h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 24px;
  line-height: 1.15;
}

.survey-popover__close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--surface);
  font-size: 22px;
  cursor: pointer;
}

.survey-popover__intro {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.survey-popover fieldset {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.survey-popover legend {
  margin-bottom: 12px;
  color: var(--navy-950);
  font-size: 14px;
  font-weight: 800;
}

.survey-popover__option {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.survey-popover__option:has(input:checked) {
  border-color: var(--kenya-green);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--kenya-green) 24%, transparent),
    0 0 16px color-mix(in srgb, var(--kenya-green) 60%, transparent);
}

.survey-popover__option input {
  width: 18px;
  height: 18px;
  accent-color: var(--kenya-green);
}

.survey-popover textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font: inherit;
  resize: vertical;
}

.survey-popover__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 22px;
}

.survey-popover__actions button[type="submit"] {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--navy-950);
  background: var(--electric-cyan);
  font-weight: 800;
  cursor: pointer;
}

.survey-popover__status {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 600px) {
  .citizen-voice {
    scroll-margin-top: 78px;
    padding-inline: 18px;
  }

  .citizen-voice__form {
    padding: 20px 16px;
  }

  .citizen-voice__form-heading {
    display: block;
  }

  .citizen-voice__grid {
    grid-template-columns: 1fr;
  }

  .citizen-voice__wide {
    grid-column: auto;
  }

  .citizen-voice__choice label {
    width: 100%;
    margin: 0 0 8px;
  }

  .citizen-voice__choice--cards label {
    width: auto;
    margin: 0;
  }

  .citizen-voice__submit,
  .survey-popover__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .citizen-voice__submit button,
  .survey-popover__actions button[type="submit"] {
    width: 100%;
    justify-content: center;
  }

  .survey-popover {
    padding: 10px;
  }

  .survey-popover__panel {
    max-height: calc(100dvh - 20px);
  }

  .survey-popover__body {
    padding: 20px 16px;
  }
}
