.reach-page {
  color: #10201c;
  background: #f7f2e7;
}

.reach-page h1,
.reach-page h2,
.reach-page h3 {
  letter-spacing: 0;
}

.reach-page h2 {
  margin: 0;
  max-width: 900px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(42px, 5.4vw, 84px);
  line-height: 0.88;
}

.reach-nav {
  position: fixed;
  z-index: 60;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100vw - 28px));
  grid-template-columns: auto 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 11px 13px 11px 18px;
  border: 1px solid rgba(16, 32, 28, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.88);
  box-shadow: 0 20px 70px rgba(16, 32, 28, 0.12);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.reach-nav nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.reach-nav nav a,
.nav-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(16, 32, 28, 0.72);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.reach-nav nav a:hover,
.reach-nav nav a[aria-current="page"] {
  color: #10201c;
  background: #fff800;
}

.reach-nav nav a[aria-current="page"] {
  animation: navSpyPulse 720ms ease;
}

.nav-cta {
  color: #fffdf6;
  background: #10201c;
}

.nav-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fffdf6;
  background: #10201c;
}

.reach-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 38px;
  align-items: end;
  padding: 142px max(22px, calc((100vw - 1180px) / 2)) 46px;
  color: #fffdf6;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  background: url("../assets/web/covers/farmers.jpg") center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 24, 20, 0.94) 0%, rgba(3, 24, 20, 0.74) 50%, rgba(3, 24, 20, 0.36) 100%),
    linear-gradient(180deg, rgba(3, 24, 20, 0.34), rgba(3, 24, 20, 0.92));
}

.hero-content,
.sixty-panel {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  margin: 0 0 24px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(72px, 11vw, 154px);
  line-height: 0.78;
}

.hero-lede {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 253, 246, 0.8);
  font-size: clamp(21px, 2.2vw, 31px);
  line-height: 1.23;
}

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

.reach-page .button.ghost {
  color: #fffdf6;
  background: rgba(255, 253, 246, 0.1);
  border-color: rgba(255, 253, 246, 0.58);
}

.sixty-panel {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 253, 246, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.12);
  backdrop-filter: blur(20px);
}

.sixty-panel span,
.proof-strip span,
.bucket-grid span,
.practice-list span,
.partner-section article span {
  color: #fff800;
  font-family: "Aeonik Fono", monospace;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sixty-panel strong {
  display: block;
  max-width: 360px;
  font-family: "PP Agrandir", "Archivo Black", sans-serif;
  font-size: clamp(26px, 3.3vw, 42px);
  line-height: 0.94;
}

.sixty-panel ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sixty-panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 253, 246, 0.18);
  color: rgba(255, 253, 246, 0.82);
  font-weight: 750;
}

.proof-section {
  background: #fffdf6;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

.proof-grid article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(16, 32, 28, 0.12);
  border-radius: 8px;
  background: #f7f2e7;
}

.proof-grid svg {
  color: #00a894;
}

.proof-grid strong {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 9vw, 118px);
  line-height: 0.82;
}

.proof-grid p,
.channel-grid p,
.bucket-grid p,
.just-copy p,
.console-grid span,
.open-finance p,
.practice-list h3,
.ask-answer p,
.partner-section article p,
.mergdata-band p {
  color: #53625d;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  margin-top: 12px;
  padding: 22px 24px;
  border-radius: 8px;
  color: #fffdf6;
  background: #10201c;
}

.proof-strip p {
  margin: 0;
  color: rgba(255, 253, 246, 0.78);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.34;
}

.model-section {
  color: #fffdf6;
  background: #10201c;
}

.model-section .lede,
.model-section .channel-grid p,
.model-section .bucket-grid p {
  color: rgba(255, 253, 246, 0.72);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.channel-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(255, 253, 246, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.08);
}

.channel-grid svg,
.bucket-grid svg {
  color: #00c9ba;
}

.channel-grid h3 {
  margin: 28px 0 10px;
  font-family: "PP Agrandir", "Archivo Black", sans-serif;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 0.95;
}

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

.bucket-grid article {
  min-height: 380px;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 253, 246, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.08);
}

.bucket-grid h3 {
  margin: 22px 0 0;
  max-width: 100%;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(34px, 3.65vw, 54px);
  line-height: 0.92;
  overflow-wrap: break-word;
}

.bucket-grid strong {
  color: #fffdf6;
  font-size: 19px;
  line-height: 1.2;
}

.just-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: center;
  background: #f7f2e7;
}

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

.just-console {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(16, 32, 28, 0.16);
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 28px 80px rgba(16, 32, 28, 0.12);
}

.console-head,
.open-finance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 6px;
  background: #10201c;
  color: #fffdf6;
}

.console-head span {
  font-family: "Aeonik Fono", monospace;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.console-grid div {
  display: flex;
  min-height: 88px;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(16, 32, 28, 0.12);
  border-radius: 6px;
  background: #f7f2e7;
}

.console-grid svg,
.open-finance svg {
  flex: 0 0 auto;
  color: #00a894;
}

.open-finance {
  align-items: flex-start;
  justify-content: start;
  background: #fff800;
  color: #10201c;
}

.open-finance strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.open-finance p {
  margin: 0;
  color: rgba(16, 32, 28, 0.72);
}

.sustainable-section {
  background: #fffdf6;
}

.practice-board {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.56fr);
  gap: 12px;
}

.practice-image {
  min-height: 580px;
  border-radius: 8px;
  overflow: hidden;
}

.practice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice-list {
  display: grid;
  gap: 12px;
}

.practice-list article {
  min-height: 136px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(16, 32, 28, 0.12);
  border-radius: 8px;
  background: #f7f2e7;
}

.practice-list span {
  color: #00a894;
}

.practice-list svg {
  color: #00a894;
}

.practice-list h3 {
  margin: 0;
  color: #10201c;
  font-family: "PP Agrandir", "Archivo Black", sans-serif;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 0.96;
}

.ask-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.78fr);
  gap: 42px;
  align-items: start;
  color: #fffdf6;
  background:
    linear-gradient(90deg, rgba(16, 32, 28, 0.96), rgba(16, 32, 28, 0.78)),
    url("../assets/web/illustrations/field-agents.jpg") center / cover;
}

.ask-section .lede {
  color: rgba(255, 253, 246, 0.76);
}

.ask-tool {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 246, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.12);
  backdrop-filter: blur(20px);
}

.ask-search {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 6px;
  background: #fffdf6;
  color: #10201c;
  font-weight: 850;
}

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

.ask-options button {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 253, 246, 0.18);
  border-radius: 6px;
  color: rgba(255, 253, 246, 0.82);
  background: rgba(255, 253, 246, 0.1);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.ask-options button.is-active,
.ask-options button:hover {
  color: #10201c;
  background: #fff800;
}

.ask-answer {
  padding: 22px;
  border-radius: 6px;
  background: #fffdf6;
  color: #10201c;
}

.ask-answer svg {
  color: #00a894;
}

.ask-answer h3 {
  margin: 16px 0 10px;
  font-family: "PP Agrandir", "Archivo Black", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.96;
}

.ask-answer .button {
  margin-top: 12px;
}

.mergdata-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 42px max(22px, calc((100vw - 1180px) / 2));
  color: #fffdf6;
  background: #10201c;
}

.mergdata-band .kicker {
  margin-bottom: 10px;
}

.mergdata-band p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 253, 246, 0.76);
  font-size: clamp(18px, 2vw, 24px);
}

.mergdata-band svg {
  color: #fff800;
}

.partner-section {
  background: #f7f2e7;
}

.partner-proof-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.partner-proof-row div {
  display: grid;
  min-height: 132px;
  align-content: space-between;
  justify-items: start;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(16, 32, 28, 0.12);
  border-radius: 8px;
  background: #fffdf6;
}

.partner-proof-row img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.partner-proof-row strong {
  color: #10201c;
  font-size: 13px;
  line-height: 1.2;
}

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

.partner-section article {
  min-height: 240px;
  padding: 22px;
  border: 1px solid rgba(16, 32, 28, 0.12);
  border-radius: 8px;
  background: #fffdf6;
}

.partner-section article span {
  color: #00a894;
}

.partner-section article h3 {
  margin: 28px 0 10px;
  font-family: "PP Agrandir", "Archivo Black", sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 0.95;
}

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

  .reach-nav nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(16, 32, 28, 0.14);
    border-radius: 18px;
    background: rgba(255, 253, 246, 0.96);
    box-shadow: 0 20px 70px rgba(16, 32, 28, 0.12);
  }

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

  .nav-cta {
    justify-self: end;
  }

  .nav-menu-button {
    display: inline-flex;
  }

  .reach-hero,
  .just-section,
  .practice-board,
  .ask-section {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .bucket-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .bucket-grid article {
    min-height: 300px;
  }

  .bucket-grid h3 {
    font-size: clamp(34px, 10vw, 58px);
  }

  .channel-grid,
  .console-grid,
  .ask-options {
    grid-template-columns: 1fr;
  }

  .partner-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .section {
    padding: 72px 16px;
  }

  .reach-nav {
    top: 10px;
    width: calc(100vw - 20px);
    grid-template-columns: auto auto auto;
  }

  .brand-lockup .farmerline-logo img {
    height: 22px;
  }

  .nav-cta {
    display: none;
  }

  .reach-nav nav {
    grid-template-columns: 1fr;
  }

  .reach-hero {
    min-height: 100svh;
    padding: 112px 16px 24px;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(48px, 15vw, 68px);
    overflow-wrap: normal;
  }

  .proof-strip,
  .mergdata-band {
    grid-template-columns: 1fr;
  }

  .practice-image {
    min-height: 360px;
  }

  .practice-list article {
    grid-template-columns: auto 1fr;
  }

  .practice-list svg {
    display: none;
  }

  .partner-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
