:root {
  --ink: #26342d;
  --ink-soft: #516158;
  --paper: #f7f8f4;
  --white: #ffffff;
  --green-900: #1e3028;
  --green-700: #345943;
  --green-500: #6d9873;
  --green-500-rgb: 109, 152, 115;
  --sage: #dfe9dc;
  --line: #d4ddd4;
  --grey-300: #cfd8d1;
  --shadow: 0 20px 55px rgba(30, 48, 40, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: var(--ink);
  background: rgba(247, 248, 244, .94);
  border-bottom: 1px solid rgba(207, 216, 209, .75);
  backdrop-filter: blur(12px);
}

.site-header .container {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand { display: inline-flex; align-items: baseline; gap: 12px; }
.brand-mark { font-size: 28px; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.brand-mark .fc { color: var(--green-900); }
.brand-mark .plus { color: var(--green-500); }
.brand-tag { color: var(--ink-soft); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.nav-links > a:not(.btn) { color: var(--ink-soft); transition: color .2s ease; }
.nav-links > a:not(.btn):hover { color: var(--green-700); }
.nav-toggle { display: none; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--green-900); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: var(--white); background: var(--green-700); }
.btn--primary:hover { background: var(--green-900); }
.btn--outline { color: var(--green-700); border-color: var(--green-700); background: transparent; }
.btn--outline:hover { color: var(--white); background: var(--green-700); }
.btn--outline-light { color: var(--white); border-color: rgba(255,255,255,.65); }
.btn--outline-light:hover { color: var(--green-900); background: var(--white); border-color: var(--white); }
.btn--sm { min-height: 40px; padding: 9px 16px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 13vw, 170px) 0 112px;
  color: var(--white);
  background: var(--green-900);
}
.hero-inner { position: relative; z-index: 1; max-width: 940px; }
.eyebrow { margin: 0 0 16px; color: var(--green-500); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #b9d2b5; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 920px; font-size: clamp(42px, 7vw, 84px); }
h2 { font-size: clamp(32px, 4.5vw, 56px); }
h3 { font-size: 20px; }
.lede { max-width: 760px; color: var(--ink-soft); font-size: 18px; }
.hero .lede { max-width: 780px; color: #dce6dc; font-size: clamp(18px, 2vw, 22px); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 42px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 28px; color: #c9d8c7; font-size: 13px; }
.hero-point { display: inline-flex; align-items: center; gap: 8px; }
.hero-point svg, .tick svg { width: 18px; height: 18px; flex: 0 0 auto; }

.brand-shape { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(185, 210, 181, .3); transform: rotate(45deg); pointer-events: none; }
.brand-shape--corner-tl { top: -112px; left: -82px; }
.brand-shape--corner-br { right: -82px; bottom: -112px; }
.brand-shape--stack { width: 260px; height: 260px; border-width: 14px; }

.section { position: relative; overflow: hidden; padding: clamp(76px, 10vw, 132px) 0; }
.section--tight { padding: clamp(64px, 8vw, 104px) 0; }
.section--green { color: var(--white); background: var(--green-700); }
.section--green .eyebrow { color: #c2ddbf; }
.section--green .lede { color: #deeadc; }
.section--green h3 { color: var(--white); }
.section-head { position: relative; z-index: 1; margin-bottom: 48px; }
.section-title { max-width: 800px; }
.trio, .help-grid, .philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trio-card, .help-card { position: relative; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.section--green .trio-card { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); }
.trio-icon { width: 44px; height: 44px; margin-bottom: 24px; color: var(--green-500); }
.trio-icon svg { width: 100%; height: 100%; }
.trio-card p, .help-card p, .step p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.section--green .trio-card p, .section--green .help-card p { color: #d3e2d3; }

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 52px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.stat-cell { padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.stat-cell:last-child { border-right: 0; }
.stat-number { margin-bottom: 8px; color: #d7ebd1; font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; }
.stat-caption { color: #d3e2d3; font-size: 13px; line-height: 1.45; }
.check-list { display: grid; gap: 20px; max-width: 870px; }
.check-item { display: flex; gap: 14px; align-items: flex-start; }
.tick { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: var(--green-900); border-radius: 50%; background: #b9d2b5; }
.check-item p { margin: 2px 0 0; color: #e3ede1; }

.steps { display: grid; gap: 0; max-width: 940px; }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: var(--white); background: var(--green-700); border-radius: 50%; font-size: 20px; font-weight: 800; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: rgba(255,255,255,.74); }
.service-number { margin-bottom: 24px; color: var(--green-500); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { max-width: 380px; font-size: clamp(24px, 3vw, 32px); }
.service-card > p:not(.service-best-for) { margin: 0; color: var(--ink-soft); font-size: 15px; }
.service-best-for { margin: auto 0 0; padding-top: 26px; color: var(--green-700); font-size: 14px; }
.service-best-for::before { display: block; width: 48px; margin: 26px 0 18px; border-top: 2px solid var(--green-500); content: ""; }

.services-more { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.service-support { padding: clamp(30px, 5vw, 50px); background: var(--sage); }
.service-support--accent { color: var(--white); background: var(--green-900); }
.service-support--accent .eyebrow { color: #b9d2b5; }
.service-mini-list { display: grid; gap: 28px; }
.service-mini-list article + article { padding-top: 28px; border-top: 1px solid rgba(30,48,40,.18); }
.service-mini-list h3 { margin-bottom: 10px; }
.service-mini-list p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 22px; margin: 0 0 34px; padding: 0; list-style: none; }
.capability-list li { position: relative; padding-left: 24px; color: #dce6dc; font-size: 14px; }
.capability-list li::before { position: absolute; top: .66em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); content: ""; }

.help-grid { grid-template-columns: repeat(2, 1fr); }
.philosophy-grid { grid-template-columns: repeat(3, 1fr); }
.cta-banner { position: relative; overflow: hidden; padding: clamp(38px, 6vw, 70px); color: var(--white); background: var(--green-900); text-align: center; box-shadow: var(--shadow); }
.cta-banner h2, .cta-banner p { position: relative; z-index: 1; max-width: 720px; margin-left: auto; margin-right: auto; }
.cta-banner p { color: #d5e3d4; }
.cta-banner .btn { margin-top: 12px; }

.site-footer { padding: 52px 0 24px; color: #d6e2d4; background: var(--green-900); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 42px; }
.site-footer .brand-mark .fc { color: var(--white); }
.site-footer .brand-tag { color: #a9c1a7; }
.site-footer p { color: #b6cbb4; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 12px 24px; color: #d6e2d4; font-size: 14px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #a9c1a7; font-size: 12px; }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 820px) {
  .site-header .container { min-height: 70px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--paper); box-shadow: 0 16px 24px rgba(30,48,40,.1); }
  .nav-links.nav-open { display: flex; }
  .nav-links > a { padding: 12px 0; }
  .nav-links .btn { margin-top: 8px; }
  .trio, .philosophy-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: 0; }
  .stat-cell:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .service-grid, .services-more { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1180px); }
  .brand-tag { display: none; }
  .hero { padding-top: 78px; padding-bottom: 78px; }
  h1 { font-size: clamp(38px, 12vw, 60px); }
  .hero-ctas, .hero-points { align-items: stretch; flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat-cell, .stat-cell:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .stat-cell:last-child { border-bottom: 0; }
  .step { grid-template-columns: 52px 1fr; gap: 16px; }
  .help-grid { grid-template-columns: 1fr; }
  .capability-list { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
