:root {
  --green: #078443;
  --green-dark: #045c31;
  --green-deep: #023d24;
  --green-light: #e2f1e8;
  --cream: #f7efe1;
  --cream-light: #fdfaf5;
  --ink: #17201b;
  --muted: #5f685f;
  --line: #d9ded8;
  --white: #fff;
  --shadow: 0 22px 60px rgba(19, 43, 30, .13);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.25rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border: 2px solid var(--green); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--green-deep); color: var(--white); font-size: .84rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { color: #cde2d6; margin: 0; }
.utility-links { display: flex; gap: 22px; }
.utility-links a:hover { color: #8fe0b4; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(253,250,245,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(7,132,67,.12); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark { width: 52px; height: 52px; overflow: hidden; border-radius: 50%; background: #050505; box-shadow: 0 0 0 2px var(--white), 0 0 0 3px var(--green); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(2.25); }
.brand-name { text-transform: uppercase; font-size: .86rem; font-weight: 800; letter-spacing: .075em; line-height: 1.1; }
.brand-name strong { display: block; color: var(--green); font-size: 1.04rem; }
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .92rem; }
.site-nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: var(--white); background: var(--green); box-shadow: 0 7px 20px rgba(7,132,67,.24); }
.nav-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 72px 0 42px; background: radial-gradient(circle at 20% 10%, #fff 0, transparent 32%), var(--cream); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(7,132,67,.2); border-radius: 50%; left: -320px; bottom: -300px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: 640px; gap: 64px; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #82dea9; }
.hero h1 { max-width: 760px; margin-bottom: 26px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 650px; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 26px rgba(7,132,67,.24); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: #9ca49e; }
.button-secondary:hover { background: var(--white); }
.button-light { color: var(--green-deep); background: var(--white); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: #465147; font-size: .9rem; font-weight: 700; }
.hero-trust li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; color: var(--white); background: var(--green); border-radius: 50%; font-size: .72rem; }
.hero-visual { position: relative; height: 560px; border-radius: 46% 18px 46% 18px; overflow: hidden; box-shadow: var(--shadow); background: #e5e0d8; }
.hero-visual picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-visual picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover !important;
  object-position: 68% center;
  transform: none;
}
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,239,225,.15), transparent 45%); pointer-events: none; }
.visual-note { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; color: var(--white); background: rgba(2,61,36,.9); border: 1px solid rgba(255,255,255,.25); border-radius: 15px; backdrop-filter: blur(10px); }
.visual-note strong, .visual-note span { display: block; }
.visual-note strong { font-size: 1.2rem; }
.visual-note span { color: #cee9da; font-size: .9rem; }
.hero-ribbon { height: 9px; margin-top: 40px; background: linear-gradient(90deg, var(--green) 0 66%, var(--ink) 66%); }

.trust-strip { color: var(--white); background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 15px; min-height: 112px; padding: 22px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid span { color: #72d39c; font-weight: 900; }
.trust-grid p { margin: 0; color: #cbd1cc; font-size: .91rem; }
.trust-grid strong { color: var(--white); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-intro h2 { max-width: 560px; }
.about-copy blockquote { margin: 0 0 30px; padding-left: 24px; border-left: 4px solid var(--green); color: var(--ink); font-size: clamp(1.35rem,2vw,1.8rem); font-weight: 650; line-height: 1.45; }
.about-copy > p { font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 10px; color: var(--green-dark); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.services { background: #f0eadf; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; }
.section-heading.compact { margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 335px; padding: 34px; background: var(--cream-light); border: 1px solid #e0ddd6; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(29,50,38,.1); border-color: rgba(7,132,67,.35); }
.service-card svg { width: 50px; height: 50px; margin: 30px 0 28px; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { margin: 0; font-size: .94rem; }
.service-number { position: absolute; right: 28px; top: 25px; color: #a4aca5; font-size: .78rem; font-weight: 900; }

.impact { color: var(--white); background: var(--green-deep); }
.impact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.impact-copy h2 { max-width: 560px; }
.impact-copy p { max-width: 520px; color: #bcd6c7; }
.impact-copy .button { margin-top: 18px; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.stat { min-height: 210px; padding: 34px; background: var(--green-deep); }
.stat strong { display: block; color: var(--white); font-size: clamp(3rem,5vw,4.8rem); line-height: 1; letter-spacing: -.07em; }
.stat span { display: block; max-width: 210px; margin-top: 18px; color: #b9d6c6; font-size: .9rem; }

.journey { background: var(--cream-light); }
.journey-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.journey-steps li { position: relative; padding: 28px 28px 10px 0; }
.journey-steps li::after { content: ""; position: absolute; top: 48px; left: 54px; right: 0; height: 1px; background: #b7c2b9; }
.journey-steps li:last-child::after { display: none; }
.journey-steps li > span { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 900; }
.journey-steps li div { margin-top: 28px; }
.journey-steps h3 { margin-bottom: 10px; }
.journey-steps p { margin: 0; font-size: .92rem; }

.support { padding-top: 30px; }
.support-panel { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 64px; overflow: hidden; background: var(--cream); border: 1px solid #e7d9c5; border-radius: 30px; }
.support-panel::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; top: -150px; border: 55px solid rgba(7,132,67,.13); border-radius: 50%; }
.support-panel h2 { font-size: clamp(2.2rem,3.5vw,3.5rem); }
.support-actions { position: relative; z-index: 1; display: flex; align-items: stretch; flex-direction: column; gap: 12px; }
.support-actions small { margin-top: 7px; color: #677068; line-height: 1.5; }

.involvement { background: var(--cream-light); }
.involvement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.involve-card { display: flex; flex-direction: column; min-height: 310px; padding: 34px; border: 1px solid #dce2dc; border-radius: var(--radius); background: var(--white); }
.involve-card > span { align-self: flex-start; margin-bottom: 50px; padding: 6px 12px; color: var(--green-dark); background: var(--green-light); border-radius: 999px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.involve-card p { flex: 1; }
.involve-card a { color: var(--green-dark); font-weight: 850; }
.involve-card.featured { color: var(--white); background: var(--green); border-color: var(--green); transform: translateY(-10px); box-shadow: 0 20px 45px rgba(7,132,67,.2); }
.involve-card.featured > span { color: var(--white); background: rgba(255,255,255,.15); }
.involve-card.featured p { color: #d9efe3; }
.involve-card.featured a { color: var(--white); }

.contact { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy > p { max-width: 520px; color: #b8c0b9; }
.contact-copy address { display: grid; gap: 18px; margin-top: 38px; font-style: normal; }
.contact-copy address a, .contact-copy address div { display: flex; flex-direction: column; }
.contact-copy address strong { color: #75d59e; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-copy address span { color: var(--white); }
.contact-form { padding: 40px; color: var(--ink); background: var(--cream-light); border-radius: var(--radius); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .83rem; font-weight: 850; }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #c9d0ca; border-radius: 9px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(7,132,67,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.checkbox-label { grid-template-columns: 22px 1fr !important; align-items: start; gap: 11px !important; font-weight: 600 !important; line-height: 1.45; }
.checkbox-label input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--green); }
.checkbox-label span { color: #4e584f; }
.checkbox-label a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.form-status { margin: 14px 0 0; padding: 12px 14px; color: #34433a; background: #edf1ee; border-radius: 8px; font-size: .86rem; font-weight: 700; }
.form-status.is-success { color: #074b2a; background: #dff2e7; }
.form-status.is-error { color: #771c1c; background: #f8dddd; }
.form-note { margin: 12px 0 0; text-align: center; font-size: .78rem; }

.site-footer { padding: 65px 0 24px; color: #dce3dd; background: #0c120e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 50px; }
.brand-footer { color: var(--white); }
.footer-brand > p { max-width: 300px; margin-top: 20px; color: #8f9b92; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid h3 { margin-bottom: 8px; color: var(--white); font-size: .86rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid a { color: #aab4ac; font-size: .9rem; }
.footer-grid a:hover { color: #83dbaa; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #78847b; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { color: #89948b; font-size: .78rem; }
.footer-bottom a:hover { color: #83dbaa; }

.policy-hero { padding: 76px 0 64px; color: var(--white); background: var(--green-deep); }
.policy-hero .eyebrow { color: #8ae0ae; }
.policy-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.policy-hero p { max-width: 740px; margin: 0; color: #c6ded0; font-size: 1.08rem; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: #a8c7b5; font-size: .82rem; }
.policy-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 80px; align-items: start; }
.policy-nav { position: sticky; top: 110px; display: grid; gap: 5px; padding: 20px; background: var(--cream); border: 1px solid #e4d8c7; border-radius: 16px; }
.policy-nav strong { margin-bottom: 7px; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav a { padding: 7px 9px; color: #485249; border-radius: 7px; font-size: .88rem; }
.policy-nav a:hover { color: var(--green-dark); background: rgba(7,132,67,.09); }
.policy-content > section { scroll-margin-top: 115px; margin-bottom: 52px; }
.policy-content h2 { margin-bottom: 18px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.policy-content h3 { margin: 28px 0 12px; font-size: 1.15rem; }
.policy-content p, .policy-content li { color: #515b52; }
.policy-content ul { padding-left: 22px; }
.policy-content li { margin-bottom: 8px; }
.policy-callout { margin: 28px 0; padding: 22px 24px; color: #26352b; background: var(--green-light); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; }
.policy-callout strong { display: block; margin-bottom: 4px; }
.policy-callout p { margin: 0; color: #3e5145; }
.policy-content a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.policy-contact { padding: 28px; background: var(--cream); border: 1px solid #e4d8c7; border-radius: 16px; }
.policy-contact p:last-child { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .utility-inner p { display: none; }
  .utility-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 45px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { height: 520px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .split-layout, .impact-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .journey-steps { grid-template-columns: repeat(2,1fr); gap: 30px 0; }
  .journey-steps li:nth-child(2)::after { display: none; }
  .support-panel { grid-template-columns: 1fr; gap: 30px; }
  .involvement-grid { grid-template-columns: 1fr; }
  .involve-card.featured { transform: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .policy-layout { grid-template-columns: 1fr; gap: 40px; }
  .policy-nav { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .utility-links { width: 100%; justify-content: space-between; gap: 10px; font-size: .74rem; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: .73rem; }
  .brand-name strong { font-size: .88rem; }
  .hero h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .hero-visual { height: 430px; border-radius: 28% 14px 28% 14px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 78px; border-left: 1px solid rgba(255,255,255,.12); }
  .service-grid, .stats-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .section-heading { margin-bottom: 36px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li::after { display: none; }
  .support-panel { padding: 34px 24px; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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