:root {
  --ink: #14231d;
  --ink-soft: #304238;
  --leaf: #476a51;
  --lime: #b6d56a;
  --orange: #e46f3c;
  --paper: #f4f0e7;
  --cream: #fbf9f4;
  --line: rgba(20, 35, 29, .15);
  --muted: #708078;
  --white: #fffdf8;
  --shadow: 0 20px 50px rgba(20, 35, 29, .12);
  --radius-lg: 30px;
  --radius-md: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 10; background: var(--lime); padding: 10px 16px; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 5; background: rgba(251, 249, 244, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; letter-spacing: -.02em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 1px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--ink); color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 13px; }
nav a:hover, nav a:focus-visible, .text-link:hover, .text-link:focus-visible { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 8px 25px rgba(182, 213, 106, .22); }
.button-primary:hover, .button-primary:focus-visible { background: #c4e17b; }
.button-small { min-height: 40px; padding-inline: 15px; font-size: 12px; }
.button-quiet { border-color: var(--line); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-outline:hover, .button-outline:focus-visible { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; }

.hero { min-height: 660px; display: grid; grid-template-columns: minmax(0, .97fr) minmax(390px, .83fr); align-items: center; gap: 72px; padding-block: 78px 86px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(182, 213, 106, .16); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 750px; margin-bottom: 24px; font-size: clamp(48px, 7vw, 92px); font-weight: 760; }
h1 em, h2 em, h3 em { color: var(--leaf); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.hero-lead { max-width: 555px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 32px; }
.hero-note { display: flex; align-items: flex-start; max-width: 520px; gap: 10px; margin-top: 48px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.hero-note strong { color: var(--ink-soft); }
.note-icon { color: var(--orange); font-size: 19px; line-height: 1; }
.hero-visual { position: relative; min-height: 500px; }
.image-frame { overflow: hidden; background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-image { position: absolute; inset: 0 26px 28px 0; transform: rotate(2deg); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.98); }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(20,35,29,.02), rgba(20,35,29,.44)); content: ""; }
.landscape-art { overflow: hidden; background: linear-gradient(160deg, #69846c 0%, #28443a 50%, #14231d 100%); }
.landscape-art::before, .landscape-art::after { position: absolute; left: -12%; width: 124%; border-radius: 50% 50% 0 0; content: ""; }
.landscape-art::before { bottom: -10%; height: 58%; background: #203a31; transform: rotate(-8deg); }
.landscape-art::after { bottom: 18%; height: 34%; background: #476a51; transform: rotate(7deg); opacity: .85; }
.art-ridge { position: absolute; z-index: 1; left: -8%; width: 116%; height: 17%; border-top: 1px solid rgba(182,213,106,.43); border-radius: 50%; }
.ridge-one { bottom: 35%; transform: rotate(4deg); }.ridge-two { bottom: 29%; transform: rotate(-7deg); opacity: .7; }
.art-sun { position: absolute; z-index: 1; top: 16%; right: 16%; width: 60px; height: 60px; border-radius: 50%; background: var(--lime); opacity: .8; }
.art-label { position: absolute; z-index: 2; left: 28px; bottom: 28px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-stamp { position: absolute; right: 0; bottom: 0; display: grid; width: 128px; height: 128px; place-content: center; border-radius: 50%; color: var(--ink); background: var(--lime); box-shadow: 0 15px 30px rgba(20,35,29,.18); transform: rotate(-8deg); text-align: center; }
.hero-stamp span, .hero-stamp small { font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp strong { display: block; font-size: 26px; letter-spacing: -.08em; }
.orbit { position: absolute; border: 1px solid rgba(228,111,60,.46); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 160px; height: 160px; right: -70px; top: 34px; }
.orbit-two { width: 280px; height: 280px; right: -130px; top: -25px; opacity: .45; }

.facts-band { color: var(--white); background: var(--ink); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding-inline: 24px; border-left: 1px solid rgba(255,255,255,.14); }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact-highlight { color: var(--lime); }
.fact-number { font-size: 28px; font-weight: 760; letter-spacing: -.07em; }
.fact-label { max-width: 145px; color: rgba(255,255,255,.58); font-size: 11px; }
.fact-highlight .fact-label { color: rgba(182,213,106,.7); }

.section { padding-block: 128px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .6fr); gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .evidence-heading h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 66px); }
.section-intro { max-width: 380px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius-md); background: #e8eadc; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.offer-card:hover, .offer-card:focus-within { transform: translateY(-6px); box-shadow: var(--shadow); }
.offer-avocado { background: #dceac0; }
.offer-pigs { background: #f1d8c7; }
.offer-tourism { color: var(--white); background: #4a5c53; }
.card-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.card-number { font-size: 11px; font-weight: 850; letter-spacing: .1em; opacity: .7; }
.status { display: inline-flex; align-items: center; min-height: 25px; padding-inline: 9px; border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.status-research { background: rgba(71,106,81,.12); color: var(--leaf); }
.status-live { background: rgba(228,111,60,.15); color: #a24727; }
.status-proposal { color: var(--lime); background: rgba(182,213,106,.14); }
.card-icon { display: grid; place-items: center; width: 63px; height: 63px; margin: 48px 0 24px; border: 1px solid rgba(20,35,29,.22); border-radius: 50%; font-size: 31px; color: var(--leaf); }
.pig-icon { color: #a24727; }
.mountain-icon { color: var(--lime); border-color: rgba(255,255,255,.3); }
.offer-card h3 { margin-bottom: 16px; font-size: 34px; }
.offer-card p { max-width: 300px; margin-bottom: 24px; color: rgba(20,35,29,.7); font-size: 13px; }
.offer-tourism p { color: rgba(255,255,255,.68); }
.card-link { display: inline-flex; gap: 12px; align-items: center; margin-top: auto; padding: 0; border: 0; color: inherit; background: transparent; font-size: 12px; font-weight: 800; text-align: left; }
.card-link span { color: var(--orange); font-size: 18px; }

.dark-section { color: var(--white); background: var(--ink); }
.finca-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 90px; align-items: center; }
.finca-copy h2 { margin-bottom: 30px; font-size: clamp(40px, 5vw, 66px); }
.dark-section h2 em { color: var(--lime); }
.finca-copy p { max-width: 500px; color: rgba(255,255,255,.66); font-size: 15px; }
.finca-copy p strong { color: var(--white); }
.finca-copy .button { margin-top: 18px; }
.finca-visual { position: relative; min-height: 520px; }
.topo-card { position: absolute; inset: 0 48px 30px 0; overflow: hidden; border-radius: var(--radius-lg); background: #dceac0; transform: rotate(-2deg); }
.topo-card img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: .92; }
.topo-art { overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(182,213,106,.26), transparent 30%), #29483c; }
.topo-art::before { position: absolute; inset: 10%; border: 1px solid rgba(182,213,106,.28); border-radius: 50%; transform: rotate(-18deg); content: ""; }
.topo-line { position: absolute; z-index: 1; left: 7%; width: 86%; height: 22%; border: 1px solid rgba(244,240,231,.5); border-left-color: transparent; border-right-color: transparent; border-radius: 50%; }
.line-one { top: 20%; transform: rotate(13deg); }.line-two { top: 39%; transform: rotate(-9deg); opacity: .8; }.line-three { top: 58%; transform: rotate(16deg); opacity: .62; }
.topo-dot { position: absolute; z-index: 2; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(182,213,106,.13); }.dot-one { top: 34%; left: 34%; }.dot-two { top: 61%; right: 25%; }
.topo-caption { position: absolute; inset: auto 22px 20px; display: flex; align-items: end; justify-content: space-between; color: var(--white); font-size: 11px; text-transform: uppercase; }
.topo-caption strong { font-size: 13px; }
.coordinate-card { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; min-width: 230px; padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(20,35,29,.9); backdrop-filter: blur(10px); }
.coordinate-card span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.coordinate-card strong { margin: 5px 0; font-size: 17px; letter-spacing: -.04em; }
.coordinate-card small { color: rgba(255,255,255,.55); font-size: 10px; }

.opportunity-section { padding-top: 90px; }
.opportunity-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .7fr); gap: 80px; padding: 64px; border-radius: var(--radius-lg); background: #e9dfc9; }
.opportunity-card h2 { margin-bottom: 25px; font-size: clamp(40px, 5vw, 65px); }
.opportunity-card p { max-width: 530px; color: var(--ink-soft); font-size: 15px; }
.signal-list { display: grid; align-content: center; gap: 25px; }
.signal-list div { display: grid; grid-template-columns: 26px 1fr; column-gap: 9px; padding-bottom: 20px; border-bottom: 1px solid rgba(20,35,29,.16); }
.signal-list span { grid-row: 1 / span 2; color: var(--orange); font-size: 22px; }
.signal-list strong { font-size: 13px; }
.signal-list small { color: var(--muted); font-size: 11px; }

.interest-section { padding-top: 105px; }
.interest-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr); gap: 68px; align-items: start; }
.interest-form { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.line-selector { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.line-option { display: inline-flex; align-items: center; gap: 8px; min-height: 39px; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); background: transparent; font-size: 12px; font-weight: 700; }
.line-option:hover, .line-option:focus-visible, .line-option.is-selected { border-color: var(--leaf); background: #e5efcf; }
.line-option span { color: var(--orange); font-size: 17px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.interest-form label:not(.consent) { display: block; margin-bottom: 18px; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.interest-form label span { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: var(--cream); font-size: 13px; }
textarea { resize: vertical; min-height: 110px; }
input:focus, select:focus, textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(71,106,81,.13); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 22px 0; color: var(--muted); font-size: 11px; font-weight: 400; }
.consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 0; accent-color: var(--leaf); }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--leaf); font-size: 12px; }
.form-status.is-error { color: #a24727; }
.interest-aside { padding-top: 20px; }
.aside-number { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.interest-aside h3 { margin: 23px 0 18px; font-size: 30px; }
.interest-aside p { color: var(--muted); font-size: 13px; }
.mini-metric { display: flex; gap: 10px; align-items: center; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); }
.metric-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(182,213,106,.17); }
.mini-metric strong, .mini-metric small { display: block; }
.mini-metric strong { font-size: 12px; }
.mini-metric small { color: var(--muted); font-size: 10px; }

.evidence-section { padding-top: 80px; }
.evidence-heading { max-width: 650px; margin-bottom: 48px; }
.evidence-heading h2 { margin-bottom: 22px; }
.evidence-heading > p:last-child { color: var(--muted); font-size: 14px; }
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.evidence-item { min-height: 205px; padding: 24px; border-top: 2px solid var(--line); }
.evidence-item strong { display: block; margin: 17px 0 9px; font-size: 17px; letter-spacing: -.03em; }
.evidence-item p { color: var(--muted); font-size: 12px; }
.evidence-tag { display: inline-flex; padding: 5px 8px; border-radius: 4px; font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.certain { color: var(--leaf); background: #e5efcf; }.reported { color: #a24727; background: #f5dfd1; }.proposal { color: #6b5b37; background: #eee4cd; }
.sources { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px; }
.sources strong { margin-right: auto; }
.sources a { color: var(--leaf); font-weight: 700; }
.sources a:hover, .sources a:focus-visible { color: var(--orange); }

.participation-section { padding-top: 95px; }
.participation-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); gap: 70px; padding: 48px; border-radius: var(--radius-lg); background: #e5efcf; }
.participation-intro > p { max-width: 570px; color: var(--ink-soft); font-size: 15px; }
.hashtag { display: inline-block; margin: 16px 0 5px; color: var(--leaf); font-size: clamp(26px, 4vw, 42px); font-weight: 800; letter-spacing: -.08em; }
.hashtag-note { color: var(--muted) !important; font-size: 11px !important; }
.participation-intro .button { margin-top: 20px; }
.feedback-list { display: grid; align-content: center; gap: 18px; }
.feedback-list div { display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; padding-bottom: 16px; border-bottom: 1px solid rgba(20,35,29,.15); }
.feedback-list span { grid-row: 1 / span 2; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.feedback-list strong, .feedback-list small { display: block; }.feedback-list strong { font-size: 14px; }.feedback-list small { color: var(--muted); font-size: 11px; }
.market-ticker { position: fixed; z-index: 6; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 18px; min-height: 36px; padding: 0 18px; color: rgba(255,255,255,.78); background: rgba(20,35,29,.96); box-shadow: 0 -8px 22px rgba(20,35,29,.12); font-size: 10px; white-space: nowrap; overflow: hidden; }
.ticker-label { flex: 0 0 auto; color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .11em; }.market-ticker #market-ticker-text { display: inline-block; overflow: hidden; text-overflow: ellipsis; }
.site-footer { padding-bottom: 62px; }

.site-footer { padding: 55px 0 62px; color: rgba(255,255,255,.62); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 45px; }
.footer-brand { color: var(--white); }
.footer-grid > div > strong { display: block; margin-bottom: 15px; color: var(--lime); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand), .footer-grid > div > span { display: block; margin-bottom: 8px; font-size: 12px; }
.footer-grid > div > a:not(.brand):hover, .footer-grid > div > a:not(.brand):focus-visible { color: var(--lime); }
.footer-grid p { margin-top: 18px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }

@media (max-width: 900px) {
  .nav-wrap nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 56px; }
  .hero-visual { min-height: 450px; max-width: 620px; width: 100%; }
  .split-heading, .finca-grid, .opportunity-card { grid-template-columns: 1fr; gap: 32px; }
  .finca-visual { min-height: 480px; }
  .offer-grid, .evidence-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:last-child, .evidence-item:last-child { grid-column: 1 / -1; }
  .interest-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding-block: 48px 58px; }
  h1 { font-size: clamp(45px, 14vw, 68px); }
  .hero-lead { font-size: 15px; }
  .hero-note { margin-top: 32px; }
  .hero-visual { min-height: 350px; }
  .hero-stamp { width: 100px; height: 100px; }.hero-stamp strong { font-size: 21px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }.fact { min-height: 100px; padding-inline: 15px; }.fact:nth-child(3) { border-left: 0; padding-left: 0; }.fact-number { font-size: 23px; }
  .section { padding-block: 82px; }.split-heading { gap: 24px; margin-bottom: 35px; }.section-heading h2, .evidence-heading h2 { font-size: 44px; }
  .offer-grid, .evidence-grid { grid-template-columns: 1fr; }.offer-card:last-child, .evidence-item:last-child { grid-column: auto; }.offer-card { min-height: 350px; }
  .finca-grid { gap: 44px; }.finca-visual { min-height: 340px; }.topo-card { inset-right: 22px; }.coordinate-card { min-width: 190px; padding: 14px; }.coordinate-card strong { font-size: 13px; }
  .opportunity-card { padding: 34px 24px; }.opportunity-card h2 { font-size: 46px; }
  .participation-grid { grid-template-columns: 1fr; gap: 30px; padding: 28px 22px; }
  .interest-form { padding: 22px; }.form-grid { grid-template-columns: 1fr; gap: 0; }
  .sources { display: block; }.sources strong, .sources a { display: block; margin-bottom: 11px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-bottom: 8px; }
  .market-ticker { gap: 10px; padding-inline: 12px; font-size: 9px; }.ticker-label { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .offer-card { transition: none; } }
