:root {
  --forest-950: #10251d;
  --forest-900: #153126;
  --forest-800: #1d4534;
  --forest-700: #286047;
  --sage-600: #5f8067;
  --sage-400: #91aa91;
  --sage-200: #ccd9ca;
  --sage-100: #e7eee4;
  --cream: #faf8f1;
  --sand: #eee7d8;
  --gold: #d7aa56;
  --gold-dark: #b78434;
  --ink: #1c2a23;
  --muted: #627067;
  --white: #fff;
  --shadow: 0 30px 80px rgba(28, 54, 41, .14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Avenir, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-light { background: var(--cream); }
.section-sand { background: var(--sand); }
.section-forest { background: var(--forest-900); color: var(--white); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(250, 248, 241, .88);
  border-bottom: 1px solid rgba(21, 49, 38, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(16, 37, 29, .08); background: rgba(250, 248, 241, .96); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-900); }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--sage-100); color: var(--forest-700); padding: 8px; }
.brand strong { display: block; font-size: 1rem; letter-spacing: -.02em; }
.brand small { display: block; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .16em; margin-top: -2px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .91rem; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--forest-700); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--forest-900); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 26px; height: 2px; background: var(--forest-900); display: block; margin: 5px 0; transition: .2s ease; }

.hero { position: relative; padding: 160px 0 0; background: linear-gradient(145deg, #fbfaf5 0%, #eef2e9 50%, #e5ecdf 100%); overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .55; }
.hero-glow-one { width: 520px; height: 520px; background: radial-gradient(circle, rgba(215,170,86,.3), transparent 68%); top: -150px; right: 15%; }
.hero-glow-two { width: 680px; height: 680px; background: radial-gradient(circle, rgba(95,128,103,.2), transparent 65%); bottom: -360px; left: -150px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; min-height: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--forest-700); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--gold-dark); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 6.4vw, 6.4rem); color: var(--forest-950); }
h1 em { color: var(--forest-700); font-style: normal; }
.hero-lead { max-width: 680px; color: #536159; font-size: 1.08rem; margin: 28px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: .92rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--forest-900); box-shadow: 0 16px 34px rgba(21, 49, 38, .2); }
.btn-primary:hover { background: var(--forest-800); box-shadow: 0 19px 40px rgba(21, 49, 38, .28); }
.btn-secondary { background: rgba(255,255,255,.55); border-color: rgba(21,49,38,.16); color: var(--forest-900); }
.btn-light { background: white; color: var(--forest-900); }
.btn-full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 30px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.trust-row span::before { content: "✓"; color: var(--gold-dark); margin-right: 7px; }

.hero-visual { position: relative; }
.visual-card { position: relative; aspect-ratio: 1 / .92; min-height: 470px; border: 1px solid rgba(255,255,255,.8); background: linear-gradient(#d9eadf 0 48%, #9eb88b 48% 100%); border-radius: 42px; box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(255,255,255,.32), transparent 45%); pointer-events: none; }
.sun { position: absolute; width: 76px; height: 76px; border-radius: 50%; background: #f6d889; right: 52px; top: 50px; box-shadow: 0 0 0 18px rgba(246,216,137,.18); }
.cloud { position: absolute; height: 18px; border-radius: 30px; background: rgba(255,255,255,.7); }
.cloud::before,.cloud::after { content:""; position:absolute; bottom:0; border-radius:50%; background:inherit; }
.cloud::before { width:28px;height:28px;left:15px; }.cloud::after { width:38px;height:38px;left:35px; }
.cloud-one { width: 98px; left: 56px; top: 73px; }.cloud-two { width: 72px; left: 160px; top: 132px; transform: scale(.8); opacity: .65; }
.hills { position:absolute; left:-10%; width:120%; border-radius:50% 50% 0 0; }
.hill-back { height: 46%; bottom: 20%; background: #769b78; transform: rotate(-4deg); }
.hill-front { height: 38%; bottom: -5%; background: #557c5d; transform: rotate(4deg); }
.house,.barn { position:absolute; z-index:3; bottom:25%; background:#f4efe2; box-shadow:0 12px 20px rgba(21,49,38,.16); }
.house::before,.barn::before { content:""; position:absolute; width:0;height:0; border-left:42px solid transparent; border-right:42px solid transparent; border-bottom:36px solid #7d4f36; left:-10px; top:-35px; }
.house { width:64px;height:55px;border-radius:4px; }.house span { position:absolute; width:16px;height:24px;background:#755742;bottom:0;left:24px; }
.house-one { left:21%; }.house-two { left:40%; bottom:31%; transform:scale(.82); }
.barn { width:90px;height:66px;right:19%;bottom:27%;background:#b95e43;border-radius:5px; }.barn::before { border-left-width:55px;border-right-width:55px;border-bottom:42px solid #77442f;left:-10px;top:-41px; }.barn-door { position:absolute; width:38px;height:42px;background:#7f392a;left:26px;bottom:0; }
.solar-array { position:absolute; z-index:4; right:18%;bottom:15%;display:flex;gap:5px;transform:skewY(-8deg); }.solar-array i { width:34px;height:24px;background:linear-gradient(135deg,#2b4e61,#6f9bad);border:2px solid #d4dde0; }
.garden { position:absolute; z-index:2; height:34px;border-radius:50%; background:repeating-linear-gradient(90deg,#315f3a 0 4px,#7ea065 4px 12px); transform:skewX(-14deg); }.garden-one{width:150px;left:10%;bottom:12%;}.garden-two{width:110px;right:7%;bottom:8%;}
.pond { position:absolute; z-index:2; width:130px;height:42px;left:38%;bottom:8%;border-radius:50%;background:rgba(99,164,171,.75);box-shadow:inset 0 4px 12px rgba(255,255,255,.35); }
.tree { position:absolute;z-index:5;width:12px;height:70px;background:#6d4f31;border-radius:8px; }.tree i,.tree::before,.tree::after { content:"";position:absolute;border-radius:50%;background:#315f3d; }.tree i{width:55px;height:55px;left:-22px;top:-28px}.tree::before{width:42px;height:42px;left:-26px;top:-7px}.tree::after{width:42px;height:42px;right:-26px;top:-7px}.tree-one{left:11%;bottom:25%}.tree-two{right:8%;bottom:32%;transform:scale(.74)}.tree-three{left:54%;bottom:31%;transform:scale(.55)}
.visual-label { position:absolute;z-index:8;background:rgba(255,255,255,.91);border:1px solid rgba(21,49,38,.08);padding:8px 12px;border-radius:999px;font-size:.7rem;font-weight:800;color:var(--forest-900);box-shadow:0 8px 22px rgba(21,49,38,.12); }.label-one{left:7%;bottom:6%}.label-two{right:4%;top:31%}.label-three{left:25%;top:38%}
.hero-stats { position: relative; z-index: 3; margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(255,255,255,.65); border:1px solid rgba(21,49,38,.08); border-radius: 26px 26px 0 0; backdrop-filter: blur(18px); }
.hero-stats > div { padding: 26px 30px; border-right:1px solid rgba(21,49,38,.08); }.hero-stats > div:last-child{border-right:0}.hero-stats strong{display:block;color:var(--forest-900);font-size:.93rem}.hero-stats span{display:block;color:var(--muted);font-size:.78rem;margin-top:2px}

.split-intro { display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:start; }
.kicker { display:block;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--gold-dark);margin-bottom:17px; }
.kicker-light { color:#e5c785; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.3rem); color:var(--forest-950); }
.section-forest h2, .principles-section h2 { color:white; }
.intro-copy { color:var(--muted); font-size:1.03rem; }
.intro-copy p:first-child { font-size:1.2rem;color:var(--forest-900);font-weight:600; }
.value-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:60px; }
.value-card { padding:30px;border-radius:var(--radius-md);background:white;border:1px solid rgba(21,49,38,.08);box-shadow:0 16px 40px rgba(21,49,38,.06);transition:transform .25s ease,box-shadow .25s ease; }.value-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(21,49,38,.11)}
.icon-shell { width:50px;height:50px;border-radius:16px;background:var(--sage-100);display:grid;place-items:center;color:var(--forest-700);font-size:1.3rem;margin-bottom:22px; }
.value-card h3,.contribution-card h3,.roadmap-step h3 { margin:0 0 10px;color:var(--forest-900);font-size:1.1rem; }
.value-card p,.contribution-card p,.roadmap-step p { margin:0;color:var(--muted);font-size:.9rem; }

.lifestyle-grid { display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center; }
.lifestyle-copy p { color:#c7d3cc;max-width:680px; }
.check-list { list-style:none;padding:0;margin:32px 0 0;display:grid;gap:14px; }
.check-list li { position:relative;padding-left:32px;color:#e2e9e4; }.check-list li::before { content:"✓";position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:rgba(215,170,86,.16);color:#f0d393;font-size:.72rem;font-weight:900; }
.day-card { background:linear-gradient(150deg,rgba(255,255,255,.12),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.18); }
.day-label { display:block;color:#e8cf99;font-weight:800;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;margin-bottom:25px; }
.timeline { display:grid;gap:0; }
.timeline > div { display:grid;grid-template-columns:70px 1fr;gap:20px;position:relative;padding:0 0 25px; }.timeline > div:not(:last-child)::before { content:"";position:absolute;left:35px;top:28px;bottom:0;width:1px;background:rgba(255,255,255,.16); }
.timeline time { width:70px;height:30px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.11);color:#f0d393;font-size:.72rem;font-weight:800; }
.timeline p { margin:0;color:#bfcbc4;font-size:.86rem; }.timeline strong{color:white;font-size:.92rem;}

.centered-heading { max-width:810px;text-align:center; }.centered-heading p{color:var(--muted);margin:22px auto 0;max-width:720px;}
.contribution-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:55px; }
.contribution-card { position:relative;padding:42px;border-radius:30px;background:rgba(255,255,255,.72);border:1px solid rgba(21,49,38,.1);overflow:hidden; }.contribution-card.featured{background:var(--forest-900);color:white;box-shadow:0 28px 70px rgba(21,49,38,.2)}.contribution-card.featured h3{color:white}.contribution-card.featured p,.contribution-card.featured li{color:#c8d3cd}.contribution-card.featured .contribution-icon{background:rgba(255,255,255,.1);color:#efd18e}.contribution-card.featured .card-number{color:rgba(255,255,255,.07)}
.card-number { position:absolute;right:24px;top:6px;font-family:Georgia,"Times New Roman",serif;font-size:6rem;color:rgba(21,49,38,.05);font-weight:700;line-height:1; }
.contribution-icon { width:58px;height:58px;border-radius:18px;background:var(--sage-100);display:grid;place-items:center;font-size:1.55rem;font-weight:800;color:var(--forest-700);margin-bottom:24px; }
.contribution-card h3 { font-size:1.55rem; }.contribution-card ul{padding-left:20px;color:var(--muted);margin:24px 0 0;display:grid;gap:8px;font-size:.88rem;}
.contribution-note { margin-top:24px;border-radius:18px;background:#fff;padding:18px 24px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;border:1px solid rgba(21,49,38,.08); }.contribution-note strong{color:var(--forest-900)}.contribution-note span{color:var(--muted)}

.roadmap-layout { display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start; }.roadmap-intro{position:sticky;top:130px}.roadmap-intro p{color:var(--muted);margin:22px 0}.text-link{font-weight:800;color:var(--forest-700)}
.roadmap-steps { display:grid;gap:16px; }.roadmap-step { display:grid;grid-template-columns:66px 1fr;gap:22px;padding:26px;border-radius:20px;border:1px solid rgba(21,49,38,.08);background:white; }.roadmap-step > span{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:var(--sage-100);color:var(--forest-700);font-weight:900}.roadmap-step h3{font-size:1.05rem}.roadmap-step p{font-size:.86rem}

.principles-section { background:var(--cream);padding-top:0; }.principles-card { background:linear-gradient(135deg,var(--forest-950),var(--forest-800));border-radius:38px;padding:60px;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;color:white;box-shadow:var(--shadow); }.principles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.principles-grid p{margin:0;color:#c5d0ca;font-size:.87rem}.principles-grid strong{color:white}

.join-section { background:linear-gradient(160deg,#f7f4eb,#e5ece1); }.join-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.join-copy p{color:var(--muted);font-size:1.02rem}.ideal-members{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.ideal-members span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(21,49,38,.08);font-size:.76rem;font-weight:800;color:var(--forest-700)}
.interest-form{background:white;border-radius:30px;padding:34px;box-shadow:var(--shadow);border:1px solid rgba(21,49,38,.08)}.form-header{margin-bottom:24px}.form-header span{display:block;font-weight:900;color:var(--forest-900);font-size:1.15rem}.form-header p{margin:3px 0 0;color:var(--muted);font-size:.84rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.interest-form label{display:grid;gap:7px;margin-bottom:15px;font-size:.78rem;font-weight:800;color:var(--forest-900)}.interest-form input,.interest-form select,.interest-form textarea{width:100%;border:1px solid #dce3dc;border-radius:12px;background:#fbfcfa;padding:13px 14px;color:var(--ink);outline:none;transition:border .2s ease,box-shadow .2s ease}.interest-form input:focus,.interest-form select:focus,.interest-form textarea:focus{border-color:var(--sage-600);box-shadow:0 0 0 4px rgba(95,128,103,.12)}.checkbox-label{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:10px!important;font-weight:600!important;color:var(--muted)!important;line-height:1.5}.checkbox-label input{width:17px;height:17px;margin-top:2px}.form-note{margin:12px 0 0;color:#849087;font-size:.68rem;text-align:center}.form-success{display:none;margin-top:14px;padding:12px 14px;border-radius:12px;background:#e8f3e8;color:#2d6138;font-size:.8rem;font-weight:800;text-align:center}.form-success.show{display:block}

.final-cta { background:var(--gold);padding:34px 0; }.final-cta .container{display:flex;justify-content:space-between;align-items:center;gap:24px}.final-cta p{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;color:var(--forest-950);margin:0;font-weight:700}
.site-footer{background:#0f241b;color:#c4d0c9;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.brand-footer{color:white}.brand-footer small{color:#8fa299}.footer-brand p{max-width:390px;color:#93a49b;font-size:.84rem}.site-footer h4{color:white;margin:0 0 14px;font-size:.84rem}.site-footer a,.site-footer p{display:block;color:#93a49b;font-size:.78rem;margin:0 0 9px}.site-footer a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#71847a;font-size:.7rem}

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s ease; }.reveal.visible{opacity:1;transform:none}

@media (max-width: 1020px){
  .hero-grid,.lifestyle-grid,.roadmap-layout,.join-grid,.principles-card{grid-template-columns:1fr;gap:50px}.hero-grid{padding-bottom:70px}.visual-card{max-width:680px;margin:auto}.value-grid{grid-template-columns:repeat(2,1fr)}.roadmap-intro{position:static}.principles-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.main-nav{gap:18px;font-size:.82rem}
}
@media (max-width: 760px){
  .section{padding:78px 0}.container{width:min(100% - 26px,1180px)}.site-header{position:fixed}.menu-toggle{display:block;z-index:52}.main-nav{position:fixed;inset:0;background:rgba(250,248,241,.98);display:flex;flex-direction:column;justify-content:center;gap:28px;font-size:1.15rem;transform:translateX(100%);transition:transform .28s ease}.main-nav.open{transform:none}.nav-cta{padding:13px 22px}.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero{padding-top:126px}.hero-grid{min-height:auto;gap:50px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-actions,.trust-row{justify-content:center}h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-lead{font-size:.98rem}.visual-card{min-height:390px}.hero-stats{grid-template-columns:1fr;margin-top:35px;border-radius:24px 24px 0 0}.hero-stats>div{border-right:0;border-bottom:1px solid rgba(21,49,38,.08);text-align:center}.hero-stats>div:last-child{border-bottom:0}
  .split-intro{grid-template-columns:1fr;gap:30px}.value-grid,.contribution-grid,.principles-grid{grid-template-columns:1fr}.contribution-card{padding:32px}.principles-card{padding:36px 26px;border-radius:26px}.form-row{grid-template-columns:1fr}.interest-form{padding:24px}.final-cta .container{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.roadmap-step{grid-template-columns:52px 1fr;padding:20px}.roadmap-step>span{width:46px;height:46px}.day-card{padding:26px}.timeline>div{grid-template-columns:56px 1fr;gap:14px}.timeline time{width:56px}.timeline>div:not(:last-child)::before{left:28px}
}
@media (max-width: 480px){
  .brand small{display:none}.brand-mark{width:40px;height:40px}.nav-wrap{min-height:70px}.hero{padding-top:110px}.visual-card{min-height:330px;border-radius:28px}.visual-label{font-size:.58rem}.value-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.btn{width:100%}.trust-row{display:grid}.section-heading h2,.centered-heading h2,.join-copy h2{font-size:2.55rem}
}
