:root{--bg:#eef8ed;--ink:#173420;--muted:#667b6b;--leaf:#2f6f4e;--sun:#f5c967}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(#e5f7e7,#fff4cf);color:var(--ink)}main{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:34px;width:min(1120px,calc(100% - 32px));margin:auto}.forest{height:560px;display:flex;align-items:end;gap:18px;border-radius:8px;background:linear-gradient(#d5f6df,#8ecf9d);padding:30px;overflow:hidden}.forest i{flex:1;height:70%;background:var(--leaf);clip-path:polygon(50% 0,100% 72%,70% 72%,100% 100%,0 100%,30% 72%,0 72%);animation:sway 3s ease-in-out infinite}.forest i:nth-child(2){height:90%;animation-delay:.2s}.forest i:nth-child(3){height:58%;animation-delay:.4s}.forest i:nth-child(4){height:78%;animation-delay:.6s}.copy p:first-child{color:var(--leaf);font-weight:950;text-transform:uppercase}h1{font-size:clamp(7rem,20vw,15rem);line-height:.8;margin:0}h2{font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4.8rem);line-height:1;margin:18px 0}.copy p:last-of-type{color:var(--muted);line-height:1.8}.btn{display:inline-flex;margin-top:18px;padding:15px 22px;border-radius:999px;background:var(--leaf);color:#fff;text-decoration:none;font-weight:950}.btn:hover{background:#204d35;transform:translateY(-4px)}@keyframes sway{50%{transform:skewX(4deg)}}@media(max-width:820px){main{grid-template-columns:1fr;padding:46px 0}.forest{height:300px}.copy{order:-1}}
