:root {
  --green: #93c83e;
  --green-strong: #57963f;
  --green-dark: #24481f;
  --green-ink: #183514;
  --brown: #5a341e;
  --text: #273223;
  --muted: #697065;
  --paper: #fffdf8;
  --cream: #f8f6ee;
  --line: #d8dfcc;
  --shadow: 0 24px 70px rgba(44, 60, 32, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(147, 200, 62, 0.12), transparent 26rem),
    linear-gradient(180deg, #fffefa 0%, #fffefa 58%, #f2f5e7 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0 0;
  position: relative;
  z-index: 5;
}

.header-banner {
  min-height: 112px;
  display: grid;
  grid-template-columns: 122px minmax(138px, 168px) minmax(330px, 1fr) minmax(198px, 226px);
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 223, 204, 0.64);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    #fffefa;
  box-shadow:
    0 20px 60px rgba(44, 60, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.header-banner::before {
  display: none;
}

.header-accent {
  align-self: stretch;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  isolation: isolate;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #9fd242 0%, #4d8d34 100%);
  overflow: visible;
}

.header-accent::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -28%;
  right: -92px;
  width: 106px;
  height: 156%;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: -15px 0 0 rgba(230, 241, 211, 0.86);
  pointer-events: none;
}

.header-accent svg {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  fill: #fff;
  filter: drop-shadow(0 10px 20px rgba(35, 75, 24, 0.18));
  transform: translateX(-10px);
}

.brand-cluster {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.brand {
  display: block;
}

.brand img {
  width: clamp(112px, 10.4vw, 136px);
  height: auto;
}

.market-word {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--brown);
  font-size: clamp(10px, 1.05vw, 13px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.market-label {
  transform: translateX(0.18em);
}

.market-line {
  width: 32px;
  display: flex;
  align-items: center;
  color: var(--green-strong);
  gap: 5px;
}

.market-line::before,
.market-line::after {
  content: "";
  flex: 1;
  height: 1px;
  min-width: 18px;
  background: var(--brown);
}

.market-line-left::before,
.market-line-right::after {
  display: none;
}

.market-line svg {
  width: 17px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.market-line-right svg {
  order: 2;
  transform: scaleX(-1);
}

.banner-illustration {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-items: center;
  height: 100%;
  margin: 0 -18px 0 -14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-illustration img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 112px;
  object-fit: cover;
  object-position: center;
  opacity: 0.98;
}

.launch-note {
  position: relative;
  z-index: 2;
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  align-items: center;
  justify-self: end;
  gap: 11px;
  min-width: 214px;
  margin-right: 16px;
  padding: 8px 18px 8px 8px;
  border-radius: 999px;
  color: var(--green-dark);
  background: linear-gradient(135deg, rgba(225, 242, 198, 0.97), rgba(243, 248, 230, 0.8));
  line-height: 1;
  box-shadow:
    0 14px 32px rgba(72, 105, 52, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.launch-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(70, 105, 48, 0.08);
}

.launch-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
  width: 94px;
}

.launch-kicker {
  color: var(--green-strong);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.launch-title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.launch-kicker,
.launch-title {
  display: block;
}

.launch-note svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--green-strong);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

main {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(400px, 1fr);
  align-items: start;
  gap: clamp(24px, 3vw, 46px);
  min-height: 800px;
  margin-top: 0;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: 86px 0 42px;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--green-ink);
  font-size: clamp(44px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.title-accent {
  color: #347a2e;
}

.title-accent em {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 0.08em 0.03em;
  color: #4f963f;
  font-style: normal;
  text-shadow: 0 10px 30px rgba(79, 150, 63, 0.1);
}

.title-accent em::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.08em;
  right: -0.08em;
  bottom: 0.05em;
  height: 0.28em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(164, 211, 73, 0.3), rgba(164, 211, 73, 0.08));
  transform: rotate(-1.5deg);
}

.title-accent em::after {
  content: "";
  position: absolute;
  left: 0.04em;
  right: 0.04em;
  bottom: -0.1em;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, #8bc53d, rgba(91, 152, 58, 0.14));
  transform: rotate(-1.5deg);
  transform-origin: left center;
}

.hero-text {
  max-width: 460px;
  margin: 34px 0 30px;
  color: #5c625b;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 450;
}

.proof-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 52px;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 750;
}

.proof-list svg,
.benefit-grid svg,
.step-list svg,
.privacy-note svg,
.mail-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-list svg {
  width: 30px;
  height: 30px;
}

.waitlist-card {
  max-width: 468px;
  padding: 26px 24px 22px;
  border-radius: var(--radius-lg);
  background: rgba(247, 245, 235, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.waitlist-card h2,
.bottom-signup h2,
.benefits h2,
.how-it-works h2 {
  margin: 0;
  color: var(--green-ink);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 760;
}

.waitlist-card > p {
  margin: 15px 0 20px;
  color: #525a50;
  font-size: 15px;
  line-height: 1.65;
}

.email-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  gap: 0;
  position: relative;
}

.email-form input {
  min-width: 0;
  height: 52px;
  border: 1px solid rgba(216, 223, 204, 0.6);
  border-right: 0;
  border-radius: 13px 0 0 13px;
  padding: 0 17px;
  color: var(--text);
  background: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

.email-form input:focus {
  border-color: rgba(87, 150, 63, 0.55);
  box-shadow: inset 0 0 0 1px rgba(87, 150, 63, 0.16);
}

.email-form button {
  height: 52px;
  border: 0;
  border-radius: 0 13px 13px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #79b939);
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.email-form button:hover {
  filter: brightness(0.97);
}

.email-form button:disabled {
  cursor: wait;
  filter: saturate(0.84) brightness(1.02);
}

.email-form button:active {
  transform: translateY(1px);
}

.email-form.is-success button,
.email-form.compact.is-success button {
  background: #3f7f33;
}

.email-form.is-error input {
  border-color: rgba(196, 58, 49, 0.54);
}

.form-message {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(87, 150, 63, 0.18);
  border-radius: 12px;
  color: var(--green-dark);
  background: rgba(239, 248, 225, 0.76);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-3px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.form-message:not(:empty) {
  opacity: 1;
  transform: translateY(0);
}

.email-form.is-error .form-message {
  border-color: rgba(196, 58, 49, 0.24);
  color: #a5362e;
  background: rgba(255, 242, 239, 0.88);
}

.email-form.is-loading .form-message {
  color: #596151;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0 0;
  color: #757d70;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.privacy-note svg {
  width: 14px;
  height: 14px;
}

.hero-visual {
  position: relative;
  min-height: 790px;
  isolation: isolate;
}

.landscape-card {
  position: absolute;
  z-index: 0;
  top: 78px;
  right: calc(-1 * max(36px, (100vw - var(--content)) / 2 + 8px));
  width: min(710px, 64vw);
  height: 620px;
  overflow: hidden;
  border-radius: 0 0 0 118px;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 29%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 29%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
  mask-composite: intersect;
}

.landscape-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.64) 24%, rgba(255, 253, 248, 0.02) 54%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.74) 0%, rgba(255, 253, 248, 0.1) 36%, rgba(255, 253, 248, 0.86) 100%);
}

.landscape-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(1.06) brightness(1.04);
}

.produce-crate {
  display: none;
}

.produce-crate::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 28px;
  height: 16px;
  border-radius: 20px;
  background: rgba(83, 45, 16, 0.45);
}

.veg {
  position: absolute;
  display: block;
}

.carrot {
  right: 46px;
  top: -34px;
  width: 36px;
  height: 112px;
  border-radius: 26px 26px 12px 12px;
  background: linear-gradient(180deg, #f38a36, #d46a22);
  transform: rotate(24deg);
}

.carrot::before,
.leaf-a::before,
.leaf-b::before {
  content: "";
  position: absolute;
  border-radius: 50% 0 50% 0;
  background: #5e9b47;
}

.carrot::before {
  top: -26px;
  left: -8px;
  width: 46px;
  height: 28px;
  transform: rotate(-34deg);
}

.tomato {
  left: 55px;
  top: -20px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, #ff7a5d, #cb3b28 70%);
}

.tomato::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 28px;
  width: 24px;
  height: 24px;
  background: #5b9d3e;
  clip-path: polygon(50% 0, 64% 38%, 100% 28%, 70% 58%, 86% 100%, 50% 72%, 14% 100%, 30% 58%, 0 28%, 36% 38%);
}

.potato {
  left: 134px;
  top: 8px;
  width: 76px;
  height: 64px;
  border-radius: 46% 54% 43% 57%;
  background: radial-gradient(circle at 38% 30%, #e9d09b, #bd8b48 72%);
}

.leaf-a {
  left: 16px;
  top: -38px;
  width: 96px;
  height: 54px;
  border-radius: 50% 0 50% 0;
  background: #73a95a;
  transform: rotate(-18deg);
}

.leaf-b {
  right: 10px;
  top: -28px;
  width: 86px;
  height: 50px;
  border-radius: 50% 0 50% 0;
  background: #82b85f;
  transform: rotate(28deg);
}

.phone {
  position: relative;
  z-index: 2;
  background: #050703;
  border: 8px solid #10130d;
  border-radius: 48px;
  box-shadow:
    0 32px 62px rgba(20, 24, 15, 0.22),
    0 6px 0 rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.phone::before,
.phone::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 4px;
  border-radius: 8px;
  background: #1c2118;
}

.phone::before {
  left: -11px;
  top: 138px;
  height: 74px;
}

.phone::after {
  right: -11px;
  top: 190px;
  height: 96px;
}

.phone-home {
  width: min(386px, 84vw);
  aspect-ratio: 1206 / 2622;
  height: auto;
  margin: 42px auto 0;
}

.phone-detail {
  width: min(290px, 72vw);
  aspect-ratio: 1206 / 2622;
  height: auto;
}

.phone-speaker {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 50%;
  width: 126px;
  height: 34px;
  border-radius: 22px;
  transform: translateX(-50%);
  background: #000;
}

.phone-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 38px;
  background: #f6f9ed;
}

.home-screen {
  padding: 20px 18px 0;
  color: #20351b;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 26px;
  color: #111;
  font-size: 13px;
  font-weight: 850;
}

.location-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 4px;
}

.location-row strong,
.location-row span {
  display: block;
}

.location-row strong {
  font-size: 13px;
  font-weight: 900;
}

.location-row span {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(32, 53, 27, 0.7);
}

.avatar-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 58% 38%, #f2d2a5 0 18%, transparent 19%),
    radial-gradient(circle at 52% 62%, #233422 0 30%, transparent 31%),
    #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.52);
}

.category-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 13px;
}

.category-row article {
  min-height: 86px;
  padding: 8px 7px;
  border: 1px solid #dce6c9;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 18px rgba(44, 60, 32, 0.07);
}

.category-row article.active {
  background: #eff7db;
  border-color: rgba(147, 200, 62, 0.62);
}

.category-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.category-row span {
  color: #fff;
  min-width: 78px;
  padding: 4px 7px;
  border-radius: 8px;
  background: #645849;
  text-align: center;
  font-size: 10px;
  font-weight: 850;
}

.category-row .active span {
  background: var(--green-strong);
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px;
  border-radius: 14px;
  background: var(--green);
}

.tabs button {
  height: 34px;
  border: 0;
  border-radius: 10px;
  color: #15320f;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.farm-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 13px;
}

.farm-cards article {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(44, 60, 32, 0.08);
}

.farm-cards img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.farm-cards strong,
.farm-cards span {
  display: block;
  padding-inline: 10px;
}

.farm-cards strong {
  padding-top: 8px;
  color: #111;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.farm-cards span {
  padding-bottom: 8px;
  color: #7d8576;
  font-size: 10px;
  font-weight: 750;
}

.map-area {
  position: relative;
  height: 236px;
  margin: 0 -18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 34%, rgba(147, 200, 62, 0.24), transparent 24%),
    linear-gradient(58deg, transparent 0 24%, rgba(255, 255, 255, 0.82) 25% 32%, transparent 33%),
    linear-gradient(145deg, #d7e9ca, #e8eddd 50%, #cfe3c5);
}

.map-area::before,
.map-area::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}

.map-area::before {
  top: 92px;
  left: -38px;
  width: 310px;
  height: 34px;
  transform: rotate(-20deg);
}

.map-area::after {
  bottom: 38px;
  right: -36px;
  width: 270px;
  height: 30px;
  transform: rotate(20deg);
}

.map-toggle {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 20px;
  right: 20px;
  height: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr 48px;
  align-items: center;
  gap: 7px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(44, 60, 32, 0.1);
}

.map-toggle button,
.map-toggle span {
  height: 40px;
  border: 0;
  border-radius: 13px;
  color: #21351b;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-toggle button.active {
  background: var(--green);
}

.map-toggle span {
  display: grid;
  place-items: center;
  background: #f4f6ed;
  font-size: 22px;
}

.map-pin {
  position: absolute;
  z-index: 4;
  width: 39px;
  height: 39px;
}

.pin-one {
  top: 103px;
  left: 118px;
}

.pin-two {
  top: 138px;
  left: 190px;
}

.pin-three {
  bottom: 36px;
  right: 116px;
}

.phone-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: #a0a89a;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.phone-nav span:first-child {
  color: var(--green-strong);
}

.image-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.benefits {
  margin: 26px 8px 74px;
  padding: 40px 48px 46px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.benefits h2 {
  text-align: center;
  margin-bottom: 34px;
}

.benefits h2 span {
  color: var(--green-strong);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
  min-width: 0;
  padding: 0 28px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.benefit-grid article:first-child {
  border-left: 0;
}

.benefit-grid svg {
  width: 48px;
  height: 48px;
  color: var(--green-dark);
  margin: 0 auto 18px;
}

.benefit-grid h3 {
  margin: 0 0 11px;
  color: var(--green-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 760;
}

.benefit-grid p {
  margin: 0;
  color: #5f665d;
  font-size: 14px;
  line-height: 1.7;
}

.how-it-works {
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(0, 570px);
  align-items: center;
  justify-content: center;
  gap: clamp(46px, 7vw, 88px);
  margin-bottom: 76px;
}

.detail-phone-wrap {
  display: flex;
  justify-content: center;
}

.steps-copy h2 {
  margin-bottom: 30px;
}

.step-list {
  display: grid;
  gap: 24px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.step-list svg {
  width: 40px;
  height: 40px;
  color: var(--green-strong);
  margin-top: 3px;
}

.step-list h3 {
  margin: 0 0 7px;
  color: var(--green-ink);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 780;
}

.step-list p {
  margin: 0;
  color: #5f665d;
  font-size: 16px;
  line-height: 1.6;
}

.store-strip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 22px;
  border-radius: 14px;
  background: #f0eee8;
  color: #302f2a;
  font-size: 15px;
  font-weight: 720;
}

.store-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-weight: 850;
}

.store-strip svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.store-strip .google-play-icon {
  width: 22px;
  height: 22px;
  fill: none;
}

.google-play-icon .play-green {
  fill: #34a853;
}

.google-play-icon .play-blue {
  fill: #4285f4;
}

.google-play-icon .play-yellow {
  fill: #fbbc04;
}

.google-play-icon .play-red {
  fill: #ea4335;
}

.bottom-signup {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
  gap: 26px;
  margin-bottom: 54px;
  padding: 28px 54px;
  border-radius: 16px;
  background: linear-gradient(110deg, #c7df86, #a6cc56 55%, #d8e7a8);
  box-shadow: 0 20px 50px rgba(82, 112, 38, 0.14);
}

.mail-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(36, 72, 31, 0.75);
  border-radius: 22px;
  color: var(--green-dark);
}

.mail-icon svg {
  width: 48px;
  height: 48px;
}

.bottom-signup p {
  margin: 10px 0 0;
  color: #4c5e40;
  font-size: 16px;
  line-height: 1.55;
}

.email-form.compact {
  grid-template-columns: minmax(0, 1fr) 170px;
}

.email-form.compact input {
  height: 58px;
  border-radius: 16px 0 0 16px;
  border-color: rgba(255, 255, 255, 0.66);
}

.email-form.compact button {
  height: 58px;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, #3b6f30, #28561f);
}

.site-footer {
  position: relative;
  min-height: max(290px, calc(40vw - 100px));
  padding: clamp(96px, calc(15vw - 78px), 200px) 24px 26px;
  overflow: hidden;
  text-align: center;
  color: #6b7267;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: max(180px, calc(40vw - 100px));
  background: linear-gradient(180deg, rgba(235, 242, 220, 0), rgba(239, 245, 225, 0.58) 48%, rgba(224, 234, 208, 0.9));
}

.socials,
.footer-links,
.site-footer > p {
  position: relative;
  z-index: 2;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 44px;
}

.socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-strong);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.socials svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 650;
}

.site-footer > p {
  margin: 0;
  font-size: 13px;
}

.footer-landscape {
  position: absolute;
  inset: auto 0 -100px;
  height: calc(40vw + 100px);
  background-image: url("./assets/footer-background.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  opacity: 0.98;
  pointer-events: none;
}

.footer-landscape span {
  display: none;
}

.hill {
  position: absolute;
  bottom: -58px;
  width: 66vw;
  height: 150px;
  border-radius: 50% 50% 0 0;
  opacity: 0.75;
}

.hill-one {
  left: -8vw;
  background:
    repeating-linear-gradient(12deg, rgba(143, 162, 119, 0.11) 0 10px, transparent 10px 20px),
    #d9e5c9;
}

.hill-two {
  right: -12vw;
  bottom: -48px;
  background:
    repeating-linear-gradient(-16deg, rgba(143, 162, 119, 0.1) 0 10px, transparent 10px 21px),
    #d4e1c1;
}

.barn {
  position: absolute;
  left: 14vw;
  bottom: 28px;
  width: 88px;
  height: 54px;
  border-radius: 10px 10px 0 0;
  background: #c9d6bb;
  opacity: 0.7;
}

.barn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 28px;
  height: 56px;
  border-radius: 16px 16px 0 0;
  transform: translateX(-50%);
  background: #bdc9ad;
}

.windmill {
  position: absolute;
  right: 16vw;
  bottom: 35px;
  width: 34px;
  height: 74px;
  border-left: 5px solid #bcc9ad;
  border-right: 5px solid #bcc9ad;
  opacity: 0.8;
}

.windmill::before,
.windmill::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 92px;
  height: 4px;
  transform-origin: center;
  background: #bcc9ad;
}

.windmill::before {
  transform: translateX(-50%) rotate(45deg);
}

.windmill::after {
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 1080px) {
  :root {
    --content: 930px;
  }

  .site-header {
    width: min(var(--content), calc(100% - 48px));
  }

  .header-banner {
    min-height: 104px;
    grid-template-columns: 102px minmax(118px, 140px) minmax(240px, 1fr) minmax(162px, 190px);
    gap: 12px;
  }

  .header-accent svg {
    width: 44px;
    height: 44px;
    transform: translateX(-8px);
  }

  .header-accent::after {
    right: -82px;
    width: 90px;
    box-shadow: -12px 0 0 rgba(230, 241, 211, 0.86);
  }

  .brand img {
    width: clamp(98px, 12.2vw, 116px);
  }

  .market-word {
    gap: 6px;
    font-size: clamp(9px, 1.18vw, 11px);
    letter-spacing: 0.26em;
  }

  .market-line {
    width: 28px;
  }

  .market-line svg {
    width: 14px;
    height: 10px;
  }

  .banner-illustration {
    margin: 0 -14px 0 -12px;
  }

  .banner-illustration img {
    height: 104px;
  }

  .launch-note {
    grid-template-columns: 36px minmax(0, auto);
    gap: 8px;
    min-width: 174px;
    margin-right: 10px;
    padding: 7px 14px 7px 7px;
  }

  .launch-icon {
    width: 36px;
    height: 36px;
  }

  .launch-note svg {
    width: 18px;
    height: 18px;
  }

  .launch-copy {
    width: 82px;
  }

  .launch-kicker {
    font-size: 7px;
    letter-spacing: 0.18em;
  }

  .launch-title {
    font-size: 13.5px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 28px;
    margin-top: 0;
  }

  .hero-copy {
    max-width: 620px;
    padding: 52px 0 10px;
  }

  .hero-text,
  .waitlist-card {
    max-width: 560px;
  }

  .hero-visual {
    min-height: 790px;
  }

  .phone-home {
    margin-left: 16%;
  }

  .landscape-card {
    top: 16px;
    right: -24px;
    width: 58vw;
    min-width: 420px;
    height: 640px;
  }

  .produce-crate {
    right: -34px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0;
  }

  .benefit-grid article:nth-child(odd) {
    border-left: 0;
  }

  .how-it-works {
    grid-template-columns: minmax(0, 1fr);
  }

  .steps-copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .bottom-signup {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .bottom-signup .email-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at 92% 4%, rgba(147, 200, 62, 0.14), transparent 18rem),
      #fffefa;
  }

  .site-header {
    width: min(100% - 32px, var(--content));
    padding: 16px 0 12px;
  }

  .header-banner {
    min-height: 72px;
    grid-template-columns: 50px minmax(86px, 1fr) auto;
    gap: 8px;
    border-radius: 16px;
  }

  .header-accent {
    z-index: 2;
  }

  .header-accent::after {
    display: none;
  }

  .header-accent svg {
    width: 27px;
    height: 27px;
    transform: none;
  }

  .brand-cluster,
  .launch-note {
    position: relative;
    z-index: 2;
  }

  .brand-cluster {
    gap: 5px;
  }

  .brand img {
    width: 84px;
  }

  .market-word {
    gap: 4px;
    font-size: 6.4px;
    letter-spacing: 0.2em;
  }

  .market-line {
    width: 21px;
    gap: 2px;
  }

  .market-line::before,
  .market-line::after {
    min-width: 8px;
  }

  .market-line svg {
    width: 10px;
    height: 7px;
    stroke-width: 2;
  }

  .banner-illustration {
    display: none;
  }

  .launch-note {
    grid-template-columns: 28px minmax(0, auto);
    justify-self: end;
    gap: 8px;
    min-width: 0;
    margin-right: 8px;
    padding: 7px 10px 7px 7px;
  }

  .launch-icon {
    width: 28px;
    height: 28px;
  }

  .launch-note svg {
    width: 17px;
    height: 17px;
  }

  .launch-copy {
    width: 68px;
    gap: 3px;
  }

  .launch-kicker {
    font-size: 5.9px;
    letter-spacing: 0.15em;
  }

  .launch-title {
    font-size: 11.5px;
  }

  main {
    width: min(100% - 32px, var(--content));
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy {
    padding: 30px 0 10px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .hero-text {
    margin: 22px 0 24px;
    font-size: 16px;
    line-height: 1.62;
  }

  .proof-list {
    gap: 16px;
    margin-bottom: 30px;
  }

  .proof-list li {
    font-size: 14px;
  }

  .proof-list svg {
    width: 25px;
    height: 25px;
  }

  .waitlist-card {
    padding: 22px 18px 18px;
  }

  .waitlist-card h2,
  .bottom-signup h2,
  .benefits h2,
  .how-it-works h2 {
    font-size: 24px;
  }

  .email-form,
  .email-form.compact {
    grid-template-columns: 1fr;
  }

  .email-form input,
  .email-form.compact input {
    border-right: 1px solid rgba(216, 223, 204, 0.6);
    border-radius: 13px;
  }

  .email-form button,
  .email-form.compact button {
    margin-top: 10px;
    border-radius: 13px;
  }

  .hero-visual {
    min-height: 700px;
    width: 100%;
    overflow: hidden;
  }

  .phone-home {
    width: min(350px, 92vw);
    aspect-ratio: 1206 / 2622;
    height: auto;
    margin: 0 auto;
    border-radius: 42px;
  }

  .phone-home .phone-screen {
    border-radius: 32px;
  }

  .home-screen {
    padding: 18px 14px 0;
  }

  .phone-speaker {
    width: 104px;
    height: 28px;
  }

  .category-row {
    gap: 7px;
  }

  .category-row article {
    min-height: 74px;
    border-radius: 14px;
  }

  .category-row img {
    width: 38px;
    height: 38px;
  }

  .category-row span {
    min-width: 0;
    width: 100%;
    font-size: 9px;
  }

  .farm-cards img {
    height: 58px;
  }

  .map-area {
    height: 198px;
  }

  .landscape-card {
    top: 58px;
    right: -80px;
    width: 330px;
    min-width: 0;
    height: 410px;
    opacity: 0.75;
    border-radius: 80px 0 0 80px;
  }

  .produce-crate {
    right: -72px;
    bottom: 62px;
    width: 190px;
    height: 126px;
    opacity: 0.85;
  }

  .benefits {
    margin: 22px 0 56px;
    padding: 28px 22px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefit-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 10px 0;
  }

  .benefit-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .how-it-works {
    gap: 34px;
    margin-bottom: 54px;
  }

  .phone-detail {
    width: min(282px, 74vw);
    aspect-ratio: 1206 / 2622;
    height: auto;
  }

  .step-list {
    gap: 21px;
  }

  .step-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 16px;
  }

  .step-list svg {
    width: 33px;
    height: 33px;
  }

  .step-list p {
    font-size: 15px;
  }

  .store-strip {
    width: 100%;
    justify-content: center;
    gap: 13px;
    text-align: center;
  }

  .bottom-signup {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
    padding: 24px 20px;
    text-align: center;
  }

  .mail-icon {
    margin: 0 auto;
  }

  .socials {
    margin-bottom: 46px;
  }

  .footer-links {
    gap: 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .site-header {
    width: calc(100% - 24px);
    padding-top: 12px;
  }

  .header-banner {
    min-height: 68px;
    grid-template-columns: 44px minmax(78px, 88px) auto;
    gap: 8px;
    border-radius: 14px;
  }

  .header-accent svg {
    width: 24px;
    height: 24px;
  }

  .brand img {
    width: 76px;
  }

  .market-word {
    gap: 4px;
    font-size: 5.6px;
    letter-spacing: 0.18em;
  }

  .market-line {
    width: 18px;
  }

  .market-line svg {
    width: 9px;
    height: 6px;
  }

  .launch-note {
    grid-template-columns: 24px minmax(0, auto);
    gap: 5px;
    margin-right: 6px;
    padding: 6px 8px 6px 6px;
  }

  .launch-icon {
    width: 24px;
    height: 24px;
  }

  .launch-note svg {
    width: 13px;
    height: 13px;
  }

  .launch-copy {
    width: 58px;
    gap: 2px;
  }

  .launch-kicker {
    font-size: 5.4px;
    letter-spacing: 0.14em;
  }

  .launch-title {
    font-size: 10.2px;
  }

  main {
    width: calc(100% - 24px);
  }

  .hero h1 {
    font-size: 37px;
  }

  .phone-home {
    width: min(326px, 94vw);
    aspect-ratio: 1206 / 2622;
    height: auto;
  }

  .location-row strong {
    font-size: 12px;
  }

  .category-row span,
  .map-toggle button {
    font-size: 8px;
  }

  .farm-cards strong {
    font-size: 10px;
  }

  .phone-nav {
    height: 54px;
  }

  .map-area {
    height: 178px;
  }
}

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