.how-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 72px;
  background: #fbf6ea;
}

.how-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.how-hero-copy h1 {
  max-width: 760px;
  margin: 24px 0 22px;
  color: #182016;
  font-family: "Fraunces", serif;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}

.how-hero-copy h1 em,
.how-final-cta h2 em {
  color: #a54524;
  font-weight: 500;
}

.how-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #66543c;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.how-actions,
.how-final-actions,
.how-farmer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.how-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 34px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(37, 75, 43, .17);
  list-style: none;
}

.how-proof li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #425643;
  font-size: 13px;
  font-weight: 700;
}

.how-proof .ic {
  width: 18px;
  height: 18px;
  color: #315d39;
}

.how-hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 52% 48% 46% 54% / 45% 52% 48% 55%;
  background: #e5dbc4;
  box-shadow: inset 0 0 0 1px rgba(42, 67, 42, .1);
}

.how-hero-visual::before {
  position: absolute;
  inset: 8% -4% -4% 7%;
  z-index: -1;
  border: 1px solid rgba(165, 69, 36, .18);
  border-radius: inherit;
  content: "";
}

.how-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  mix-blend-mode: multiply;
}

.how-journey-card {
  position: absolute;
  right: -18px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 17px 20px;
  border: 1px solid rgba(34, 65, 37, .12);
  border-radius: 14px;
  background: rgba(255, 253, 247, .94);
  box-shadow: 0 18px 48px rgba(55, 40, 22, .16);
  color: #345337;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.how-journey-card .ic {
  width: 14px;
  height: 14px;
  color: #a54524;
}

.how-purpose {
  padding: 86px 0;
  border-top: 1px solid #e6dcc7;
  border-bottom: 1px solid #e6dcc7;
  background: #fffdf7;
}

.how-purpose-grid {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(360px, 1.12fr);
  gap: clamp(48px, 9vw, 130px);
}

.how-kicker {
  display: block;
  margin-bottom: 16px;
  color: #a54524;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.how-purpose h2,
.how-section-head h2,
.how-order-copy h2,
.how-faq h2 {
  margin: 0;
  color: #1b281c;
  font-family: "Fraunces", serif;
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.how-purpose-copy > p {
  margin: 0 0 18px;
  color: #64543f;
  font-size: 17px;
  line-height: 1.72;
}

.how-note {
  padding: 18px 20px;
  border-left: 3px solid #a54524;
  background: #f7efe1;
  color: #514332 !important;
  font-size: 14px !important;
}

.how-path-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9cfba;
  border-radius: 16px;
  background: #d9cfba;
}

.how-path-nav a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 15px;
  align-items: center;
  padding: 22px 26px;
  background: #fffdf7;
  color: #1e3923;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.how-path-nav a:hover {
  background: #f1e8d7;
}

.how-path-nav span {
  grid-row: 1 / 3;
  color: #a54524;
  font-family: "Fraunces", serif;
  font-size: 28px;
}

.how-path-nav strong {
  font-size: 16px;
}

.how-path-nav small {
  color: #786851;
}

.how-section {
  padding: 104px 0;
  scroll-margin-top: 90px;
  background: #fbf6ea;
}

.how-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 54px;
}

.how-section-head > p {
  max-width: 540px;
  margin: 0;
  color: #6b5a42;
  font-size: 16px;
  line-height: 1.7;
}

.how-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-buyer-steps {
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9cfba;
  border-left: 1px solid #d9cfba;
}

.how-steps li {
  position: relative;
  min-width: 0;
  padding: 34px 30px 38px;
  border-right: 1px solid #d9cfba;
  border-bottom: 1px solid #d9cfba;
  background: rgba(255, 253, 247, .72);
}

.how-step-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #d2c8b3;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 700;
}

.how-step-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e7eadf;
  color: #244c2d;
}

.how-step-icon .ic {
  width: 24px;
  height: 24px;
}

.how-steps h3,
.how-role-grid h3 {
  margin: 0 0 12px;
  color: #182016;
  font-family: "Fraunces", serif;
  font-size: 23px;
  font-weight: 650;
  line-height: 1.2;
}

.how-steps p {
  margin: 0;
  color: #6b5941;
  font-size: 14px;
  line-height: 1.7;
}

.how-order-explainer {
  padding: 100px 0;
  background: #1e4027;
  color: #fdf8ec;
}

.how-order-explainer > .pg-container {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(60px, 9vw, 128px);
  align-items: center;
}

.how-order-copy .how-kicker {
  color: #e7b093;
}

.how-order-copy h2 {
  color: #fff8e9;
}

.how-order-copy p {
  margin: 20px 0 0;
  color: #d9d7c8;
  line-height: 1.7;
}

.how-order-flow {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: #fffaf0;
  box-shadow: 0 24px 60px rgba(8, 28, 14, .24);
  color: #1b281c;
}

.how-flow-caption {
  display: block;
  margin-bottom: 18px;
  color: #9f4b2b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.how-flow-sequence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.how-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 110px;
  padding: 20px 18px;
  border: 1px solid #ded2bd;
  border-radius: 14px;
  background: #fffdf7;
}

.how-flow-number {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #c9bca5;
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 700;
}

.how-flow-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #e7ecdf;
  color: #214b2b;
}

.how-flow-icon .ic {
  width: 20px;
  height: 20px;
}

.how-flow-step p,
.how-flow-step strong,
.how-flow-step small {
  display: block;
  margin: 0;
}

.how-flow-step strong {
  padding-right: 15px;
  font-family: "Fraunces", serif;
  font-size: 17px;
  line-height: 1.2;
}

.how-flow-step small {
  margin-top: 6px;
  color: #786852;
  font-size: 11px;
  line-height: 1.4;
}

.how-flow-arrow {
  width: 22px;
  height: 22px;
  color: #a94724;
}

.how-flow-result {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 22px 0 14px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #204b2a;
  color: #fffaf0;
}

.how-flow-result span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #d88957;
  color: #17351e;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.how-flow-result strong {
  font-family: "Fraunces", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.how-flow-farms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.how-flow-farms article {
  padding: 15px 13px;
  border: 1px solid #ded2bd;
  border-radius: 10px;
  background: #f5eddf;
}

.how-flow-farms span,
.how-flow-farms strong,
.how-flow-farms small {
  display: block;
}

.how-flow-farms span {
  margin-bottom: 11px;
  color: #a94724;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.how-flow-farms strong {
  color: #203423;
  font-family: "Fraunces", serif;
  font-size: 15px;
}

.how-flow-farms small {
  margin-top: 4px;
  color: #786852;
  font-size: 10px;
  line-height: 1.35;
}

.how-farmer-section {
  background: #fffdf7;
}

.how-farmer-steps {
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #d9cfba;
  border-left: 1px solid #d9cfba;
}

.how-farmer-steps li {
  padding-top: 82px;
  background: #f9f3e7;
}

.how-farmer-actions {
  justify-content: flex-end;
}

.how-roles {
  padding: 104px 0;
  background: #ede4d4;
}

.how-role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.how-role-grid article {
  min-height: 270px;
  padding: 30px;
  border-top: 4px solid #365c3d;
  background: #fffdf7;
}

.how-role-label {
  display: inline-block;
  margin-bottom: 28px;
  color: #a54524;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.how-role-grid ul {
  margin: 20px 0 0;
  padding-left: 18px;
  color: #67563e;
  font-size: 14px;
  line-height: 1.75;
}

.how-faq {
  padding: 104px 0;
  background: #fffdf7;
}

.how-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr);
  gap: clamp(60px, 10vw, 150px);
}

.how-faq-grid > div:first-child > p {
  max-width: 430px;
  margin-top: 22px;
  color: #6b5a42;
  line-height: 1.7;
}

.how-faq-list {
  border-top: 1px solid #d9cfba;
}

.how-faq-list details {
  border-bottom: 1px solid #d9cfba;
}

.how-faq-list summary {
  position: relative;
  padding: 23px 45px 23px 0;
  color: #1b281c;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.how-faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 3px;
  color: #a54524;
  content: "+";
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 400;
}

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

.how-faq-list details p {
  margin: -5px 0 24px;
  padding-right: 45px;
  color: #6b5a42;
  font-size: 14px;
  line-height: 1.7;
}

.how-final-cta {
  padding: 88px 0;
  background: #a94724;
}

.how-final-cta > .pg-container {
  display: flex;
  gap: 48px;
  align-items: flex-end;
  justify-content: space-between;
}

.how-final-cta h2 {
  margin: 20px 0 0;
  color: #fff8e9;
  font-family: "Fraunces", serif;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.how-final-cta h2 em {
  color: #f6d5bd;
}

.how-final-actions {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 1050px) {
  .how-hero-grid,
  .how-order-explainer > .pg-container {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .how-hero-visual,
  .how-hero-visual img {
    min-height: 430px;
  }

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

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

}

@media (max-width: 760px) {
  .how-hero {
    padding: 54px 0 58px;
  }

  .how-hero-grid,
  .how-purpose-grid,
  .how-section-head,
  .how-order-explainer > .pg-container,
  .how-faq-grid {
    grid-template-columns: 1fr;
  }

  .how-hero-grid {
    gap: 46px;
  }

  .how-hero-copy h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .how-hero-visual,
  .how-hero-visual img {
    min-height: 350px;
  }

  .how-journey-card {
    right: 10px;
    bottom: 14px;
  }

  .how-proof {
    display: grid;
  }

  .how-purpose,
  .how-section,
  .how-order-explainer,
  .how-roles,
  .how-faq,
  .how-final-cta {
    padding: 72px 0;
  }

  .how-purpose-grid,
  .how-section-head,
  .how-faq-grid {
    gap: 28px;
  }

  .how-path-nav {
    grid-template-columns: 1fr;
    margin-right: 20px;
    margin-left: 20px;
  }

  .how-buyer-steps,
  .how-farmer-steps,
  .how-role-grid {
    grid-template-columns: 1fr;
  }

  .how-step-icon {
    margin-bottom: 30px;
  }

  .how-order-explainer > .pg-container {
    gap: 48px;
  }

  .how-order-flow {
    padding: 18px;
  }

  .how-flow-sequence {
    grid-template-columns: 1fr;
  }

  .how-flow-arrow {
    margin: -2px auto;
    transform: rotate(90deg);
  }

  .how-flow-result {
    display: grid;
    gap: 10px;
  }

  .how-flow-result span {
    width: fit-content;
  }

  .how-flow-farms {
    grid-template-columns: 1fr;
  }

  .how-flow-farms article {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2px 12px;
    align-items: center;
  }

  .how-flow-farms span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .how-farmer-actions {
    justify-content: flex-start;
  }

  .how-role-grid article {
    min-height: auto;
  }

  .how-final-cta > .pg-container {
    display: block;
  }

  .how-final-actions {
    margin-top: 34px;
  }
}

@media (max-width: 420px) {
  .how-actions,
  .how-farmer-actions,
  .how-final-actions {
    display: grid;
  }

  .how-actions .btn-pg,
  .how-farmer-actions .btn-pg,
  .how-final-actions .btn-pg {
    justify-content: center;
  }

  .how-hero-visual,
  .how-hero-visual img {
    min-height: 300px;
  }

  .how-journey-card {
    gap: 6px;
    padding: 13px 14px;
    font-size: 10px;
  }

  .how-steps li {
    padding: 30px 24px 34px;
  }

  .how-farmer-steps li {
    padding-top: 74px;
  }
}
