:root {
  --fa-green: #2e9e6b;
  --fa-teal: #1f7a52;
  --fa-mint: #a8e0c4;
  --fa-blush: #f4c9d0;
  --fa-cream: #f7faf7;
  --fa-white: #ffffff;
  --fa-ink: #243029;
  --fa-muted: #6a766e;
  --fa-radius: 14px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #243029;
  background-color: #f7faf7;
  line-height: 1.6;
}
h1, h2, h3, h4, .site-brand, .footer-brand, .section-title, .article-title, .hero-title, .post-card-title {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 700;
  color: #1f7a52;
}

/* header */
.site-header { background: #ffffff; box-shadow: 0 2px 12px rgba(31,122,82,.1); }
.site-nav { padding-top: .6rem; padding-bottom: .6rem; }
.site-brand { color: #1f7a52 !important; font-size: 1.15rem; font-weight: 800; }
.site-nav .nav-link { color: #243029; font-weight: 600; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: #2e9e6b; }
.site-nav .dropdown-menu { border: none; border-radius: var(--fa-radius); box-shadow: 0 8px 30px rgba(31,122,82,.15); }
.site-nav .dropdown-item:hover { background: #eaf6ef; color: #2e9e6b; }
.navbar-toggler { border-color: rgba(46,158,107,.4); }

/* hero */
.hero--home { background: linear-gradient(135deg, #2e9e6b, #1f7a52); color: #fff; padding: 4.5rem 0; }
.hero-copy { max-width: 720px; }
.hero-title { color: #ffffff; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.1; margin-bottom: 1rem; }
.hero-sub { font-size: 1.1rem; opacity: .96; }
.eyebrow { color: #a8e0c4; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; font-weight: 700; display: block; }

/* sections */
.section { padding: 4rem 0; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 2rem; }

/* nav tiles */
.nav-tile { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 84px; background: #fff; border: 1px solid #d9eee3; border-radius: var(--fa-radius); padding: 1rem; color: #1f7a52; font-weight: 700; text-decoration: none; box-shadow: 0 4px 16px rgba(31,122,82,.06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.nav-tile:hover { transform: translateY(-3px); border-color: #2e9e6b; color: #2e9e6b; box-shadow: 0 8px 22px rgba(46,158,107,.15); }

/* prose */
.site-prose { max-width: 820px; }
.article-title { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 1.5rem; }
.site-prose img, .site-block--image img, .site-block--gallery img { max-width: 100%; height: auto; border-radius: 10px; }
.site-block--paragraph { margin-bottom: 1.1rem; }
.site-block--image { margin: 1.5rem 0; }
.article-summary { color: #6a766e; border-left: 4px solid #a8e0c4; padding-left: 1rem; }

/* content links scoped */
.site-prose a, .site-block--paragraph a, .article-body a, .category-desc a {
  color: #2e9e6b; text-decoration: underline; text-decoration-color: #a8e0c4;
}
.site-prose a:hover, .site-block--paragraph a:hover, .article-body a:hover { color: #1f7a52; }

/* cards */
.post-card, .route-card { background: #fff; border: 1px solid #d9eee3; border-radius: var(--fa-radius); overflow: hidden; box-shadow: 0 4px 16px rgba(31,122,82,.06); transition: transform .3s, box-shadow .3s; }
.post-card:hover, .route-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(46,158,107,.14); }
.post-card-img, .route-card-img { width: 100%; height: 200px; object-fit: cover; }
.post-card-body, .route-card-body { padding: 1.25rem 1.5rem; }
.post-card-title a, .route-card-title a { color: #1f7a52; text-decoration: none; }
.post-card-title a:hover, .route-card-title a:hover { color: #2e9e6b; }
.route-card-link { color: #2e9e6b; font-weight: 700; text-decoration: none; }
.route-card--minimal { border: none; border-left: 3px solid #a8e0c4; border-radius: 0; box-shadow: none; }

/* breadcrumbs */
.site-breadcrumbs { background: #eaf6ef; padding: .6rem 0; }
.site-breadcrumbs .breadcrumb { margin: 0; }
.site-breadcrumbs a { color: #2e9e6b; text-decoration: none; }

/* ToC */
.article-toc { background: #eaf6ef; border-radius: var(--fa-radius); padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.article-toc a { color: #2e9e6b; text-decoration: none; }

/* footer */
.site-footer { background: #1f7a52; color: rgba(255,255,255,.85); padding: 3.5rem 0 1.5rem; }
.footer-brand { color: #ffffff; font-size: 1.2rem; margin-bottom: .75rem; }
.footer-tagline { color: rgba(255,255,255,.75); }
.footer-col-title { color: #a8e0c4; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: #a8e0c4; }
.footer-links--inline { columns: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.65); }
