:root {
  --green: #2f5e3b;
  --green-dark: #1f3f29;
  --green-soft: #6f9174;
  --green-pale: #e7efe6;
  --cream: #f7f3e9;
  --cream-light: #fffdf8;
  --text: #243028;
  --muted: #667068;
  --white: #ffffff;
  --border: rgba(47, 94, 59, 0.16);
  --shadow: 0 24px 70px rgba(31, 63, 41, 0.12);
  --radius: 26px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

section[id] {
  scroll-margin-top: 68px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
}
img:not(.leaflet-tile) {
  display: block;
  max-width: 100%;
}
a { color: inherit; }
.container { width: min(1160px, 92%); margin-inline: auto; }
.section-pad { padding: 96px 0; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 20px;
  top: 20px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--white);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 243, 233, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: 0.25s ease;
}
.site-header.scrolled {
  border-color: var(--border);
  box-shadow: 0 10px 30px rgba(31, 63, 41, 0.06);
}
.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-dark);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
}


.brand-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--green);
  color: var(--cream-light);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  color: var(--green-dark);
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
}
.nav-cta { padding: 10px 16px; border: 1px solid var(--green); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--green-dark); }

/* Typography */
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow-light { color: #dce8dc; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { margin-bottom: 24px; color: var(--green-dark); font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { margin-bottom: 20px; color: var(--green-dark); font-size: clamp(2.2rem, 4vw, 4rem); }
.hero-lead, .preview-intro p, .story-copy p, .community-copy p, .section-heading p, .launch-shell p {
  color: var(--muted);
  font-size: 1.1rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--cream-light); box-shadow: 0 12px 30px rgba(47, 94, 59, 0.22); }
.button-secondary { background: rgba(255,255,255,0.55); color: var(--green); border: 1px solid var(--green); }
.button-light { background: var(--cream-light); color: var(--green-dark); }

/* Hero */
.hero {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 40%, rgba(111,145,116,0.16), transparent 36%),
    linear-gradient(145deg, var(--cream-light), var(--cream));
}
.hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 22px; }
.launch-note { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-weight: 700; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-soft); box-shadow: 0 0 0 6px rgba(111,145,116,0.15); }
.hero-scene { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; }
.hero-phone {
  position: relative;
  z-index: 3;
  width: auto;
  height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(31,63,41,0.23));
  transform: rotate(4deg);
}
.hero-landscape {
  position: absolute;
  inset: 20% -8% 2%;
  overflow: hidden;
  border-radius: 42px;
  background: linear-gradient(to bottom, rgba(255,253,248,0), rgba(231,239,230,0.85));
}
.hill { position: absolute; bottom: -70px; border-radius: 50% 50% 0 0; }
.hill-one { left: -15%; width: 75%; height: 230px; background: #dbe5cf; }
.hill-two { right: -18%; width: 78%; height: 260px; background: #cbd9bc; }
.hill-three { left: 20%; width: 70%; height: 180px; background: #b8c9a5; }
.small-barn { position: absolute; right: 12%; bottom: 62px; width: 90px; height: 62px; border-radius: 4px; background: #617653; }
.small-barn::before {
  content: "";
  position: absolute;
  left: -9px;
  top: -32px;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  border-bottom: 40px solid #506545;
}
.small-barn::after { content: ""; position: absolute; left: 34px; bottom: 0; width: 23px; height: 37px; background: #42553b; }
.hero-floating-card {
  position: absolute;
  z-index: 4;
  min-width: 185px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(255,253,248,0.94);
  box-shadow: 0 18px 45px rgba(31,63,41,0.12);
  backdrop-filter: blur(12px);
}
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { color: var(--green-dark); }
.hero-floating-card small { color: var(--muted); }
.mini-mark { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 11px; background: linear-gradient(135deg, var(--green), var(--green-soft)); }
.hero-card-left { left: -2%; top: 24%; }
.hero-card-right { right: -1%; bottom: 18%; }

/* Story */
.story { background: var(--cream-light); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.story-copy p { margin-top: 0; }

/* App preview */
.preview { background: var(--green-pale); }
.preview-layout {
  display: grid;
  grid-template-columns: 0.72fr 2.28fr;
  gap: 46px;
  align-items: start;
}
.preview-intro { position: sticky; top: 118px; }
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.screenshot-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--cream-light);
  box-shadow: 0 16px 38px rgba(31,63,41,0.08);
}
.screenshot-phone {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 10px;

    background: var(--cream);
    border: 2px solid #d9cdb4;
    border-radius: 32px;

    box-shadow: 0 12px 30px rgba(31, 63, 41, 0.08);

    overflow: hidden;
    margin-bottom: 22px;
}

.screenshot-phone img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;

    border-radius: 24px;
    object-fit: contain;
}
.screenshot-copy {
  margin-top: auto;
  padding: 0 4px 4px;
}
.screenshot-copy span, .feature-number {
  color: var(--green-soft);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.screenshot-copy h3, .feature-card h3 {
  margin: 8px 0 10px;
  color: var(--green-dark);
}
.screenshot-copy p, .feature-card p {
  margin: 0;
  color: var(--muted);
}

/* Features */
.features { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--cream-light);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(31,63,41,0.09); }

/* Community */
.community-layout{
    max-width:780px;
    margin:auto;
    text-align:center;
}

.community-copy{
    max-width:720px;
    margin:auto;
}

.community-copy .button{
    margin-top:24px;
}
.community-copy h2 { color: var(--green-dark); }
.community-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}
.community-showcase {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: var(--cream-light);
  box-shadow: 0 24px 60px rgba(31,63,41,0.10);
}
.community-map-panel {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(111,145,116,0.16), transparent 25%),
    radial-gradient(circle at 82% 76%, rgba(111,145,116,0.18), transparent 28%),
    linear-gradient(145deg, #faf8f1, #e4ecdf);
}
.community-map-panel::before,
.community-map-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(184,201,165,0.46);
}
.community-map-panel::before {
  width: 330px;
  height: 170px;
  left: -75px;
  bottom: -65px;
  transform: rotate(8deg);
}
.community-map-panel::after {
  width: 370px;
  height: 190px;
  right: -90px;
  top: -92px;
  transform: rotate(-8deg);
}
.map-path {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(47,94,59,0.18);
  transform-origin: left center;
}
.path-one { width: 72%; left: 8%; top: 31%; transform: rotate(13deg); }
.path-two { width: 70%; left: 16%; top: 65%; transform: rotate(-17deg); }
.path-three { width: 50%; left: 36%; top: 18%; transform: rotate(47deg); }
.map-water {
  position: absolute;
  width: 72%;
  height: 105px;
  left: 13%;
  top: 48%;
  border-bottom: 13px solid rgba(114,180,205,0.34);
  border-radius: 50%;
  transform: rotate(-7deg);
}
.map-pin {
  position: absolute;
  border-radius: 50% 50% 50% 8px;
  background: var(--green);
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(31,63,41,0.18);
}
.map-pin-small { width: 32px; height: 32px; }
.pin-a { left: 18%; top: 33%; }
.pin-b { right: 18%; top: 27%; }
.pin-c { right: 24%; bottom: 20%; }
.brand-map-pin {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border: 7px solid rgba(255,253,248,0.95);
  border-radius: 50% 50% 50% 18px;
  background: var(--cream-light);
  box-shadow: 0 20px 38px rgba(31,63,41,0.20);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.brand-map-pin img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transform: rotate(45deg);
}
.product-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,253,248,0.96);
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(31,63,41,0.09);
}
.chip-eggs { left: 7%; top: 10%; }
.chip-honey { right: 7%; top: 12%; }
.chip-maple { left: 8%; bottom: 12%; }
.chip-produce { right: 6%; bottom: 14%; }
.community-showcase-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-top: 1px solid var(--border);
  background: var(--cream-light);
}
.community-showcase-footer strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.02rem;
}
.community-showcase-footer p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.community-avatar-stack {
  display: flex;
  padding-left: 8px;
}
.community-avatar-stack span {
  width: 42px;
  height: 42px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 3px solid var(--cream-light);
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--cream-light);
  font-weight: 800;
}
/* Support BarnBuys */
.support-barnbuys {
  background: var(--cream-light);
}

.support-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;

  max-width: 1040px;
  margin: 0 auto;
  padding: 56px;

  border: 1px solid var(--border);
  border-radius: 32px;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(111, 145, 116, 0.12),
      transparent 32%
    ),
    var(--cream);

  box-shadow: 0 24px 60px rgba(31, 63, 41, 0.09);
}

.support-copy h2 {
  margin-bottom: 18px;
}

.support-lead {
  max-width: 600px;
  margin: 0;

  color: var(--muted);
  font-size: 1.08rem;
}

.support-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 28px;
}

.support-details span {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 13px;

  border: 1px solid var(--border);
  border-radius: 999px;

  background: rgba(255, 253, 248, 0.72);

  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 750;
}

.support-details i {
  color: var(--green);
}

.support-card {
  padding: 30px;

  border: 1px solid rgba(47, 94, 59, 0.16);
  border-radius: 26px;

  background: var(--cream-light);

  box-shadow: 0 16px 40px rgba(31, 63, 41, 0.08);
}

.support-card-label {
  display: block;

  margin-bottom: 16px;

  color: var(--green-dark);

  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.support-amount {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 12px 16px;

  border: 1px solid rgba(47, 94, 59, 0.25);
  border-radius: 16px;

  background: var(--cream);

  color: var(--green-dark);

  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.support-amount:hover {
  transform: translateY(-2px);

  border-color: var(--green);

  background: var(--green-pale);

  box-shadow: 0 10px 24px rgba(31, 63, 41, 0.08);
}

.support-amount-custom {
  grid-column: 1 / -1;

  background: var(--green);
  color: var(--cream-light);

  border-color: var(--green);
}

.support-amount-custom:hover {
  background: var(--green-dark);
  color: var(--cream-light);
}

.support-note {
  margin: 20px 0 0;

  color: var(--muted);

  font-size: 0.84rem;
  line-height: 1.55;
  text-align: center;
}

.support-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  margin-top: 14px;

  color: var(--green-soft);

  font-size: 0.76rem;
  font-weight: 700;
}

.support-secure i {
  font-size: 0.7rem;
}

/* Beta testing */
.beta {
  background:
    radial-gradient(circle at 15% 20%, rgba(111, 145, 116, 0.13), transparent 28%),
    var(--green-pale);
}

.beta .section-heading p {
  margin-inline: auto;
  max-width: 720px;
}

.beta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.beta-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--cream-light);
  box-shadow: 0 18px 46px rgba(31, 63, 41, 0.08);
}

.beta-card-owner {
  border-color: rgba(47, 94, 59, 0.28);
  box-shadow: 0 20px 52px rgba(31, 63, 41, 0.12);
}

.beta-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--green-pale);
  color: var(--green);
  font-size: 1.35rem;
}

.beta-label {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.beta-card h3 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 1.6rem;
}

.beta-card p {
  margin: 0 0 20px;
  color: var(--muted);
}

.beta-points {
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: var(--green-dark);
  font-weight: 700;
}

.beta-points i {
  width: 20px;
  color: var(--green);
}

.beta-button {
  width: 100%;
  margin-top: auto;
}

.beta-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.94rem;
}

/* Follow */
.follow { background: var(--cream); }
.follow-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.social-grid { display: grid; gap: 16px; }
.social-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--cream-light);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-card:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(31,63,41,0.08); }
.social-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--green);
    color: white;

    border-radius: 14px;

    font-size: 22px;

    flex-shrink: 0;
}

.social-card strong, .social-card small { display: block; }
.social-card small { color: var(--muted); }
.social-arrow { color: var(--green); font-size: 1.3rem; }

/* Launch */
.launch { background: var(--cream-light); }
.launch-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 58px; border-radius: 32px; background: var(--green); }
.launch-shell h2, .launch-shell p { color: var(--cream-light); }
.launch-shell p { max-width: 680px; color: #e1e9e1; }

/* Footer */
.site-footer { padding: 70px 0 24px; background: #17241a; color: #dce6dc; }
.brand-footer { color: var(--cream-light); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.footer-brand p { max-width: 340px; color: #aebdae; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.footer-links h3 { color: #839783; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links a { display: block; margin: 10px 0; color: #dce6dc; text-decoration: none; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.12); color: #9fb09f; font-size: 0.9rem; }
.footer-bottom a { text-decoration: none; }

/* Legal + 404 */
.legal-page { background: var(--cream-light); }
.legal-hero { padding: 90px 0 40px; }
.legal-card { margin-bottom: 90px; padding: clamp(28px,5vw,64px); border: 1px solid var(--border); border-radius: 28px; background: var(--white); box-shadow: 0 18px 45px rgba(31,63,41,0.07); }
.legal-card h2 { margin-top: 38px; font-size: 1.6rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: linear-gradient(145deg,var(--cream-light),var(--green-pale)); }
.error-card { max-width: 650px; padding: 50px; }
.error-code { color: var(--green-dark); font-size: 7rem; font-weight: 900; line-height: 1; }

/* Animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid, .preview-layout, .community-layout, .story-grid, .follow-shell, .footer-grid { grid-template-columns: 1fr; }
  .preview-intro { position: static; max-width: 700px; }
  .hero-scene { min-height: 580px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .screenshot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .screenshot-phone { height: 470px; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .section-pad { padding: 74px 0; }
  .site-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 4%;
    right: 4%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--cream-light);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { text-align: center; }
  .hero-actions, .launch-note { justify-content: center; }
  .beta-grid { grid-template-columns: 1fr; }
  .launch-shell { display: block; padding: 40px 28px; }
  .launch-shell .button { margin-top: 18px; }
  .footer-bottom { display: block; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .hero-scene { min-height: 520px; }
  .hero-phone { height: 500px; }
  .hero-floating-card { min-width: 150px; padding: 12px 14px; }
  .hero-card-left { left: 0; }
  .hero-card-right { right: 0; }
  .screenshot-grid, .feature-grid { grid-template-columns: 1fr; }
  .beta-card { padding: 26px 22px; }

  .community-map-panel { min-height: 470px; }
  .brand-map-pin { width: 92px; height: 92px; }
  .brand-map-pin img { width: 62px; height: 62px; }
  .product-chip { padding: 9px 13px; font-size: 0.82rem; }
  .chip-eggs { left: 6%; top: 9%; }
  .chip-honey { right: 6%; top: 13%; }
  .chip-maple { left: 6%; bottom: 14%; }
  .chip-produce { right: 5%; bottom: 12%; }
  .community-showcase-footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 20px;
  }
  .community-avatar-stack { justify-content: center; }
  .footer-links { grid-template-columns: 1fr; }
}

/* ========================================
   SUPPORT BARNBUYS — THANK YOU PAGE
======================================== */

.support-success-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;

  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(111, 145, 116, 0.13),
      transparent 32%
    ),
    var(--cream);
}

.support-success-card {
  width: 100%;
  max-width: 760px;
  padding: 64px 56px;

  text-align: center;

  background: var(--cream-light);

  border: 1px solid var(--border);
  border-radius: 32px;

  box-shadow:
    0 24px 60px rgba(31, 63, 41, 0.10);
}

.support-success-icon {
  width: 82px;
  height: 82px;

  margin: 0 auto 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--green-pale);
  color: var(--green);

  font-size: 2rem;
}

.support-success-eyebrow {
  display: block;

  margin-bottom: 14px;

  color: var(--green);

  font-size: 0.78rem;
  font-weight: 800;

  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-success-card h1 {
  max-width: 650px;

  margin: 0 auto 22px;

  color: var(--green-dark);

  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.support-success-lead {
  max-width: 580px;

  margin: 0 auto 14px;

  color: var(--text);

  font-size: 1.08rem;
  line-height: 1.7;
}

.support-success-copy {
  max-width: 580px;

  margin: 0 auto 32px;

  color: var(--muted);

  font-size: 1rem;
  line-height: 1.7;
}

.support-success-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 54px;
  padding: 0 30px;

  border-radius: 16px;

  background: var(--green);
  color: var(--cream-light);

  text-decoration: none;

  font-size: 1rem;
  font-weight: 750;

  box-shadow:
    0 12px 30px rgba(47, 94, 59, 0.20);

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.support-success-button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.support-success-footer {
  margin: 30px 0 0;

  color: var(--green-soft);

  font-size: 0.92rem;
  font-weight: 650;
}

.support-success-footer i {
  margin-right: 5px;
}

/* Final mobile polish */
@media (max-width: 620px) {
  .screenshot-card {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
    padding: 16px;
    border-radius: 26px;
  }

  .screenshot-phone {
    width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 24px;
  }

  .screenshot-phone img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 18px;
  }

  .container { width: min(100% - 32px, 1160px); }
  .site-header .nav-shell { min-height: 70px; }
  .brand { gap: 10px; font-size: 1.12rem; }
  .brand-logo { width: 40px; height: 40px; }
  .site-nav { top: 70px; }
  .preview-layout { gap: 32px; }
  .screenshot-card { padding: 16px; border-radius: 26px; }
  .screenshot-copy { padding: 0 8px 8px; }

  .support-shell {
  grid-template-columns: 1fr;

  gap: 34px;

  padding: 30px 22px;

  border-radius: 26px;
}

.support-success-page {
  padding: 32px 18px;
}

.support-success-card {
  padding: 42px 22px;
  border-radius: 26px;
}

.support-success-icon {
  width: 70px;
  height: 70px;
  font-size: 1.7rem;
}

.support-success-card h1 {
  font-size: 2.45rem;
}

.support-success-lead,
.support-success-copy {
  font-size: 0.98rem;
}

.support-success-button {
  width: 100%;
}
}

/* Contact page */
.contact-page {
  min-height: calc(100vh - 78px);

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(111, 145, 116, 0.14),
      transparent 34%
    ),
    var(--cream);
}

.contact-container {
  max-width: 820px;
}

.contact-page .section-heading {
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
  margin: 40px auto 0;
  padding: 36px;

  border: 1px solid var(--border);
  border-radius: 28px;

  background: var(--cream-light);

  box-shadow:
    0 20px 50px rgba(31, 63, 41, 0.09);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;

  color: var(--green-dark);
  font-weight: 750;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;

  border: 1px solid rgba(47, 94, 59, 0.22);
  border-radius: 14px;

  background: var(--white);
  color: var(--text);

  font: inherit;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 3px solid rgba(47, 94, 59, 0.12);
  border-color: var(--green);
}

.farm-fields,
.report-fields {
  margin-bottom: 22px;
  padding: 22px;

  border: 1px solid var(--border);
  border-radius: 20px;

  background: var(--green-pale);
}

.map-form-group {
  margin-bottom: 0;
}

.map-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.map-heading-row label,
.map-form-group > label {
  margin-bottom: 4px;
}

.form-help {
  margin: 0 0 12px;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.5;
}

.map-heading-row .form-help {
  margin-bottom: 0;
}

.map-location-button {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(47, 94, 59, 0.28);
  border-radius: 999px;
  background: var(--cream-light);
  color: var(--green-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
}

.map-location-button:hover {
  border-color: var(--green);
  background: var(--white);
}

.contact-map {
  width: 100%;
  height: 390px;
  overflow: hidden;
  border: 1px solid rgba(47, 94, 59, 0.24);
  border-radius: 18px;
  background: #dfe8de;
  box-shadow: 0 12px 28px rgba(31, 63, 41, 0.08);
}

.contact-map:focus-visible {
  outline: 3px solid rgba(47, 94, 59, 0.22);
  outline-offset: 3px;
}

.map-selection-status {
  min-height: 22px;
  margin: 10px 2px 0;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 650;
}

.selected-farm-card {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 94, 59, 0.2);
  border-radius: 15px;
  background: var(--cream-light);
  color: var(--text);
}

.selected-farm-card[hidden] {
  display: none;
}

.selected-farm-card strong {
  color: var(--green-dark);
  font-size: 1.05rem;
}

.selected-farm-card span:last-child {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.selected-farm-eyebrow {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.barnbuys-map-marker-shell {
  background: transparent;
  border: 0;
}

.barnbuys-map-marker {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid var(--cream-light);
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  box-shadow: 0 5px 12px rgba(31, 63, 41, 0.3);
  transform: rotate(-45deg);
  transition: transform 160ms ease, background 160ms ease;
}

.barnbuys-map-marker::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--cream-light);
}

.barnbuys-map-marker.selected {
  background: #d56a3a;
  transform: rotate(-45deg) scale(1.14);
}

.leaflet-control-attribution {
  font-size: 10px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 26px;
  margin-bottom: 16px;

  font-weight: 700;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #9f2f2f;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.contact-form .button-primary {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

/* Leaflet maps */
#submission-map,
#report-map,
.contact-map {
  display: block;
  position: relative;
  width: 100%;
  height: 390px;
  min-height: 390px;
  max-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  box-sizing: border-box;
}

#submission-map.leaflet-container,
#report-map.leaflet-container,
.contact-map.leaflet-container {
  width: 100% !important;
  height: 390px !important;
  min-height: 390px !important;
  max-height: 390px !important;
  overflow: hidden !important;
}

.leaflet-container img,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

@media (max-width: 620px) {
  .contact-page {
    padding-top: 56px;
  }

  .contact-form {
    margin-top: 28px;
    padding: 22px;
    border-radius: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .farm-fields,
  .report-fields {
    padding: 18px;
  }

  .map-heading-row {
    display: block;
  }

  .map-location-button {
    width: 100%;
    margin-top: 12px;
  }

  #submission-map,
  #report-map,
  .contact-map,
  #submission-map.leaflet-container,
  #report-map.leaflet-container,
  .contact-map.leaflet-container {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }

  /* Critical Leaflet layout fix */
.leaflet-container {
  position: relative !important;
  overflow: hidden !important;
  -webkit-tap-highlight-color: transparent;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box {
  position: absolute !important;
  left: 0;
  top: 0;
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile {
  width: 256px !important;
  height: 256px !important;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}


}