.impact-page {
  background: #061c18;
  color: var(--white);
}

.impact-page .lede,
.impact-page p {
  color: rgba(255, 255, 255, 0.72);
}

.impact-nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100vw - 28px));
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(0, 201, 186, 0.34);
  border-radius: 999px;
  background: rgba(0, 36, 31, 0.78);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.impact-nav nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  overflow: visible;
}

.impact-nav nav a {
  flex: 0 0 auto;
  padding: 10px 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.impact-nav nav a:hover,
.impact-nav nav a.is-active,
.impact-nav summary:hover,
.impact-nav .nav-group[open] summary {
  color: var(--black);
  background: var(--yellow);
}

.impact-nav nav a.is-active {
  transform: translateY(-1px);
  animation: navSpyPulse 720ms ease;
}

.impact-nav .nav-group {
  position: relative;
  flex: 0 0 auto;
}

.impact-nav summary {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 900;
}

.impact-nav summary::-webkit-details-marker {
  display: none;
}

.impact-nav .nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  display: grid;
  min-width: 210px;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(0, 201, 186, 0.24);
  border-radius: 18px;
  background: rgba(0, 36, 31, 0.95);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.impact-nav .nav-menu a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
}

.nav-action {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--black);
  background: linear-gradient(135deg, var(--yellow), var(--amber));
  font-weight: 950;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nav-action.is-active {
  box-shadow: 0 0 0 4px rgba(255, 248, 0, 0.18);
  transform: translateY(-1px);
}

.impact-hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 132px max(22px, calc((100vw - 1180px) / 2)) 64px;
  background:
    linear-gradient(90deg, rgba(0, 47, 42, 0.94), rgba(4, 14, 12, 0.75) 58%, rgba(255, 248, 0, 0.12)),
    url("../assets/web/covers/farmers.jpg") center / cover;
}

.hero-copy h1 {
  margin: 20px 0 22px;
  max-width: 880px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(56px, 7.2vw, 104px);
  line-height: 0.82;
}

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

.impact-radar {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 248, 0, 0.2);
  border-radius: 42px;
  background:
    radial-gradient(circle at 48% 52%, rgba(255, 248, 0, 0.2), transparent 4%),
    repeating-radial-gradient(circle at 48% 52%, rgba(0, 201, 186, 0.18) 0 2px, transparent 2px 54px),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(0, 47, 42, 0.42));
  overflow: hidden;
}

.radar-orbit {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 248, 0, 0.5), transparent 32%);
  animation: sweep 6s linear infinite;
  transform-origin: center;
}

.radar-card {
  position: absolute;
  width: 165px;
  padding: 18px;
  border-radius: 24px;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.radar-card strong {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 38px;
  line-height: 0.9;
}

.radar-card span {
  color: var(--muted);
  font-weight: 800;
}

.radar-card.one { left: 28px; top: 44px; }
.radar-card.two { right: 30px; top: 210px; }
.radar-card.three { left: 68px; bottom: 44px; }

@keyframes sweep {
  to { transform: rotate(360deg); }
}

.pillar-section,
.proof-section,
.partner-section {
  background: #091f1b;
}

.section h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.86;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pillar-grid article {
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.pillar-grid article:hover {
  background: rgba(255, 248, 0, 0.15);
  transform: translateY(-6px);
}

.pillar-grid span {
  color: var(--yellow);
  font-family: "Aeonik Fono", monospace;
  font-weight: 900;
}

.pillar-grid h3 {
  margin: 48px 0 12px;
  font-family: "PP Agrandir", sans-serif;
  font-size: 42px;
  line-height: 0.9;
}

.platform-section,
.audience-section,
.path-section,
.latest-section {
  color: var(--black);
  background: var(--paper);
}

.platform-section p,
.audience-section p,
.path-section p,
.latest-section p,
.proof-section .metric-card span {
  color: var(--muted);
}

.impact-page .platform-section .lede,
.impact-page .audience-section .lede,
.impact-page .path-section .lede,
.impact-page .latest-section .lede {
  color: var(--muted);
}

.partner-section .partner-proof__intro h2 {
  color: var(--white);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.proof-copy {
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
}

.proof-section .metric-grid {
  grid-template-columns: repeat(2, 1fr);
}

.proof-section .metric-card {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
}

.proof-section .metric-card strong {
  color: var(--yellow);
}

.proof-section .metric-card span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: 38px;
  align-items: center;
  background: linear-gradient(135deg, var(--yellow), var(--amber));
  color: var(--black);
}

.contact-section p,
.contact-section .kicker {
  color: var(--black);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 16px;
  background: var(--white);
}

.contact-form button {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: var(--black);
  font-weight: 950;
}

@media (max-width: 980px) {
  .impact-nav {
    grid-template-columns: 1fr auto;
    border-radius: 26px;
  }

  .impact-nav nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .impact-nav nav::-webkit-scrollbar {
    display: none;
  }

  .impact-hero,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .impact-nav {
    top: 8px;
    width: calc(100vw - 16px);
    padding: 12px;
  }

  .nav-action {
    display: none;
  }

  .impact-hero {
    min-height: auto;
    padding: 180px 16px 58px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .impact-radar {
    min-height: 470px;
  }

  .radar-card {
    width: 145px;
  }

  .pillar-grid,
  .proof-section .metric-grid {
    grid-template-columns: 1fr;
  }
}
