:root{
--green:#163f30;--green2:#2f6a51;--green3:#eaf2ec;--cream:#f7f3e9;--cream2:#fcfaf5;--ink:#18271f;--muted:#6a756d;--line:#e1e7e1;--white:#fff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
img{max-width:100%}a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{width:min(1120px,calc(100% - 40px));margin:auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--green);min-width:0}.brand-icon{width:38px;height:38px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:1.45rem}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-family:Georgia,serif;font-size:1.18rem}.brand-copy small{font-size:.66rem;color:#738078;margin-top:4px;white-space:nowrap}
.main-nav{display:flex;gap:26px}.main-nav a{text-decoration:none;font-size:.88rem;font-weight:700;color:#3b5145}.main-nav a:hover{color:var(--green)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;font-size:1.3rem;color:var(--green)}
.hero{background:linear-gradient(180deg,#fbfaf6 0%,#f4f7f2 100%);padding:74px 0 62px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:850;color:var(--green2);margin-bottom:14px}.eyebrow.light{color:#b8d0c0}
.hero-copy h1,.section-head h2,.process-intro h2,.about-grid h2,.cta-box h2{font-family:Georgia,serif;letter-spacing:-.035em;line-height:1.05;color:var(--green)}
.hero-copy h1{font-size:clamp(3rem,6vw,5.2rem);margin:0 0 24px}.hero-copy>p{font-size:1.14rem;line-height:1.75;color:#536058;max-width:650px}
.search-box{display:flex;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;margin-top:28px;box-shadow:0 16px 42px rgba(24,58,43,.08)}.search-box input{flex:1;border:0;outline:0;padding:11px 12px;font-size:1rem;min-width:0}.search-box button{border:0;background:var(--green);color:#fff;border-radius:12px;padding:0 22px;font-weight:800}
.popular{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:18px;font-size:.86rem}.popular span{color:#879088}.popular a{text-decoration:none;color:var(--green2);font-weight:800;border-bottom:1px dashed #b7c5bb}
.hero-feature{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:26px;padding:18px;box-shadow:0 22px 55px rgba(22,63,48,.08)}.hero-image{border-radius:18px;overflow:hidden}.hero-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.feature-meta{font-size:.72rem;font-weight:850;letter-spacing:.12em;color:var(--green2);margin-top:18px}.hero-feature h2{font-family:Georgia,serif;color:var(--green);font-size:1.8rem;line-height:1.12;margin:8px 0 10px}.hero-feature p{color:#66736b;margin:0 0 12px}.text-link{color:var(--green2);font-weight:850;font-size:.9rem}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-grid>div{padding:24px 22px;display:grid;grid-template-columns:auto 1fr;column-gap:12px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border-right:0}.trust-grid span{grid-row:1/3;font-family:Georgia,serif;color:#9aa89e;font-size:1.4rem}.trust-grid strong{color:var(--green);font-size:.95rem}.trust-grid small{color:#7b857f}
.section{padding:84px 0}.section.muted{background:#f3f7f2}.section.dark{background:var(--green);color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:34px}.section-head h2{font-size:clamp(2.3rem,4.5vw,3.7rem);margin:0;max-width:700px}.section-head>p{max-width:340px;color:#6d796f}.section-link{text-decoration:none;color:var(--green2);font-weight:850;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{display:flex;flex-direction:column;justify-content:space-between;min-height:210px;border:1px solid var(--line);border-radius:20px;padding:22px;text-decoration:none;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(26,60,46,.08)}.category-card.featured{background:#edf5ef}.category-icon{width:46px;height:46px;border-radius:14px;background:#f5f6f0;display:grid;place-items:center;font-size:1.3rem}.category-card h3{font-family:Georgia,serif;color:var(--green);font-size:1.35rem;margin:18px 0 8px}.category-card p{color:#728078;font-size:.9rem;margin:0 0 16px}.category-card span{font-size:.8rem;color:var(--green2);font-weight:850}
.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.article-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.article-image{display:block;height:240px;overflow:hidden;text-decoration:none}.article-image img{width:100%;height:100%;object-fit:cover}.placeholder{display:grid;place-items:center;font-family:Georgia,serif;font-size:1.35rem;color:#52665a;background:#e6ece8}.p2{background:#efe8dc}.p3{background:#e2ecef}.p4{background:#ece4db}.article-body{padding:22px}.article-tag{font-size:.68rem;letter-spacing:.12em;font-weight:850;color:var(--green2)}.article-card h3{font-family:Georgia,serif;color:var(--green);font-size:1.55rem;line-height:1.12;margin:8px 0}.article-card h3 a{text-decoration:none}.article-card p{color:#738078;font-size:.9rem}.coming{font-size:.8rem;color:#758079;font-weight:800}
.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.process-intro h2{color:#fff;font-size:clamp(2.5rem,5vw,4rem);margin:0 0 18px}.process-intro p{color:#d7e2db;max-width:520px}.process-list>div{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12)}.process-list span{font-family:Georgia,serif;font-size:1.5rem;color:#7da18d}.process-list strong{font-family:Georgia,serif;font-size:1.35rem}.process-list p{margin:6px 0 0;color:#c7d7ce;font-size:.9rem}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.about-grid h2{font-size:clamp(2.5rem,5vw,4rem);margin:0}.about-grid p{color:#68756d;font-size:1.02rem}
.cta-section{padding:20px 0 84px}.cta-box{background:var(--cream);border-radius:26px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-box h2{font-size:2.2rem;margin:0 0 8px}.cta-box p{margin:0;color:#6f7972}.cta-button{text-decoration:none;background:var(--green);color:#fff;padding:14px 20px;border-radius:12px;font-weight:850;white-space:nowrap}
.footer{background:#102f24;color:#dce7df;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px}.footer-brand strong{font-family:Georgia,serif;font-size:1.35rem}.footer-brand p{color:#aebfb4}.footer h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#a9c0b2}.footer a{display:block;text-decoration:none;color:#c6d4cb;font-size:.85rem;margin:10px 0}.copyright{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#8fa698}
@media(max-width:900px){.hero-grid,.process-grid,.about-grid{grid-template-columns:1fr}.hero-feature{max-width:680px}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){
.container,.header-inner{width:min(100% - 30px,1120px)}.header-inner{min-height:64px}.brand-copy small{display:none}.main-nav{display:none;position:absolute;left:15px;right:15px;top:70px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:0 18px 45px rgba(18,55,41,.12);flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 10px;border-bottom:1px solid #edf0ed}.main-nav a:last-child{border-bottom:0}.menu-toggle{display:block}
.hero{padding:42px 0 44px}.hero-grid{gap:34px}.hero-copy h1{font-size:2.75rem}.hero-copy>p{font-size:1.03rem}.search-box{flex-direction:column;padding:9px}.search-box button{height:48px}.hero-feature{padding:14px;border-radius:20px}.hero-image img{aspect-ratio:16/10}.hero-feature h2{font-size:1.55rem}
.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 4px}.trust-grid>div:last-child{border-bottom:0}
.section{padding:60px 0}.section-head{display:block}.section-head h2{font-size:2.35rem}.section-head>p{margin-top:14px}.section-link{display:inline-block;margin-top:12px}
.category-grid{grid-template-columns:1fr}.category-card{min-height:auto;display:grid;grid-template-columns:54px 1fr;gap:14px;padding:18px}.category-icon{grid-row:1/3}.category-card h3{margin:2px 0 5px}.category-card p{margin-bottom:10px}
.article-grid{grid-template-columns:1fr}.article-image{height:210px}.process-grid,.about-grid{gap:30px}.process-intro h2,.about-grid h2{font-size:2.55rem}
.cta-box{display:block;padding:28px 24px}.cta-box h2{font-size:2rem}.cta-button{display:inline-flex;margin-top:20px}
.footer-grid{grid-template-columns:1fr;gap:24px}.footer{padding-top:40px}
}