:root {
  --ink: #173e2c;
  --ink-deep: #0f2d21;
  --green: #2f7d55;
  --green-light: #dff1c8;
  --lime: #cce97e;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --orange: #ee7a37;
  --muted: #66736b;
  --line: #dfe5de;
  --shadow: 0 18px 60px rgba(19, 57, 41, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-deep); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }
.site-header { width: min(1180px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand { display: inline-flex; gap: 10px; align-items: center; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); }
.brand-mark svg { width: 26px; fill: var(--lime); }
.brand-mark path:last-child { fill: none; stroke: var(--paper); stroke-width: 2.2; stroke-linecap: round; }
.brand-accent { color: var(--green); }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--green); }
.button { appearance: none; border: 0; border-radius: 13px; padding: 15px 21px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(238, 122, 55, .24); }
.button-primary:hover { background: #de692a; box-shadow: 0 15px 32px rgba(238, 122, 55, .32); }
.button-dark { color: #fff; background: var(--ink); }
.button-small { padding: 11px 17px; border-radius: 10px; }
.button-cream { background: var(--lime); color: var(--ink-deep); }
.button-full { width: 100%; }

.hero { min-height: 680px; padding: 86px max(24px, calc((100vw - 1180px) / 2)) 82px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; background: radial-gradient(circle at 73% 25%, rgba(204, 233, 126, .43), transparent 28%), linear-gradient(110deg, #f7f2e7 0%, #fbf7ef 57%, #edf4df 100%); position: relative; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 34px; background: var(--paper); clip-path: polygon(0 68%, 100% 0, 100% 100%, 0 100%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; color: var(--green); background: rgba(255,255,255,.7); border: 1px solid rgba(47,125,85,.16); border-radius: 100px; font-weight: 800; font-size: 12px; letter-spacing: .6px; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(47,125,85,.11); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { margin: 24px 0 24px; max-width: 660px; font-size: clamp(56px, 6.2vw, 88px); line-height: .96; letter-spacing: -5px; color: var(--ink-deep); }
h1 span { color: var(--green); }
.hero-lede { max-width: 570px; margin: 0 0 32px; color: #58675d; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.text-link { font-weight: 800; border-bottom: 1px solid rgba(23,62,44,.25); padding: 8px 0; }
.trust-row { display: flex; gap: 0; margin-top: 55px; }
.trust-row > div { min-width: 142px; padding-right: 27px; margin-right: 27px; border-right: 1px solid rgba(23,62,44,.15); }
.trust-row > div:last-child { border: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font: 800 14px "Manrope", sans-serif; }
.trust-row span { color: var(--muted); font-size: 11px; margin-top: 5px; }

.hero-visual { height: 500px; position: relative; }
.sun-disc { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: linear-gradient(145deg, #d9ef9a, #c2e174); right: 20px; top: 15px; }
.route-line { position: absolute; z-index: 1; border: 1px dashed rgba(23,62,44,.28); border-radius: 50%; transform: rotate(-18deg); }
.route-one { width: 520px; height: 280px; top: 98px; right: -30px; }
.route-two { width: 360px; height: 480px; top: -20px; right: 70px; }
.activity-card { position: absolute; z-index: 2; background: rgba(255,255,255,.93); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(8px); }
.main-card { width: 320px; right: 68px; top: 65px; border-radius: 24px; padding: 21px; transform: rotate(2deg); }
.card-topline { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.live-dot { color: var(--green); }
.live-dot::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 5px; background: var(--green); border-radius: 50%; }
.produce-illustration { height: 235px; margin: 17px 0; border-radius: 17px; overflow: hidden; background: linear-gradient(160deg, #1e573c, #79a45f); position: relative; }
.produce-illustration::before { content: ""; position: absolute; inset: 56% -10% -30%; border-radius: 50% 50% 0 0; background: #bed875; box-shadow: 0 -30px 0 rgba(222,237,155,.32); }
.produce { position: absolute; z-index: 2; filter: drop-shadow(0 10px 7px rgba(0,0,0,.18)); }
.produce-1 { font-size: 92px; left: 34px; bottom: 24px; transform: rotate(-14deg); }
.produce-2 { font-size: 82px; right: 42px; bottom: 33px; }
.produce-3 { font-size: 56px; right: 8px; top: 24px; transform: rotate(18deg); }
.listing-mini { display: flex; align-items: center; justify-content: space-between; }
.listing-mini strong, .listing-mini span { display: block; }
.listing-mini strong { font-size: 14px; }
.listing-mini span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.listing-mini .mini-arrow { width: 35px; height: 35px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 50%; font-size: 17px; }
.float-card { position: absolute; z-index: 3; padding: 14px 16px; display: flex; align-items: center; gap: 11px; min-width: 178px; border: 1px solid rgba(23,62,44,.08); background: #fff; border-radius: 15px; box-shadow: 0 15px 35px rgba(19,57,41,.13); }
.float-card b, .float-card small { display: block; }
.float-card b { font-size: 12px; }
.float-card small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--orange); border-radius: 10px; }
.float-buyer { left: -12px; top: 172px; }
.float-truck { right: -22px; bottom: 38px; }
.float-truck .float-icon { background: var(--green); }
.location-pill { position: absolute; z-index: 3; padding: 8px 11px; font-size: 10px; font-weight: 800; background: rgba(255,255,255,.85); border-radius: 100px; box-shadow: 0 8px 20px rgba(19,57,41,.09); }
.location-pill span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--orange); }
.pill-one { right: 8px; top: 52px; }
.pill-two { left: 52px; bottom: 26px; }

.market-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 120px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .how-copy h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 57px); line-height: 1.06; letter-spacing: -2.7px; }
.section-heading > p { color: var(--muted); line-height: 1.7; margin: 0 0 7px; }
.section-kicker { margin: 0 0 15px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.market-controls { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 50px 0 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.area-tabs { display: flex; gap: 7px; flex-wrap: wrap; }
.area-tab { border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 100px; padding: 10px 16px; font-weight: 700; font-size: 13px; }
.area-tab.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.filter-actions { display: flex; gap: 8px; }
.search-box { width: 240px; height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.search-box svg { width: 17px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.role-select-wrap select { height: 42px; min-width: 156px; border: 1px solid var(--line); color: var(--ink); background: #fff; border-radius: 11px; padding: 0 13px; font-size: 12px; font-weight: 700; }
.results-summary { min-height: 38px; display: flex; align-items: center; justify-content: space-between; margin: 18px 0 16px; }
.results-summary p { color: var(--muted); font-size: 13px; margin: 0; }
.results-summary strong { color: var(--ink); }
.activity-button { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--green); font-weight: 800; font-size: 12px; }
.activity-button b { min-width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 10px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.listing-card { min-height: 320px; padding: 22px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.listing-card:hover { transform: translateY(-4px); border-color: #c7d8c9; box-shadow: 0 18px 45px rgba(19,57,41,.1); }
.listing-top { display: flex; justify-content: space-between; align-items: start; }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 15px; font: 800 16px "Manrope", sans-serif; background: var(--green); }
.avatar.buyer { background: var(--orange); }
.avatar.logistics { color: var(--ink); background: var(--lime); }
.role-badge { padding: 6px 9px; color: var(--green); background: #edf7e6; border-radius: 100px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.role-badge.buyer { color: #ac4b19; background: #fff0e7; }
.role-badge.logistics { color: #526e13; background: #f1f9d7; }
.listing-card h3 { margin: 19px 0 5px; font-size: 18px; letter-spacing: -.5px; }
.location { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 700; }
.location::before { content: ""; width: 7px; height: 7px; border: 2px solid var(--orange); border-radius: 50%; }
.listing-headline { margin: 23px 0 7px; font-weight: 800; line-height: 1.3; }
.listing-details { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.6; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.listing-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.demo-label { color: #8a948e; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.contact-button { border: 0; color: var(--ink); background: transparent; font-weight: 800; font-size: 12px; }
.contact-button:hover { color: var(--orange); }
.empty-state { padding: 55px; text-align: center; border: 1px dashed #c9d4ca; border-radius: 18px; background: #fbfcf8; }
.empty-state > span { font-size: 36px; color: var(--green); }
.empty-state h3 { margin: 13px 0 8px; }
.empty-state p { color: var(--muted); margin: 0 auto 22px; }

.how-section { padding: 100px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; color: #fff; background: var(--ink-deep); position: relative; overflow: hidden; }
.how-section::before { content: ""; position: absolute; width: 420px; height: 420px; left: -200px; bottom: -290px; border-radius: 50%; border: 80px solid rgba(204,233,126,.06); }
.how-copy { position: relative; z-index: 1; }
.section-kicker.light { color: var(--lime); }
.how-copy p:not(.section-kicker) { color: rgba(255,255,255,.65); line-height: 1.7; }
.how-copy .button { margin-top: 15px; }
.steps { position: relative; z-index: 1; }
.steps article { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps article:first-child { padding-top: 0; }
.steps article:last-child { border: 0; }
.steps article > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--lime); border: 1px solid rgba(204,233,126,.35); border-radius: 50%; font-size: 11px; font-weight: 800; }
.steps h3 { margin: 2px 0 8px; font-size: 17px; }
.steps p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.6; }
footer { min-height: 110px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #f2eedf; }
footer p, .footer-note { color: var(--muted); font-size: 11px; }

.modal, .activity-drawer { width: 100%; max-width: none; height: 100%; max-height: none; padding: 20px; border: 0; background: transparent; }
.modal::backdrop, .activity-drawer::backdrop { background: rgba(8,28,20,.65); backdrop-filter: blur(5px); }
.modal[open] { display: grid; place-items: center; }
.modal-shell { width: min(720px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; position: relative; background: var(--paper); border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.3); animation: modal-in .25s ease-out; }
.modal-small { width: min(520px, 100%); }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.985); } }
.icon-button { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font-size: 23px; line-height: 1; }
.close-modal, .close-inquiry { position: absolute; top: 20px; right: 20px; }
.free-badge { display: inline-block; padding: 6px 10px; color: #346515; background: var(--green-light); border-radius: 100px; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.private-badge { color: #955021; background: #fff0e7; }
.modal-intro h2, .inquiry-modal h2 { margin: 13px 45px 7px 0; font-size: 28px; letter-spacing: -1.2px; }
.modal-intro p, .inquiry-context { color: var(--muted); margin: 0 0 24px; font-size: 13px; }
.role-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0 0 23px; padding: 0; border: 0; }
.role-picker legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.role-picker input { position: absolute; opacity: 0; pointer-events: none; }
.role-picker label > span { height: 80px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: 1fr 1fr; align-items: end; column-gap: 5px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.role-picker b { grid-row: 1 / 3; align-self: center; font-size: 21px; }
.role-picker strong { align-self: end; font-size: 12px; }
.role-picker small { align-self: start; color: var(--muted); font-size: 9px; }
.role-picker input:checked + span { border-color: var(--green); background: #eff8e8; box-shadow: inset 0 0 0 1px var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.field-wide { grid-column: 1 / -1; }
.field > span { font-size: 11px; font-weight: 800; }
.field em, .consent em { color: var(--orange); font-style: normal; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); outline: none; border-radius: 10px; color: var(--ink-deep); background: #fff; padding: 11px 12px; font-size: 12px; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 80px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,125,85,.1); }
.field > small { position: absolute; right: 10px; bottom: 8px; color: #9aa39e; font-size: 9px; }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 17px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--green); }
.form-note { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: 9px; }
.inquiry-modal form { display: grid; gap: 14px; }

.activity-drawer { display: none; padding: 0; }
.activity-drawer[open] { display: flex; justify-content: flex-end; }
.drawer-shell { width: min(460px, 100%); height: 100%; padding: 30px; overflow-y: auto; background: var(--paper); box-shadow: -30px 0 70px rgba(0,0,0,.23); animation: drawer-in .25s ease-out; }
@keyframes drawer-in { from { transform: translateX(100%); } }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 30px; }
.activity-empty { padding: 70px 20px; text-align: center; color: var(--muted); }
.activity-empty span { font-size: 38px; }
.activity-empty h3 { margin: 16px 0 6px; color: var(--ink); }
.activity-empty p { font-size: 12px; line-height: 1.6; }
.activity-group { margin-top: 27px; }
.activity-group h3 { margin-bottom: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.activity-item { padding: 15px; margin-bottom: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.activity-item strong, .activity-item span { display: block; }
.activity-item strong { font-size: 12px; }
.activity-item span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.activity-item p { margin: 9px 0 0; font-size: 11px; line-height: 1.5; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; min-width: 290px; display: flex; align-items: center; gap: 11px; padding: 14px 18px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); color: #fff; background: var(--ink-deep); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.25); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast span { width: 23px; height: 23px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.toast p { margin: 0; font-size: 12px; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 960px) {
  nav a { display: none; }
  .hero { min-height: auto; padding-top: 60px; grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(570px, 100%); margin: 0 auto; }
  .section-heading, .how-section { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 600px; }
  .listing-grid { grid-template-columns: repeat(2, 1fr); }
  footer { gap: 20px; flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 28px, 1180px); height: 72px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 32px; height: 32px; }
  nav { gap: 10px; }
  .hero { padding: 46px 20px 70px; }
  h1 { font-size: 53px; letter-spacing: -3.3px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 11px; }
  .trust-row { margin-top: 38px; }
  .trust-row > div { min-width: 0; flex: 1; padding-right: 11px; margin-right: 11px; }
  .trust-row span { font-size: 9px; }
  .hero-visual { height: 410px; transform: scale(.88); margin-top: -15px; margin-bottom: -22px; }
  .sun-disc { width: 340px; height: 340px; right: 0; }
  .main-card { right: 34px; }
  .float-buyer { left: -20px; }
  .float-truck { right: -24px; }
  .market-section { width: calc(100% - 32px); padding: 85px 0; }
  .section-heading h2, .how-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .market-controls { align-items: stretch; flex-direction: column; }
  .filter-actions { width: 100%; }
  .search-box { flex: 1; width: auto; }
  .role-select-wrap select { min-width: 130px; }
  .listing-grid { grid-template-columns: 1fr; }
  .how-section { padding: 80px 22px; }
  footer { justify-content: center; text-align: center; }
  footer p { width: 100%; order: 3; }
  .modal { padding: 0; }
  .modal-shell { max-height: 100vh; min-height: 100vh; padding: 28px 20px; border-radius: 0; }
  .role-picker { grid-template-columns: 1fr; }
  .role-picker label > span { height: 58px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}

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