:root {
  --ink: #18352d;
  --body: #52615b;
  --green-950: #042f24;
  --green-900: #075139;
  --green-800: #096644;
  --green-700: #18734d;
  --leaf: #609d43;
  --teal: #087f83;
  --mist: #edf5ef;
  --cream: #faf9f5;
  --line: #dce7df;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--body); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 100px 0; }
.section-heading { max-width: 710px; margin-bottom: 48px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { margin: 16px auto 0; max-width: 620px; font-size: 1.05rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: var(--serif); font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
h1 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { color: var(--ink); font-size: 1.18rem; line-height: 1.3; }
p { margin-bottom: 20px; }
.eyebrow { display: inline-block; margin-bottom: 17px; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #a9d88d; }
.lead { color: var(--ink); font-size: 1.22rem; line-height: 1.65; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 3px; background: white; color: var(--green-950); font-weight: 700; }
.skip-link:focus { transform: none; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 13px 21px; border: 1px solid var(--green-800); border-radius: 4px; background: var(--green-800); color: white; font-size: .85rem; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { background: var(--green-950); border-color: var(--green-950); transform: translateY(-2px); }
.button .icon, .text-link .icon, .card-link .icon, .footer-contact .icon { width: 17px; height: 17px; }
.button-outline { border-color: var(--green-800); background: transparent; color: var(--green-800); }
.button-outline:hover { color: white; }
.button-ghost { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.14); }
.button-light { border-color: #b9df9e; background: #b9df9e; color: #113f2e; }
.button-light:hover { border-color: white; background: white; color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: .87rem; font-weight: 800; }
.text-link:hover { gap: 14px; }

.topbar { background: var(--green-900); color: white; font-size: .73rem; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar-links { display: flex; align-items: center; gap: 30px; }
.topbar a, .topbar-location { display: inline-flex; align-items: center; gap: 7px; }
.topbar .icon { width: 14px; height: 14px; color: #c2dfa9; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(5,61,42,.09); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(9,55,39,.09); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 38px; }
.brand { align-self: stretch; display: flex; width: 120px; align-items: center; overflow: hidden; }
.brand img, .brand .custom-logo { width: 107px; max-height: 78px; object-fit: contain; }
.brand .custom-logo-link { display: flex; align-items: center; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 18px; }
.main-nav .menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(11px, 1.25vw, 22px); margin: 0; padding: 0; list-style: none; }
.main-nav .menu a { position: relative; display: block; padding: 35px 0 31px; color: #38443f; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.main-nav .menu a::after { position: absolute; bottom: 22px; left: 0; width: 0; height: 2px; background: var(--green-700); content: ""; transition: width .2s; }
.main-nav .menu a:hover::after, .main-nav .current-menu-item > a::after, .main-nav .current_page_item > a::after { width: 100%; }
.main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--green-800); }
.nav-cta { min-height: 44px; padding: 10px 16px; white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--green-900); }

.home-hero { position: relative; min-height: 685px; display: flex; align-items: center; background-position: center; background-size: cover; color: white; }
.hero-content { padding-top: 60px; padding-bottom: 130px; }
.hero-content h1 { max-width: 760px; margin-bottom: 25px; color: white; }
.hero-content > p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-actions.centered { justify-content: center; }
.trust-bar { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(38%); border-radius: 7px; background: white; box-shadow: 0 15px 45px rgba(2,35,25,.18); color: var(--body); }
.trust-bar > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 93px; padding: 20px; border-right: 1px solid var(--line); font-size: .9rem; }
.trust-bar > div:last-child { border: 0; }
.trust-bar .icon { color: var(--green-700); }
.trust-bar b { color: var(--ink); }

.intro-section { padding-top: 145px; }
.split-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: clamp(50px, 8vw, 112px); }
.split-grid.reverse { grid-template-columns: 1.05fr .95fr; }
.section-copy h2 { margin-bottom: 25px; }
.image-card { position: relative; }
.image-card > img, .partner-image img { width: 100%; height: 460px; border-radius: 7px; object-fit: cover; }
.image-card::before { position: absolute; z-index: -1; right: -20px; bottom: -20px; width: 78%; height: 84%; border-radius: 7px; background: var(--mist); content: ""; }
.image-note { position: absolute; bottom: -24px; left: -34px; display: flex; min-width: 280px; align-items: center; gap: 13px; padding: 20px 22px; border-left: 4px solid var(--leaf); background: white; box-shadow: 0 14px 36px rgba(5,55,38,.14); }
.image-note .icon { width: 29px; height: 29px; color: var(--green-700); }
.image-note span { display: flex; flex-direction: column; }
.image-note b { color: var(--ink); font-size: .9rem; }
.image-note small { color: var(--body); }

.services-section { background: var(--cream); }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 38px 32px 32px; border: 1px solid #e0e9e3; border-radius: 7px; background: white; box-shadow: 0 8px 24px rgba(15,58,43,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b9d5c1; box-shadow: 0 16px 40px rgba(15,58,43,.1); }
.icon-badge { width: 62px; height: 62px; display: grid; margin-bottom: 27px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green-700); }
.service-card:nth-child(2) .icon-badge { background: #e9f5f5; color: var(--teal); }
.service-card h3 { font-family: var(--serif); font-size: 1.45rem; }
.service-card p { font-size: .94rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--green-700); font-size: .83rem; font-weight: 800; }

.authority-band { position: relative; overflow: hidden; padding: 92px 0; background: var(--green-900); color: rgba(255,255,255,.8); }
.authority-band::after { position: absolute; right: -70px; bottom: -145px; width: 480px; height: 480px; border: 90px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }
.authority-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 100px; }
.authority-band h2 { max-width: 620px; margin-bottom: 22px; color: white; }
.authority-band p { max-width: 620px; margin-bottom: 28px; }
.check-list { display: grid; gap: 21px; }
.check-list span { display: flex; align-items: center; gap: 13px; color: white; font-weight: 700; }
.check-list .icon { color: #b9df9e; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; counter-reset: steps; }
.step { position: relative; text-align: center; }
.step:not(:last-child)::after { position: absolute; top: 59px; left: calc(50% + 52px); width: calc(100% - 79px); border-top: 1px dashed #9fbaa9; content: ""; }
.step-number { display: block; margin-bottom: 12px; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.step-icon { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; margin: 0 auto 22px; place-items: center; border: 10px solid white; border-radius: 50%; background: var(--mist); box-shadow: 0 0 0 1px var(--line); color: var(--green-700); }
.step:nth-child(even) .step-icon { color: var(--teal); }
.step h3 { max-width: 180px; margin: 0 auto 10px; font-family: var(--serif); }
.step p { font-size: .87rem; }

.partner-section { background: #f4f7f3; }
.partner-image { position: relative; }
.partner-image::after { position: absolute; top: -18px; bottom: 18px; left: -18px; width: 6px; background: var(--leaf); content: ""; }
.mini-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 25px 0 30px; }
.mini-checks span { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: .88rem; font-weight: 700; }
.mini-checks .icon { width: 18px; color: var(--green-700); }

.impact-strip { padding: 82px 0; }
.impact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.impact-cards article { display: flex; gap: 19px; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: white; box-shadow: 0 7px 20px rgba(19,66,48,.05); }
.impact-cards article > .icon { width: 48px; height: 48px; padding: 11px; border-radius: 50%; background: var(--green-700); color: white; }
.impact-cards article:nth-child(2) > .icon { background: var(--teal); }
.impact-cards h3 { margin: 0 0 6px; font-family: var(--serif); }
.impact-cards p { margin: 0; font-size: .87rem; }

.final-cta { position: relative; overflow: hidden; padding: 90px 0; background: linear-gradient(135deg, #eef7ed, #f9fbf7); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; border: 45px solid rgba(65,145,84,.06); border-radius: 50%; content: ""; }
.final-cta::before { top: -100px; left: -70px; width: 300px; height: 300px; }
.final-cta::after { right: -60px; bottom: -130px; width: 360px; height: 360px; }
.final-cta .container { position: relative; z-index: 1; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta p { max-width: 650px; margin: 0 auto 28px; }

.site-footer { padding-top: 67px; background: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr 1.2fr; gap: 55px; padding-bottom: 54px; }
.footer-brand img { width: 125px; height: 100px; margin-bottom: 16px; object-fit: contain; }
.footer-brand p { max-width: 320px; font-size: .82rem; }
.site-footer h3 { margin-bottom: 19px; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a, .site-footer span { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: .79rem; }
.site-footer a:hover { color: var(--green-700); }
.site-footer .icon { width: 15px; height: 15px; color: var(--green-700); }
.footer-contact { margin-top: 17px !important; color: var(--green-700); font-weight: 800; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.footer-bottom > div { display: flex; gap: 22px; }
.footer-bottom span, .footer-bottom a { margin: 0; font-size: .72rem; }

.page-hero { padding: 103px 0; background: var(--green-950); color: white; }
.page-hero-image { min-height: 470px; display: flex; align-items: center; background-position: center; background-size: cover; }
.page-hero-copy { max-width: 720px; }
.page-hero h1 { margin-bottom: 22px; color: white; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 1.13rem; }
.page-hero .hero-actions { margin-top: 30px; }
.content-section { padding: 90px 0; }
.content-section.tint { background: var(--cream); }
.prose { max-width: 800px; }
.prose h2 { margin-bottom: 24px; }
.prose h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 1.4rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 33px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.feature-card .icon-badge { margin-bottom: 22px; }
.feature-card h3 { font-family: var(--serif); font-size: 1.38rem; }
.number-card { padding-top: 12px; border-top: 3px solid var(--green-700); }
.number-card small { color: var(--green-700); font-weight: 800; letter-spacing: .12em; }
.statement-band { padding: 85px 0; background: var(--green-900); color: rgba(255,255,255,.82); text-align: center; }
.statement-band h2 { max-width: 850px; margin: 0 auto 20px; color: white; }
.statement-band p { max-width: 700px; margin: auto; }
.service-detail { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.service-detail:last-child { border-bottom: 0; }
.service-detail .icon-badge { margin: 0; }
.service-detail h2 { margin-bottom: 13px; font-size: 2rem; }
.service-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; padding: 0; list-style: none; }
.service-detail li { position: relative; padding-left: 24px; }
.service-detail li::before { position: absolute; top: 9px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); content: ""; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 28px; border-top: 3px solid var(--green-700); background: white; box-shadow: 0 8px 26px rgba(9,69,47,.07); }
.value-card h3 { font-family: var(--serif); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.contact-methods { display: grid; gap: 16px; margin-top: 34px; }
.contact-methods a, .contact-methods div { display: flex; align-items: flex-start; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.contact-methods .icon { color: var(--green-700); }
.contact-methods span { display: flex; flex-direction: column; }
.contact-methods b { color: var(--ink); }
.contact-methods small { color: var(--body); }
.contact-form { padding: 40px; border-radius: 8px; background: white; box-shadow: 0 15px 45px rgba(7,63,43,.1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .8rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd8d0; border-radius: 4px; background: #fcfdfc; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(24,115,77,.1); }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { margin-top: 14px; font-size: .75rem; }
.form-success { padding: 15px; border: 1px solid #b4d4bb; border-radius: 4px; background: var(--mist); color: var(--green-900); }
.form-message { margin-bottom: 18px; padding: 17px 19px; border-radius: 5px; }
.form-message.success { border: 1px solid #acd0b4; background: var(--mist); color: var(--green-900); }
.form-message.error { border: 1px solid #dfb5ad; background: #fff5f2; color: #7f3028; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 42px; font-size: 2rem; }
.legal-copy h3 { margin-top: 30px; font-family: var(--serif); }
.legal-copy li { margin-bottom: 8px; }
.entry-content > *:first-child { margin-top: 0; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: white; box-shadow: 0 8px 24px rgba(15,58,43,.05); }
.post-image { display: block; height: 220px; overflow: hidden; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-image img { transform: scale(1.03); }
.post-card-body { padding: 29px; }
.post-card h2 { margin: 8px 0 13px; font-size: 1.75rem; }
.post-card p { font-size: .92rem; }
.post-date { color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pagination { margin-top: 40px; }
.pagination .nav-links { display: flex; align-items: center; gap: 8px; }
.pagination .page-numbers { min-width: 40px; display: grid; min-height: 40px; padding: 6px; place-items: center; border: 1px solid var(--line); border-radius: 3px; background: white; }
.pagination .current { border-color: var(--green-800); background: var(--green-800); color: white; }
.empty-news { max-width: 680px; margin: auto; padding: 55px; border: 1px solid var(--line); border-radius: 7px; background: white; text-align: center; }
.empty-news h2 { margin-bottom: 14px; }
.article-hero { padding: 100px 0; background: var(--green-950); text-align: center; }
.article-hero h1 { margin-bottom: 20px; color: white; font-size: clamp(3rem, 5vw, 5rem); }
.article-hero p { color: rgba(255,255,255,.75); }
.narrow { max-width: 850px; }
.article-image { margin-bottom: 45px; }
.article-image img { width: 100%; height: auto; border-radius: 7px; }
.article-content { font-size: 1.05rem; }
.article-content h2 { margin-top: 45px; font-size: 2.2rem; }
.article-content h3 { margin-top: 32px; font-family: var(--serif); }
.not-found { min-height: 610px; display: flex; align-items: center; padding: 100px 0; background: var(--green-950); color: rgba(255,255,255,.8); text-align: center; }
.not-found h1 { color: white; }
.not-found p { max-width: 660px; margin: 0 auto 28px; font-size: 1.08rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1020px) {
  .container { width: min(100% - 36px, 900px); }
  .topbar-location { display: none; }
  .header-inner { min-height: 76px; }
  .brand { width: 100px; }
  .brand img { width: 90px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px; border-top: 1px solid var(--line); background: white; box-shadow: 0 15px 30px rgba(9,55,39,.13); flex-direction: column; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav .menu { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav .menu a { padding: 12px 5px; font-size: .84rem; }
  .main-nav .menu a::after { display: none; }
  .nav-cta { margin-top: 8px; }
  .home-hero { min-height: 640px; }
  .trust-bar { width: calc(100% - 36px); }
  .split-grid, .split-grid.reverse, .authority-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .card-grid.three, .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .step:nth-child(2)::after { display: none; }
  .impact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 30px); }
  .section, .content-section { padding: 70px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-links { gap: 15px; }
  .topbar-links a:first-child { display: none; }
  .home-hero { min-height: 700px; background-position: 64% center; }
  .hero-content { padding-bottom: 210px; }
  .hero-content h1 { font-size: 3rem; }
  .hero-content > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-bar { bottom: 18px; grid-template-columns: 1fr; transform: none; }
  .trust-bar > div { min-height: 60px; justify-content: flex-start; padding: 14px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-section { padding-top: 70px; }
  .image-card > img, .partner-image img { height: 330px; }
  .image-note { right: 15px; bottom: -30px; left: 15px; min-width: 0; }
  .card-grid.three, .feature-grid, .steps-grid, .values-grid { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .authority-band { padding: 70px 0; }
  .mini-checks { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; padding: 22px 0; flex-direction: column; gap: 15px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 10px 18px; }
  .page-hero { padding: 75px 0; }
  .page-hero h1 { font-size: 3rem; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 25px 20px; }
  .posts-grid { grid-template-columns: 1fr; }
  .empty-news { padding: 38px 24px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
