:root {
  --ink: #17352d;
  --muted: #6b7f77;
  --paper: #f5f1e8;
  --panel: #fffdf8;
  --green: #1f6a4c;
  --green-deep: #103d30;
  --mint: #dceee3;
  --gold: #e6aa48;
  --line: #d8dfd7;
  --shadow: 0 18px 50px rgba(21, 53, 43, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 82% 10%, #e6f0e5 0, transparent 25rem), var(--paper); }
a { color: inherit; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { text-decoration: none; font-weight: 800; letter-spacing: -.03em; font-size: 1.08rem; }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; margin-right: 6px; color: var(--panel); background: var(--green); border-radius: 50%; vertical-align: -8px; }
.brand-mark span, .brand-mark b { position: absolute; left: 0; width: 100%; text-align: center; font-size: .72rem; line-height: 1; }.brand-mark span { top: 4px; }.brand-mark b { bottom: 4px; font-weight: 500; }.brand-mark i { position: absolute; top: 11px; bottom: 11px; left: 13px; width: 2px; background: #f6d889; }
nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: .91rem; }
nav a:not(.button) { text-decoration: none; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 19px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 7px 16px rgba(31, 106, 76, .16); }
.button:hover, .button:focus-visible { background: var(--green-deep); border-color: var(--green-deep); }
.button-small { min-height: 40px; padding: 0 15px; font-size: .85rem; }
.text-link { color: var(--green); font-weight: 750; text-decoration: none; }
.hero { max-width: 1180px; min-height: 540px; margin: 0 auto; padding: 76px 28px 80px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.6vw, 5.5rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
h2 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.hero-lede { max-width: 560px; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.hero-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 42% 20% 38% 15%; background: linear-gradient(142deg, #1d6047, #0d3a2e); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; inset: auto -20% -28% 20%; height: 65%; border-radius: 50%; background: rgba(227, 242, 226, .13); }
.hero-card-content { position: absolute; z-index: 2; inset: 44px 45px; color: white; }
.ground-logo { position: relative; width: 250px; height: 125px; margin: -8px 0 18px; }.ground-line { position: absolute; top: 54px; left: 5px; right: 5px; height: 2px; background: #b6d6c3; }.terminal { position: absolute; left: 50%; z-index: 2; width: 28px; height: 28px; margin-left: -14px; display: grid; place-items: center; border: 2px solid #f6d889; border-radius: 50%; background: var(--green-deep); color: #f6d889; font-weight: 850; }.terminal span { line-height: 1; }.positive-terminal { top: 19px; }.positive-terminal::after { content: ""; position: absolute; top: 26px; width: 2px; height: 10px; background: #f6d889; }.negative-terminal { top: 70px; }.negative-terminal::after { content: ""; position: absolute; bottom: 26px; width: 2px; height: 10px; background: #f6d889; }.above-community, .below-community { position: absolute; left: 50%; display: flex; justify-content: center; gap: 4px; transform: translateX(-50%); }.above-community { top: 0; width: 103px; align-items: end; }.below-community { top: 99px; width: 220px; align-items: start; }.above-community span, .below-community span { display: block; border: 1px solid #d3e8d8; border-radius: 50%; background: rgba(227,242,226,.35); }.above-community span { width: 20px; height: 20px; }.above-community span:nth-child(2) { width: 27px; height: 27px; margin-bottom: 4px; border-color: #f6d889; }.below-community span { width: 24px; height: 24px; }.below-community span:nth-child(2n) { width: 31px; height: 31px; margin-top: -4px; border-color: #f6d889; }.below-community span:nth-child(4) { width: 37px; height: 37px; margin-top: -10px; }
.card-kicker { margin-bottom: 10px; color: #b6d6c3; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.promise { max-width: 280px; margin-bottom: 26px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.08; }
.promise-list { display: grid; gap: 9px; color: #d3e8d8; font-size: .88rem; }
.promise-list span::before { content: "✓"; margin-right: 9px; color: #f2cf79; }
.orbit { position: absolute; border: 1px solid rgba(213, 240, 216, .22); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; top: -200px; right: -135px; }
.orbit-two { width: 330px; height: 330px; bottom: -155px; left: -180px; }
.status-strip { max-width: 1124px; margin: 0 auto 15px; padding: 15px 20px; display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.status-strip > div { display: flex; align-items: center; gap: 8px; color: var(--ink); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.status-dot.ready { background: #38a169; }
.pill { padding: 6px 10px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: .75rem; font-weight: 800; }
.status-note { margin-left: auto; }
.section { max-width: 1124px; margin: 0 auto; padding: 105px 0 0; }
.join-section { padding-top: 90px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.section-heading > p:not(.eyebrow), .panel-intro { color: var(--muted); line-height: 1.65; }
.panel { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.82); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: var(--muted); font-size: .8rem; font-weight: 760; }
input, select { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #cbd6cd; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
input:focus, select:focus { outline: 3px solid rgba(230,170,72,.35); border-color: var(--green); }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin-top: 5px; }
.form-message { margin: 0; color: var(--muted); font-size: .85rem; }
.form-message.error { color: #a83e35; }
.hidden { display: none !important; }
.profile-card { grid-column: 2; margin-top: -28px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.profile-card strong { font-size: 1.05rem; }
.profile-stats { display: flex; gap: 13px; color: var(--muted); font-size: .84rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.filter-group { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); }
.filter { padding: 8px 13px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.filter.active { background: var(--green); color: white; }
.listing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 32px; }
.listing-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.listing-card.offer { border-top: 4px solid var(--green); }.listing-card.need { border-top: 4px solid var(--gold); }
.listing-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--muted); font-size: .75rem; font-weight: 780; text-transform: uppercase; letter-spacing: .07em; }
.listing-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.listing-card p { min-height: 45px; margin-bottom: 20px; color: var(--muted); line-height: 1.5; }
.listing-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.listing-person { font-size: .84rem; }.listing-person span { display: block; color: var(--muted); font-size: .76rem; }
.button-quiet { min-height: 39px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--green); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--green); }
.empty-state { grid-column: 1 / -1; padding: 30px; border: 1px dashed #bdcbc0; border-radius: 16px; color: var(--muted); text-align: center; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-panel, .listing-panel { min-height: 430px; }
.compact { grid-template-columns: 1fr 1fr; margin-top: 25px; }
.compact label:last-of-type { grid-column: 1 / -1; }
.quote-result { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.quote-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }.quote-total strong { font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }.quote-total span { color: var(--muted); font-size: .8rem; }
.quote-explanation { margin: 8px 0 15px; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.breakdown { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }.breakdown li { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid #edf0eb; font-size: .82rem; }.breakdown li span { color: var(--muted); }.breakdown li strong { font-weight: 800; }
.trade-list { display: grid; gap: 12px; }.trade-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }.trade-card header { display: flex; justify-content: space-between; gap: 15px; align-items: center; }.trade-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }.trade-state { color: var(--green); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.trade-card p { margin: 10px 0 17px; color: var(--muted); font-size: .88rem; }.trade-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.site-footer { max-width: 1124px; margin: 110px auto 0; padding: 24px 0 38px; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }.site-footer a { color: var(--green); }
@media (max-width: 850px) { nav a:not(.button) { display: none; }.hero { grid-template-columns: 1fr; gap: 35px; padding-top: 50px; }.hero-card { min-height: 390px; }.join-section, .two-column { grid-template-columns: 1fr; }.profile-card { grid-column: 1; margin-top: -25px; }.section { padding-left: 20px; padding-right: 20px; }.status-strip { margin-left: 20px; margin-right: 20px; }.site-footer { margin-left: 20px; margin-right: 20px; flex-wrap: wrap; }.listing-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .site-header { padding: 18px 20px; }.button-small { padding: 0 11px; }.hero { padding: 45px 20px 60px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-card { min-height: 390px; }.hero-card-content { inset: 34px 30px; }.form-grid, .compact { grid-template-columns: 1fr; }.form-grid label:last-of-type, .compact label:last-of-type { grid-column: auto; }.panel { padding: 22px; }.split-heading { align-items: flex-start; flex-direction: column; }.status-strip { align-items: flex-start; flex-wrap: wrap; }.status-note { margin-left: 0; width: 100%; }.profile-card { align-items: flex-start; flex-direction: column; }.site-footer { flex-direction: column; } }

/* Seeded example content must never be mistaken for a real neighbour's post. */
.sample-flag {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px dashed currentColor;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .75;
}

/* A local board must say whose locality it is showing. */
.board-scope {
  margin: 0 0 18px;
  font-size: .9rem;
  color: var(--muted);
}

/* Matching must show its working, so every reason and its weight is visible. */
.match-panel { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.match-panel h4 { margin: 0 0 4px; font-size: 1rem; }
.match-note { margin: 0 0 12px; color: var(--muted); font-size: .84rem; }
.match-row { display: grid; gap: 6px; padding: 12px 0; border-top: 1px dashed var(--line); }
.match-row > strong { font-size: .96rem; }
.match-who { color: var(--muted); font-size: .82rem; }
.match-reasons { display: flex; flex-wrap: wrap; gap: 6px; margin: 2px 0 0; padding: 0; list-style: none; }
.match-reasons li {
  padding: 3px 9px; border-radius: 999px; background: var(--mint); color: var(--green);
  font-size: .72rem; font-weight: 700;
}
.match-row .button-quiet { justify-self: start; }

/* Reporting must be easy to find and never feel like an accusation. */
.report-panel { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.report-panel > summary { cursor: pointer; font-size: .88rem; font-weight: 700; color: var(--muted); }
.report-panel > summary:hover { color: var(--ink); }
.report-note { margin: 10px 0 12px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
/* Inputs inherit the page face; a textarea otherwise falls back to monospace. */
textarea, input, select, button { font-family: inherit; }
textarea { resize: vertical; }
