:root {
  --ink: #142019;
  --muted: #607068;
  --soft: #f3f6f4;
  --line: #dfe6e1;
  --paper: #ffffff;
  --lime: #8dd52a;
  --lime-dark: #528d08;
  --lime-wash: #effadc;
  --blue-wash: #edf6ff;
  --shadow: 0 24px 70px rgba(22, 44, 31, .12);
  --radius: 22px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
code, pre, .mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(223, 230, 225, .8);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
}
.nav-inner { min-height: 68px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; color: #536159; font-size: 14px; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--lime-dark); }
.nav-cta, .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--lime);
  color: #16200e;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(119, 180, 31, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.nav-cta { min-height: 38px; padding-inline: 16px; font-size: 13px; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(119, 180, 31, .3); }
.button.secondary { border-color: var(--line); background: white; color: var(--ink); box-shadow: none; }
.eyebrow { color: var(--lime-dark); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at 78% 10%, rgba(141, 213, 42, .25), transparent 31%),
    radial-gradient(circle at 15% 85%, rgba(124, 183, 255, .18), transparent 30%),
    linear-gradient(180deg, #fbfef9 0%, #fff 82%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .33; pointer-events: none; background-image: linear-gradient(#dfe8e1 1px, transparent 1px), linear-gradient(90deg, #dfe8e1 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-copy { position: relative; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid #cfe2b2; border-radius: 999px; background: rgba(255,255,255,.8); color: #49623a; font-size: 13px; font-weight: 700; }
.hero-badge img { width: 24px; height: 24px; }
.hero h1 { max-width: 930px; margin: 24px auto 18px; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .98; letter-spacing: -.07em; }
.hero h1 span { color: var(--lime-dark); }
.hero-lede { max-width: 710px; margin: 0 auto; color: var(--muted); font-size: clamp(1rem, 2vw, 1.24rem); line-height: 1.7; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #59675f; font-size: 13px; font-weight: 650; }
.trust-row span::before { content: "\2713"; margin-right: 7px; color: var(--lime-dark); font-weight: 900; }
.hero-shot { position: relative; width: min(1180px, calc(100% - 28px)); margin: 56px auto 0; filter: drop-shadow(0 28px 45px rgba(30, 55, 39, .16)); }
.hero-shot img { width: 100%; height: auto; aspect-ratio: 16 / 9; }

.section { padding: 92px 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.06; letter-spacing: -.045em; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-number { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--lime-wash); color: var(--lime-dark); font-size: 13px; font-weight: 900; }
.feature-card h3 { margin: 22px 0 9px; font-size: 18px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.showcase-grid { display: grid; gap: 22px; }
.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(23, 48, 32, .08); }
.showcase-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.showcase-copy { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 21px 24px 24px; }
.showcase-copy h3 { margin: 0 0 6px; font-size: 18px; }
.showcase-copy p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.showcase-copy span { flex: 0 0 auto; color: var(--lime-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.post-card { display: flex; min-height: 270px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-4px); border-color: #bddb95; box-shadow: 0 20px 46px rgba(25, 52, 34, .1); }
.post-meta { display: flex; gap: 10px; align-items: center; color: #758178; font-size: 12px; }
.post-tag { padding: 5px 8px; border-radius: 999px; background: var(--lime-wash); color: var(--lime-dark); font-weight: 800; }
.post-card h3 { margin: 22px 0 12px; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.15; letter-spacing: -.035em; }
.post-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.post-link { margin-top: auto; padding-top: 24px; color: var(--lime-dark); font-weight: 800; }

.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 48px; border-radius: 28px; background: var(--ink); color: white; }
.cta-panel h2 { max-width: 660px; margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
.cta-panel p { margin: 0; color: #b8c5bd; line-height: 1.7; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); background: #f8faf8; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-copy { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; color: #526159; font-size: 13px; font-weight: 650; }

/* Blog */
.blog-hero { padding: 78px 0 46px; background: linear-gradient(180deg, #f5faef 0%, #fff 100%); }
.blog-hero h1 { max-width: 850px; margin: 14px 0 18px; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.055em; }
.blog-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.article-head { padding: 72px 0 40px; background: linear-gradient(180deg, #f5faef 0%, #fff 100%); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #718078; font-size: 13px; }
.breadcrumbs a { color: var(--lime-dark); }
.article-head h1 { max-width: 930px; margin: 20px 0 18px; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.article-dek { max-width: 800px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: #6b7871; font-size: 13px; }
.article-wrap { display: grid; grid-template-columns: minmax(0, 760px) 240px; gap: 68px; align-items: start; width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 88px; }
.article { min-width: 0; }
.article > p, .article li { color: #34453c; font-size: 17px; line-height: 1.82; }
.article > p { margin: 0 0 22px; }
.article h2 { margin: 52px 0 16px; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.13; letter-spacing: -.035em; }
.article h3 { margin: 34px 0 12px; font-size: 1.3rem; letter-spacing: -.02em; }
.article ul, .article ol { padding-left: 25px; margin: 0 0 24px; }
.article li { padding-left: 4px; margin-bottom: 9px; }
.article a { color: #39770a; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article strong { color: #16271d; }
.article pre { overflow-x: auto; margin: 22px 0 28px; padding: 22px; border: 1px solid #283a30; border-radius: 14px; background: #17231c; color: #dff1e4; font-size: 14px; line-height: 1.65; }
.article code:not(pre code) { padding: .14em .38em; border-radius: 5px; background: #edf2ee; color: #31541f; font-size: .9em; }
.article figure { margin: 34px 0; }
.article figure img { width: 100%; height: auto; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.article figcaption { margin-top: 10px; color: #708078; font-size: 13px; line-height: 1.55; }
.callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--lime); border-radius: 0 12px 12px 0; background: var(--lime-wash); color: #2d4820; line-height: 1.7; }
.warning { border-left-color: #f0a521; background: #fff6df; color: #624710; }
.checklist { list-style: none; padding: 0 !important; }
.checklist li { position: relative; padding-left: 31px; }
.checklist li::before { content: "\2713"; position: absolute; left: 0; top: .2em; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--lime-wash); color: var(--lime-dark); font-size: 12px; font-weight: 900; }
.table-wrap { overflow-x: auto; margin: 24px 0 32px; }
table { width: 100%; border-collapse: collapse; font-size: 15px; }
th, td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
th { background: var(--soft); }
.toc { position: sticky; top: 96px; padding-left: 18px; border-left: 1px solid var(--line); }
.toc strong { display: block; margin-bottom: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.toc a { display: block; padding: 6px 0; color: #65736b; font-size: 13px; line-height: 1.4; }
.toc a:hover { color: var(--lime-dark); }
.article-cta { margin-top: 52px; padding: 30px; border-radius: 20px; background: var(--ink); color: white; }
.article-cta h2 { margin: 0 0 10px; color: white; font-size: 1.7rem; }
.article-cta p { margin: 0 0 20px; color: #bdc9c1; line-height: 1.7; }
.related { padding: 70px 0; background: var(--soft); }

@media (max-width: 900px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .article-wrap { grid-template-columns: 1fr; }
  .toc { display: none; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .container, .narrow, .article-wrap { width: min(100% - 28px, 1160px); }
  .nav-inner { min-height: 62px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero h1 { letter-spacing: -.055em; }
  .hero-shot { margin-top: 40px; }
  .section { padding: 68px 0; }
  .feature-grid, .blog-grid { grid-template-columns: 1fr; }
  .showcase-copy, .footer-inner { align-items: flex-start; flex-direction: column; }
  .cta-panel { padding: 30px; }
  .article-head { padding-top: 52px; }
  .article-wrap { padding-bottom: 64px; }
  .article > p, .article li { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
