
:root{--ink:#24312a;--muted:#718078;--line:#e6ece7;--green:#5c8a68;--cream:#f7f8f4;--soft:#eef5ef;--peach:#f6eee8}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.shell{width:min(1180px,92%);margin:auto}
.notice{background:#f4f8f4;border-bottom:1px solid var(--line);font-size:12px;color:#65736a;text-align:center;padding:9px}header{background:#fff;border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:29px;font-weight:800;letter-spacing:-1.5px}.brand i{font-style:normal;color:var(--green)}nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#536159}.contact-pill{border:1px solid var(--green);color:var(--green);padding:8px 16px;border-radius:30px}
.hero{padding:48px 0 28px}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:36px;align-items:stretch}.hero-copy{background:var(--cream);padding:58px 54px;display:flex;flex-direction:column;justify-content:center;border-radius:24px}.kicker{font-size:10px;letter-spacing:2px;font-weight:800;text-transform:uppercase;color:var(--green)}h1{font-size:58px;line-height:1.02;letter-spacing:-2.6px;margin:13px 0 18px}.hero-copy p{font-size:17px;color:var(--muted);max-width:520px;margin:0}.cta{display:inline-block;margin-top:24px;background:var(--ink);color:#fff;padding:13px 21px;border-radius:8px;font-size:14px;font-weight:bold;width:max-content}.hero-photo{position:relative;min-height:440px;overflow:hidden;border-radius:24px}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover}.floating{position:absolute;bottom:18px;left:18px;background:#fff;padding:14px 17px;border-radius:13px;box-shadow:0 10px 30px rgba(35,50,40,.12);font-size:12px}
.topic-row{display:flex;gap:12px;flex-wrap:wrap;padding:25px 0 48px}.topic{padding:10px 16px;background:#fff;border:1px solid var(--line);border-radius:30px;font-size:12px;color:#536159}.section{padding:56px 0}.section-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-top h2{font-size:34px;letter-spacing:-1px;margin:0}.section-top p{color:var(--muted);margin:3px 0 0}.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.story{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.story img{width:100%;height:300px;display:block;object-fit:cover}.story .content{padding:23px}.story h3{font-size:25px;line-height:1.25;margin:7px 0}.story p{font-size:14px;color:var(--muted);margin:0 0 12px}.read{font-size:13px;font-weight:bold;color:var(--green)}.stack{display:grid;gap:18px}.stack-card{display:grid;grid-template-columns:180px 1fr;border:1px solid var(--line);border-radius:17px;overflow:hidden}.stack-card img{width:100%;height:100%;min-height:185px;object-fit:cover}.stack-card .content{padding:18px}.stack-card h3{font-size:19px;line-height:1.25;margin:6px 0}.stack-card p{font-size:13px;color:var(--muted);margin:0}.soft-section{background:var(--soft);border-block:1px solid #e1ebe2}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards .story img{height:190px}.cards .story h3{font-size:20px}
.form-section{padding:70px 0;background:var(--peach)}.form-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.form-copy h2{font-size:42px;line-height:1.1;margin:8px 0}.form-copy p{color:#6e716e}.formbox{background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 45px rgba(50,55,45,.08)}.field{margin:13px 0}.field label{display:block;font-size:12px;font-weight:bold;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;font:inherit;padding:12px 13px;border:1px solid #d9e0da;border-radius:8px;background:#fff}.field textarea{min-height:100px}.submit{width:100%;padding:13px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:bold;font-size:14px;cursor:pointer}.success{display:none;margin-top:12px;padding:11px 12px;border-radius:8px;background:#edf7ee;color:#396447;font-size:13px}
.page-head{padding:55px 0;background:var(--cream);border-bottom:1px solid var(--line)}.page-head h1{font-size:50px;margin:8px 0}.page-head p{color:var(--muted);margin:0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-wrap{max-width:840px;margin:auto;padding:60px 0}.article-wrap h1{font-size:48px}.article-wrap .cover{width:100%;height:440px;object-fit:cover;border-radius:20px;margin:24px 0}.article-wrap p,.article-wrap li{color:#58665d;font-size:16px}.note{background:var(--soft);padding:17px;border-left:4px solid var(--green);border-radius:8px}footer{border-top:1px solid var(--line);padding:35px 0;background:#fff;font-size:12px;color:#758178}.footer-row{display:flex;justify-content:space-between;gap:15px}
@media(max-width:880px){.hero-grid,.feature-grid,.form-grid{grid-template-columns:1fr}.cards,.article-grid{grid-template-columns:1fr}.hero-photo{min-height:340px}.hero-copy{padding:45px 30px}}@media(max-width:560px){nav a:nth-child(2),nav a:nth-child(3){display:none}h1{font-size:42px}.page-head h1,.article-wrap h1{font-size:39px}.stack-card{grid-template-columns:1fr}.stack-card img{height:220px}.footer-row{flex-direction:column}.hero-photo{min-height:290px}}
