:root{
  --ink:#111827;--muted:#64748b;--brand:#0f513f;--brand-2:#1b6b55;--accent:#22c55e;--paper:#f8fafc;--line:#e5e7eb;--white:#fff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.9)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-weight:800;font-size:1.45rem;color:var(--brand)}
.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:var(--brand)}.brand-mark svg{width:100%;height:100%}
.desktop-nav{display:flex;gap:22px;margin-left:auto;font-size:.93rem}.desktop-nav a{color:#344054}.desktop-nav a:hover{color:var(--brand)}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;border:none;padding:14px 22px;border-radius:10px;font-weight:700;cursor:pointer;transition:.2s;box-shadow:0 8px 20px rgba(15,81,63,.12)}
.btn:hover{transform:translateY(-1px);background:var(--brand-2)}.btn-small{padding:11px 18px;font-size:.92rem}
.menu-btn{display:none;margin-left:auto;background:none;border:none;font-size:1.6rem}.mobile-nav{display:none;padding:0 4% 18px;flex-direction:column;gap:12px}
.hero{background:linear-gradient(110deg,#f8fafc 0%,#f4f1eb 48%,#eef7f1 100%);overflow:hidden}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;padding:74px 0}
.eyebrow{letter-spacing:.18em;font-weight:800;font-size:.76rem;color:var(--brand)}.eyebrow.light{color:#d8f4e6}
.hero h1,.section h2,.newsletter h2{font-family:Manrope,sans-serif;line-height:1.04;letter-spacing:-.04em;margin:16px 0 20px}
.hero h1{font-size:clamp(3.2rem,7vw,5.7rem)}.hero-copy>p{font-size:1.15rem;color:#475467;max-width:650px}
.hero-actions{display:flex;gap:22px;align-items:center;margin:30px 0}.text-link{font-weight:700;color:var(--brand)}
.trust-strip{display:flex;gap:22px;flex-wrap:wrap;color:#667085;font-size:.86rem}.trust-strip span:before{content:"✓";color:var(--accent);font-weight:800;margin-right:7px}
.hero-visual{position:relative;height:440px}.visual-card{position:absolute;border-radius:20px;box-shadow:0 24px 50px rgba(17,24,39,.12)}
.note-card{right:8%;top:2%;width:220px;height:260px;background:#fbfaf6;padding:38px 32px;transform:rotate(3deg);font-family:Georgia,serif;font-style:italic;font-size:1.8rem;color:#4b5563}.note-card span{display:block;margin-bottom:12px}
.laptop-card{left:3%;bottom:5%;width:360px;height:220px;background:#d9dee4;border:12px solid #111827;border-bottom-width:24px}.screen{height:100%;background:white;padding:28px}
.screen-pill{height:18px;width:70px;border-radius:99px;background:#d9f2e5;margin-bottom:18px}.screen-line{height:10px;background:#eef1f4;margin:12px 0;border-radius:4px}.w70{width:70%}.w90{width:90%}.w55{width:55%}
.screen-button{margin-top:26px;width:100px;background:var(--brand);color:#fff;padding:8px 12px;border-radius:6px;text-align:center;font-size:.8rem}
.mug{position:absolute;bottom:2%;right:8%;width:130px;height:120px;background:#e8dfd0;border-radius:0 0 28px 28px;padding:24px 18px;font-family:Georgia,serif;color:#665f54;box-shadow:0 18px 30px rgba(17,24,39,.12)}
.mug:after{content:"";position:absolute;width:42px;height:50px;border:10px solid #e8dfd0;border-left:0;border-radius:0 24px 24px 0;right:-37px;top:26px}
.plant{position:absolute;right:28%;top:4%;width:100px;height:160px}.stem{position:absolute;width:4px;height:115px;background:#496d56;left:48px;top:38px;transform:rotate(5deg)}
.leaf{position:absolute;width:44px;height:24px;background:#6d8c72;border-radius:44px 4px 44px 4px}.l1{left:8px;top:28px;transform:rotate(24deg)}.l2{left:46px;top:48px;transform:rotate(-28deg)}.l3{left:19px;top:82px;transform:rotate(8deg)}
.categories{border-bottom:1px solid var(--line);background:#fff}.category-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.category-card{padding:32px;border-right:1px solid var(--line);transition:.2s}.category-card:last-child{border-right:none}.category-card:hover{background:#f8fbf9}
.icon{font-size:1.6rem;color:var(--brand)}.category-card h3{margin:12px 0 6px;font-family:Manrope}.category-card p{margin:0;color:var(--muted);font-size:.92rem}
.section{padding:92px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-heading h2{font-size:clamp(2.1rem,4vw,3.4rem);max-width:700px}.section-heading p{max-width:360px;color:var(--muted)}
.article-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.article-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;position:relative;box-shadow:0 10px 25px rgba(15,23,42,.04)}
.article-badge{position:absolute;z-index:2;top:16px;left:16px;background:var(--brand);color:#fff;border-radius:99px;padding:7px 10px;font-size:.68rem;font-weight:800;letter-spacing:.08em}
.article-media{height:210px;background:linear-gradient(135deg,#dceee2,#f4eadb)}.featured .article-media{height:300px}.media-two{background:linear-gradient(135deg,#efe7dc,#dfece4)}.media-three{background:linear-gradient(135deg,#dfe7ef,#e8f2ea)}
.article-media:after{content:"";display:block;width:80px;height:80px;border-radius:18px;background:#fff9;position:relative;top:62px;left:50%;transform:translateX(-50%) rotate(8deg);box-shadow:0 12px 28px #0001}
.article-body{padding:24px}.kicker{color:var(--brand);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.article-body h3{font-family:Manrope;font-size:1.35rem;line-height:1.25;margin:10px 0}.article-body p{color:var(--muted);font-size:.94rem}.article-body a{font-weight:800;color:var(--brand)}
.split-section{background:var(--paper)}.split-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}.split-grid h2{font-size:clamp(2.2rem,4vw,3.5rem)}.split-grid>div>p{max-width:720px;color:var(--muted);font-size:1.05rem}
.steps{display:grid;gap:20px;margin-top:34px}.steps>div{display:grid;grid-template-columns:46px 130px 1fr;align-items:start;gap:12px}.steps span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#dcefe6;color:var(--brand);font-weight:800}.steps strong{padding-top:6px;font-family:Manrope}.steps p{margin:4px 0;color:var(--muted)}
.toolbox-card{background:#10261f;color:#fff;border-radius:22px;padding:32px}.toolbox-card h3{font-family:Manrope;font-size:1.8rem;margin:8px 0 22px}.toolbox-card ul{list-style:none;padding:0;margin:0 0 26px}.toolbox-card li{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #ffffff1f}.toolbox-card li span{color:#c1d0c9;font-size:.9rem;text-align:right}.btn-wide{width:100%}.toolbox-card small{display:block;color:#aebdb6;margin-top:16px;line-height:1.5}
.newsletter{background:var(--brand);color:#fff}.newsletter-inner{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:40px;padding:66px 0}.newsletter h2{font-size:clamp(2.2rem,4vw,3.5rem);margin:10px 0}.newsletter p{color:#d9ebe4}.signup-form{display:flex;gap:10px}.signup-form input{flex:1;border:none;border-radius:10px;padding:16px 18px;font-size:1rem}.btn-light{background:#fff;color:var(--brand);box-shadow:none}
footer{background:#111815;color:#d5dfda;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr 1fr;gap:42px}.footer-brand{color:#fff}.footer-grid p{color:#9fb0a8}.footer-grid h4{color:#fff;margin:0 0 14px}.footer-grid>div>a:not(.brand){display:block;margin:9px 0;color:#c6d2cc}.socials{display:flex;gap:8px}.socials span{width:34px;height:34px;border:1px solid #ffffff2b;border-radius:50%;display:grid;place-items:center;font-size:.75rem}.footer-note{font-family:Georgia,serif;font-style:italic;font-size:1.25rem}.copyright{border-top:1px solid #ffffff17;margin-top:40px;padding-top:18px;color:#80918a;font-size:.84rem}
@media (max-width:980px){.desktop-nav,.desktop-cta{display:none}.menu-btn{display:block}.mobile-nav.open{display:flex}.hero-grid,.split-grid,.newsletter-inner{grid-template-columns:1fr}.hero-visual{height:390px}.category-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:1fr 1fr}.featured{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.hero-grid{padding:50px 0}.hero h1{font-size:3rem}.hero-visual{height:330px}.laptop-card{width:280px;height:175px}.note-card{width:170px;height:205px;font-size:1.35rem}.mug{transform:scale(.8);transform-origin:bottom right}.category-grid,.article-grid,.footer-grid{grid-template-columns:1fr}.category-card{border-right:none;border-bottom:1px solid var(--line)}.section{padding:68px 0}.section-heading{align-items:start;flex-direction:column}.steps>div{grid-template-columns:44px 1fr}.steps p{grid-column:2}.signup-form{flex-direction:column}}


/* Article pages */
.article-hero{
  background:linear-gradient(120deg,#f8fafc 0%,#f4f1eb 55%,#eef7f1 100%);
  border-bottom:1px solid var(--line);
}
.article-hero-inner{
  width:min(900px,92%);
  margin:auto;
  padding:72px 0 58px;
}
.breadcrumbs{
  font-size:.86rem;
  color:var(--muted);
  margin-bottom:18px;
}
.breadcrumbs a{color:var(--brand);font-weight:700}
.article-hero h1{
  font-family:Manrope,sans-serif;
  font-size:clamp(2.7rem,6vw,4.8rem);
  line-height:1.04;
  letter-spacing:-.045em;
  margin:12px 0 18px;
}
.article-dek{
  font-size:1.17rem;
  color:#475467;
  max-width:760px;
}
.article-meta{
  margin-top:22px;
  color:#7a8699;
  font-size:.88rem;
}
.article-layout{
  width:min(1120px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:56px;
  padding:64px 0 90px;
}
.article-content{
  max-width:760px;
}
.article-content h2{
  font-family:Manrope,sans-serif;
  font-size:2rem;
  line-height:1.15;
  margin:50px 0 16px;
  letter-spacing:-.025em;
}
.article-content h3{
  font-family:Manrope,sans-serif;
  font-size:1.35rem;
  margin:30px 0 12px;
}
.article-content p,
.article-content li{
  color:#344054;
  font-size:1.03rem;
}
.article-content ul,
.article-content ol{
  padding-left:1.25rem;
}
.article-content li{
  margin:.55rem 0;
}
.callout{
  border:1px solid #cde7d9;
  background:#f3faf6;
  border-radius:16px;
  padding:22px 24px;
  margin:28px 0;
}
.callout strong{
  color:var(--brand);
}
.tool-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  margin:28px 0;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.04);
}
.tool-card h3{margin-top:0}
.tool-card .btn{margin-top:10px}
.inline-disclosure{
  font-size:.84rem!important;
  color:#7a8699!important;
  border-left:3px solid #d6ded9;
  padding-left:14px;
  margin:28px 0;
}
.article-sidebar{
  position:relative;
}
.sticky-box{
  position:sticky;
  top:102px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  background:#fff;
}
.sticky-box h3{
  font-family:Manrope,sans-serif;
  margin-top:0;
}
.toc a{
  display:block;
  padding:7px 0;
  color:#475467;
  font-size:.92rem;
}
.toc a:hover{color:var(--brand)}
.next-steps{
  background:#10261f;
  color:#fff;
  border-radius:20px;
  padding:28px;
  margin-top:48px;
}
.next-steps p{color:#d8e3de}
.next-steps a{
  color:#fff;
  text-decoration:underline;
  font-weight:700;
}
@media (max-width:900px){
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{order:-1}
  .sticky-box{position:static}
}
