
:root{
  --cream:#f7f2ea;--cream2:#eee5d7;--paper:#fffdf9;--ink:#25271f;--muted:#6d7064;
  --green:#344b2d;--green2:#73865f;--sage:#a8b28c;--line:#d9d2c4;--terracotta:#a56f50;
  --shadow:0 18px 48px rgba(39,43,32,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}img{display:block;width:100%}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}
.header{position:sticky;top:0;z-index:30;background:rgba(247,242,234,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(217,210,196,.8)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}
.brand{display:flex;align-items:center;gap:11px}.leafmark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-family:Georgia,serif;font-size:1.25rem}
.brand strong{display:block;font-family:Georgia,serif;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font-size:.69rem;letter-spacing:.11em;text-transform:uppercase}
.navlinks{display:flex;gap:22px;flex-wrap:wrap}.navlinks a{font-size:.92rem;font-weight:700;color:#4d5145}
.hero{position:relative;height:650px;overflow:hidden;background:#24301f}.hero-img{position:absolute;inset:0;height:100%;object-fit:cover;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,25,15,.82),rgba(18,25,15,.47) 43%,rgba(18,25,15,.04) 78%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero-copy{max-width:620px;color:white}.kicker{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#71845d}.light{color:#d9e0c2}.hero h1,.section h2,.manifesto h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}.hero h1{font-size:clamp(2.6rem,5vw,5.1rem);line-height:1.02;margin:10px 0 18px;letter-spacing:-.035em}.hero h1 em{font-weight:400}.hero p{font-size:1.07rem;color:rgba(255,255,255,.82);max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:1px solid transparent;border-radius:999px;font-weight:850;cursor:pointer}.btn-cream{background:#f2eadc}.btn-outline{border-color:rgba(255,255,255,.58);color:white}.btn-green{background:var(--green);color:white}
.manifesto{background:var(--paper);border-bottom:1px solid var(--line);padding:36px 0}.manifesto-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:end}.manifesto h2{font-size:2.4rem;line-height:1.05;margin:8px 0 0}.manifesto-grid>p{margin:0;color:var(--muted);font-size:1.03rem}
.section{padding:82px 0}.section.soft{background:var(--cream2)}.section-head{margin-bottom:32px}.section-head h2{font-size:clamp(2rem,3.6vw,3.6rem);line-height:1.07;margin:7px 0 0}.section-head.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:end}.section-head.split p{margin:0;color:var(--muted)}.centered{text-align:center;max-width:800px;margin:0 auto 34px}.centered p{color:var(--muted)}
.story-grid{display:grid;grid-template-columns:1.2fr .8fr .65fr;gap:20px;align-items:stretch}.story{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.story img{height:290px;object-fit:cover}.story-large img{height:410px}.story-body{padding:18px 20px}.story-body span{color:#71845d;font-size:.74rem;font-weight:900;letter-spacing:.11em}.story h3{font-family:Georgia,serif;font-size:1.45rem;margin:6px 0}.story p{margin:0;color:var(--muted)}.illustrated img{object-fit:cover;background:#f4eee3}
.principles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.principles article{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:22px}.principles b{color:#7e906a}.principles h3{font-family:Georgia,serif;font-size:1.35rem;margin:8px 0}.principles p{margin:0;color:var(--muted)}
.planner{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.planner-panel{border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.controls{background:var(--paper)}.controls label{display:block;font-weight:850;margin:0 0 7px}.controls select,.range-box select{width:100%;padding:13px 14px;margin:0 0 16px;border-radius:14px;border:1px solid var(--line);background:white;font-size:1rem}.controls .btn{width:100%}.result{background:linear-gradient(135deg,#3a512f,#283d23);color:white}.result-label{font-size:.72rem;letter-spacing:.14em;font-weight:900;color:#d9e1c5}.result h3,.budget-card h3{font-family:Georgia,serif;font-size:2.05rem;line-height:1.08;margin:12px 0}.result p{color:rgba(255,255,255,.76)}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.tags span{background:rgba(255,255,255,.11);padding:7px 10px;border-radius:999px;font-size:.86rem}
.budget{background:var(--green);color:white}.budget-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px}.budget-intro h2{font-family:Georgia,serif;font-size:clamp(2.2rem,3.8vw,3.8rem);line-height:1.03;margin:8px 0 16px}.budget-intro>p{color:rgba(255,255,255,.72);max-width:520px}.range-box{margin-top:28px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);padding:18px;border-radius:20px}.range-head{display:flex;justify-content:space-between;align-items:end}.range-head strong{font-family:Georgia,serif;font-size:2.2rem}.range-box input[type=range]{width:100%;accent-color:#c6d1a9;margin:14px 0 16px}.range-box label{display:block;font-weight:850;margin-bottom:7px}.range-box select{margin-bottom:0;background:#f9f5ee}.budget-card{background:#f8f3ea;color:var(--ink);border-radius:25px;padding:26px;box-shadow:var(--shadow)}.budget-card>p{color:var(--muted)}.budget-lines{display:grid;gap:10px;margin:19px 0}.budget-line{display:flex;justify-content:space-between;gap:15px;background:#ece4d8;padding:11px 13px;border-radius:12px}.budget-card small{color:var(--muted)}
.season-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:16px}.season-grid>div,.season-grid>article{padding:22px;border-radius:20px;border:1px solid var(--line);background:var(--paper)}.season-title{background:#dfe6cf!important}.season-title h2{font-family:Georgia,serif;font-size:2.3rem;line-height:1.05}.season-title p{color:var(--muted)}.season-grid article span{font-size:.72rem;letter-spacing:.12em;font-weight:900;color:#788766}.season-grid article h3{font-family:Georgia,serif;margin:8px 0}.season-grid article p{margin:0;color:var(--muted)}
.faq-list{max-width:920px;margin:auto;display:grid;gap:12px}.faq-list details{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:0 18px}.faq-list summary{padding:17px 2px;cursor:pointer;font-weight:850}.faq-list p{margin:0 0 17px;color:var(--muted)}
.footer{background:#202c1d;color:#f7f3eb;padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr .7fr;gap:26px}.footer-brand{margin-bottom:12px}.footer p,.footer a{color:rgba(255,255,255,.68)}.footer a{display:block;margin:7px 0}.footer h4{margin:0 0 12px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.10);margin-top:28px;padding-top:16px;color:rgba(255,255,255,.55);font-size:.9rem}
.cookie{position:fixed;left:14px;right:14px;bottom:14px;z-index:50;max-width:860px;margin:auto;background:#202d1d;color:white;border-radius:18px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 45px rgba(0,0,0,.28)}.cookie span{display:block;color:rgba(255,255,255,.72);font-size:.9rem;margin-top:3px}.cookie button{border:0;border-radius:999px;min-height:42px;padding:0 17px;font-weight:900;cursor:pointer}
@media(max-width:960px){.navlinks{display:none}.manifesto-grid,.section-head.split,.story-grid,.principles,.planner,.budget-grid,.season-grid,.footer-grid{grid-template-columns:1fr 1fr}.story-large{grid-column:1/-1}.story-large img{height:350px}.budget-grid,.planner,.manifesto-grid,.section-head.split,.footer-grid{grid-template-columns:1fr}}
@media(max-width:620px){.wrap{width:min(100% - 26px,1160px)}.hero{height:590px}.principles,.story-grid,.season-grid{grid-template-columns:1fr}.section{padding:60px 0}.story-large{grid-column:auto}.story img,.story-large img{height:auto}.cookie{flex-direction:column;align-items:flex-start}.cookie button{width:100%}}
