:root {
  --forest: #12372a;
  --forest-2: #173d2e;
  --green: #2f7d32;
  --green-2: #5d9e53;
  --lime: #b8e26a;
  --lime-soft: #e8f3cf;
  --cream: #f4f2e8;
  --cream-2: #faf9f3;
  --ink: #13211a;
  --muted: #607066;
  --line: #dbe4da;
  --white: #fff;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 12px 32px rgba(18,55,42,.08);
  --shadow-lg: 0 28px 80px rgba(18,55,42,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; }
h1, h2, h3, h4 { margin: 0 0 18px; color: var(--ink); line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(54px, 6.1vw, 92px); font-weight: 820; }
h2 { font-size: clamp(38px, 4.2vw, 62px); font-weight: 790; }
h3 { font-size: 21px; font-weight: 760; letter-spacing: -.025em; }
button { cursor: pointer; }
.container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.content-narrow { max-width: 840px; }
.section { padding: 118px 0; }
.section-pad { padding: 84px 0 92px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 20px; top: -100px; padding: 12px 16px; border-radius: 8px; background: var(--forest); color: #fff; transition: top .2s ease; }
.skip-link:focus { top: 20px; }

/* Top bar and header */
.topbar { background: #eff3ec; border-bottom: 1px solid rgba(18,55,42,.06); }
.topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__contacts { display: flex; align-items: center; gap: 26px; color: #405046; font-size: 12px; }
.topbar__contacts a, .topbar__contacts span { display: inline-flex; align-items: center; gap: 8px; }
.topbar__contacts svg { width: 15px; height: 15px; fill: var(--green); }
.topbar__report { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 11px; font-weight: 760; letter-spacing: .02em; }
.topbar__report span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,226,106,.22); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(18,55,42,.07); }
.site-header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand img, .custom-logo { width: 176px; height: auto; }
.primary-nav { justify-self: center; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; }
.primary-nav a { position: relative; color: #36463d; font-size: 13px; font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--forest); transition: .2s ease; }

/* Buttons */
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid var(--green); border-radius: 12px; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 10px 22px rgba(47,125,50,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #266d2a; box-shadow: 0 15px 28px rgba(47,125,50,.23); }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--ghost { border-color: #aebbb2; background: rgba(255,255,255,.72); color: var(--forest); box-shadow: none; }
.button--ghost:hover { background: var(--white); }
.button--light { border-color: var(--lime); background: var(--lime); color: var(--forest); box-shadow: none; }
.button--light:hover { background: #c7ed7d; }
.button--full { width: 100%; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#fbfcf7 0%,#f2f5ec 52%,#e9f0e4 100%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 440px; height: 440px; left: -230px; top: -140px; background: rgba(184,226,106,.23); }
.hero__glow--two { width: 360px; height: 360px; right: -130px; bottom: -120px; background: rgba(47,125,50,.12); }
.hero__grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 68px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--green); }
.eyebrow--light { color: var(--lime); }
.eyebrow--light > span { background: var(--lime); }
.hero h1 { margin-top: 22px; max-width: 720px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero__lead { max-width: 650px; margin: 27px 0 31px; font-size: 17px; line-height: 1.75; }
.hero__actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero__proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 40px; }
.hero__proof > div { position: relative; min-height: 96px; padding: 18px 16px 16px 46px; border: 1px solid rgba(18,55,42,.1); border-radius: 16px; background: rgba(255,255,255,.57); }
.hero__proof strong, .hero__proof small { display: block; }
.hero__proof strong { margin-bottom: 5px; font-size: 12px; }
.hero__proof small { color: #78857d; font-size: 10px; line-height: 1.4; }
.proof-icon { position: absolute; left: 15px; top: 18px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--green); font-weight: 900; }
.hero-card { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.84); border-radius: 42px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-lg); }
.hero-card > img { width: 100%; border-radius: 31px; }
.floating-card { position: absolute; display: grid; grid-template-columns: 43px 1fr; gap: 12px; align-items: center; min-width: 236px; padding: 13px 16px; border: 1px solid rgba(18,55,42,.1); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-card--planting { left: -38px; top: 28%; }
.floating-card--protection { right: -34px; top: 15%; }
.floating-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: var(--lime-soft); color: var(--green); font-size: 19px; font-weight: 900; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 11px; }
.floating-card small { margin-top: 4px; color: #7b867f; font-size: 9px; }
.hero-report { position: absolute; right: 20px; bottom: 19px; width: 300px; padding: 17px; border-radius: 18px; background: rgba(18,55,42,.93); box-shadow: var(--shadow-lg); }
.hero-report__top { display: flex; justify-content: space-between; gap: 12px; color: #dfe9e0; font-size: 10px; }
.hero-report__top strong { color: var(--lime); }
.report-bars { display: flex; height: 44px; align-items: end; gap: 7px; margin: 12px 0 8px; }
.report-bars i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg,var(--lime),#5d9e53); }
.report-bars i:nth-child(1) { height: 32%; }.report-bars i:nth-child(2) { height: 55%; }.report-bars i:nth-child(3) { height: 44%; }.report-bars i:nth-child(4) { height: 77%; }.report-bars i:nth-child(5) { height: 66%; }.report-bars i:nth-child(6) { height: 92%; }
.hero-report small { color: #9fb1a4; font-size: 9px; }

/* Trust strip */
.trust-strip { background: var(--forest); color: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid > div { min-height: 118px; display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { color: var(--lime); font-size: 31px; letter-spacing: -.04em; }
.trust-strip span { color: #c5d2c8; font-size: 11px; line-height: 1.45; }

/* Headings */
.section-heading--split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-top: 18px; }
.section-heading--split > p { margin: 0; font-size: 16px; }
.section-heading--center { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center h2 { margin-top: 18px; }

/* Impact cards */
.section--intro { background: var(--white); }
.impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.impact-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 48px rgba(18,55,42,.06); }
.impact-card__visual { padding: 14px 14px 0; }
.impact-card__visual img { width: 100%; border-radius: 24px; }
.impact-card__body { position: relative; padding: 29px 30px 32px; }
.card-number { position: absolute; right: 28px; top: 28px; color: #a7b4aa; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.impact-card h3 { padding-right: 40px; }
.impact-card p { min-height: 96px; font-size: 13px; }
.check-list { list-style: none; display: grid; gap: 10px; margin: 22px 0 0; padding: 0; }
.check-list li { position: relative; padding-left: 25px; color: #4e5f54; font-size: 12px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--green); font-size: 10px; font-weight: 900; }

/* Transparency */
.section--dark { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.section--dark::before { content: ""; position: absolute; width: 640px; height: 640px; right: -230px; top: -280px; border-radius: 50%; background: rgba(184,226,106,.08); }
.transparency-grid { position: relative; display: grid; grid-template-columns: .87fr 1.13fr; gap: 82px; align-items: center; }
.transparency-copy h2 { margin-top: 20px; color: #fff; }
.lead-light { color: #b9c9bd; font-size: 16px; }
.allocation { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 33px 0 18px; }
.allocation > div { padding: 19px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.allocation span { display: block; width: var(--size); height: 5px; margin-bottom: 15px; border-radius: 8px; background: var(--lime); }
.allocation strong, .allocation small { display: block; }
.allocation strong { color: #fff; font-size: 23px; }
.allocation small { margin-top: 5px; color: #a9bbae; font-size: 9px; line-height: 1.35; }
.allocation-note { color: #8fa394; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 12px; font-weight: 820; }
.text-link--light { color: var(--lime); }
.text-link span { font-size: 18px; }
.report-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: #f9fbf6; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.report-panel__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #405147; font-size: 11px; font-weight: 750; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(47,125,50,.13); }
.report-tag { padding: 7px 10px; border-radius: 20px; background: var(--lime-soft); color: var(--green); font-size: 9px; }
.report-panel__project { display: grid; grid-template-columns: 185px 1fr; gap: 21px; align-items: center; padding: 24px 0; }
.project-photo img { border-radius: 18px; }
.report-panel__project small { color: var(--green); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.report-panel__project h3 { margin: 8px 0 7px; font-size: 19px; }
.report-panel__project p { margin: 0; font-size: 11px; line-height: 1.55; }
.report-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.report-metrics > div { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.report-metrics span, .report-metrics strong { display: block; }
.report-metrics span { color: #89948d; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.report-metrics strong { margin-top: 6px; font-size: 11px; }
.report-docs { display: grid; gap: 8px; margin-top: 18px; }
.report-docs > div { display: grid; grid-template-columns: 40px 1fr auto; gap: 13px; align-items: center; padding: 11px 13px; border-radius: 12px; background: #eef3eb; }
.report-docs > div > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #fff; color: var(--green); font-size: 9px; font-weight: 850; }
.report-docs p { display: grid; margin: 0; }
.report-docs strong { font-size: 10px; }
.report-docs small { margin-top: 3px; color: #8b978e; font-size: 8px; }
.report-docs b { color: var(--green); }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-card { position: relative; min-height: 290px; padding: 27px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.process-card > span { position: absolute; right: 22px; top: 24px; color: #a6b2aa; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.process-icon { display: grid; width: 56px; height: 56px; margin-bottom: 61px; place-items: center; border-radius: 16px; background: var(--lime-soft); color: var(--green); font-size: 21px; font-weight: 900; }
.process-card h3 { font-size: 18px; }
.process-card p { margin: 0; font-size: 12px; }

/* Audiences */
.section--audiences { background: var(--cream-2); }
.audience-grid { display: grid; gap: 24px; }
.audience-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; overflow: hidden; border-radius: 36px; }
.audience-card__content { padding: 58px 62px; }
.audience-card__visual { display: flex; align-items: end; padding: 24px 24px 0; }
.audience-card__visual img { width: 100%; max-height: 460px; object-fit: contain; }
.audience-card--people { border: 1px solid #d9e4d3; background: #edf4e7; }
.audience-card--companies { background: var(--forest); color: #fff; }
.audience-card--companies h2, .audience-card--companies h3 { color: #fff; }
.audience-card--companies p { color: #bac9be; }
.audience-card h2 { margin-top: 18px; font-size: clamp(35px,4vw,54px); }
.audience-card p { max-width: 690px; font-size: 14px; }
.choice-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 30px 0; }
.choice-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: center; min-height: 62px; padding: 11px; border: 1px solid rgba(18,55,42,.11); border-radius: 13px; background: rgba(255,255,255,.55); }
.choice-list span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: var(--lime-soft); color: var(--green); font-size: 9px; font-weight: 850; }
.choice-list strong { font-size: 10px; line-height: 1.35; }
.audience-card--companies .choice-list > div { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.audience-card--companies .choice-list span { background: rgba(184,226,106,.14); color: var(--lime); }

/* Values */
.section--values { background: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value-card { min-height: 232px; padding: 29px 27px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-card > span { display: grid; width: 42px; height: 42px; margin-bottom: 46px; place-items: center; border-radius: 12px; background: var(--lime-soft); color: var(--green); font-size: 10px; font-weight: 850; }
.value-card h3 { font-size: 17px; }
.value-card p { margin: 0; font-size: 11px; }

/* FAQ */
.faq-section { background: #f7f8f3; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro h2 { margin-top: 18px; }
.faq-intro .text-link { margin-top: 14px; }
.faq-list { border-top: 1px solid #cfd8d1; }
.faq-list details { border-bottom: 1px solid #cfd8d1; }
.faq-list summary { list-style: none; position: relative; padding: 22px 52px 22px 0; font-size: 14px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 16px; height: 2px; background: var(--green); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0deg); }
.faq-list details > div { padding: 0 44px 20px 0; }
.faq-list details p { margin: 0; font-size: 13px; }

/* Contact */
.contact-section { position: relative; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg,#12372a 0%,#173d2e 60%,#225238 100%); color: #fff; }
.contact-section::after { content: ""; position: absolute; width: 530px; height: 530px; right: -190px; bottom: -300px; border-radius: 50%; background: rgba(184,226,106,.12); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; gap: 88px; align-items: start; }
.contact-copy h2 { margin-top: 18px; color: #fff; }
.contact-copy > p { color: #bdcbbf; font-size: 16px; }
.contact-points { margin-top: 35px; display: grid; gap: 17px; }
.contact-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; }
.contact-points > div > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: rgba(184,226,106,.13); color: var(--lime); font-size: 9px; font-weight: 850; }
.contact-points p { display: grid; margin: 0; color: #93a99a; font-size: 11px; }
.contact-points strong { margin-bottom: 3px; color: #fff; font-size: 13px; }
.contact-form-card { padding: 35px; border-radius: 30px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: #3c4a41; font-size: 10px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d8e0d9; border-radius: 11px; background: #fbfcf8; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,125,50,.1); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: grid; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; color: #718078; font-weight: 500; line-height: 1.5; }
.contact-form .consent input { width: 17px; height: 17px; margin: 1px 0 0; }
.honeypot { position: absolute; left: -9999px; }
.form-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 11px; font-size: 11px; font-weight: 750; }
.form-alert--success { background: #eaf7e5; color: #2e6e21; }
.form-alert--error { background: #fff1ef; color: #a44234; }

/* Footer */
.site-footer { padding-top: 76px; background: #0a2018; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .75fr 1fr; gap: 54px; padding-bottom: 62px; }
.footer-brand img { width: 186px; }
.footer-brand p { max-width: 355px; margin-top: 22px; color: #84988b; font-size: 11px; }
.site-footer h3 { margin-bottom: 18px; color: #fff; font-size: 12px; }
.site-footer ul { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.site-footer li, .site-footer a { color: #8da094; font-size: 11px; }
.site-footer a:hover { color: #fff; }
.footer-action { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.04); }
.footer-action p { color: #8da094; font-size: 11px; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #677d6f; font-size: 10px; }

/* Generic pages */
.generic-page { min-height: 55vh; padding: 100px 0; }
.generic-page h1 { font-size: clamp(42px,5vw,68px); }
.post-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.error-page { text-align: center; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay { transition-delay: .15s; }
.reveal--delay-lg { transition-delay: .22s; }

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

@media (max-width: 1120px) {
  .primary-nav ul { gap: 20px; }
  .hero__grid { gap: 42px; }
  .floating-card { min-width: 210px; }
  .floating-card--planting { left: -18px; }
  .floating-card--protection { right: -16px; }
  .audience-card__content { padding: 50px 46px; }
  .choice-list { grid-template-columns: 1fr; }
}

@media (max-width: 940px) {
  .topbar__contacts span { display: none; }
  .site-header__inner { grid-template-columns: auto auto; justify-content: space-between; min-height: 72px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { display: block; padding: 12px 10px; font-size: 14px; }
  .primary-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero__grid, .section-heading--split, .transparency-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 64px; }
  .hero__content { max-width: 760px; }
  .hero__visual { width: min(740px,100%); margin-inline: auto; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .impact-card p { min-height: auto; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .audience-card { grid-template-columns: 1fr; }
  .audience-card__visual { max-width: 560px; margin-inline: auto; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px,1280px); }
  .section { padding: 82px 0; }
  .section-pad { padding: 58px 0 75px; }
  .topbar__contacts a:nth-child(n+2), .topbar__report { display: none; }
  .brand img, .custom-logo { width: 152px; }
  h1 { font-size: clamp(46px,14vw,64px); }
  h2 { font-size: clamp(34px,10vw,48px); }
  .hero__lead { font-size: 15px; }
  .hero__actions .button { width: 100%; }
  .hero__proof { grid-template-columns: 1fr; }
  .hero-card { padding: 10px; border-radius: 27px; }
  .hero-card > img { border-radius: 21px; }
  .floating-card { position: static; min-width: 0; margin-top: 10px; }
  .hero-report { position: static; width: 100%; margin-top: 10px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section-heading--split { gap: 20px; }
  .impact-card { display: block; }
  .transparency-grid { gap: 52px; }
  .allocation { grid-template-columns: 1fr; }
  .report-panel { padding: 18px; }
  .report-panel__project { grid-template-columns: 1fr; }
  .report-metrics { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .process-icon { margin-bottom: 38px; }
  .audience-card__content { padding: 40px 27px; }
  .audience-card__visual { padding: 10px 10px 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-action { grid-column: auto; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}


/* Multi-page navigation */
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .menu-item-has-children > a { padding-right: 16px; }
.primary-nav .menu-item-has-children > a::before { content:"⌄"; position:absolute; right:0; top:-1px; font-size:12px; color:var(--green); }
.primary-nav .sub-menu { position:absolute; z-index:20; left:-18px; top:calc(100% + 19px); min-width:230px; display:grid; gap:2px; padding:12px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow-lg); opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s ease; }
.primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu { opacity:1; visibility:visible; transform:none; }
.primary-nav .sub-menu a { display:block; padding:11px 12px; border-radius:10px; font-size:12px; white-space:nowrap; }
.primary-nav .sub-menu a:hover { background:var(--cream-2); }
.primary-nav .sub-menu a::after { display:none; }
.center-action { display:flex; justify-content:center; margin-top:42px; }
.center { justify-content:center; }
.section--soft { background:var(--cream-2); }
.contact-cta { padding:72px 0; background:var(--forest); color:#fff; }
.contact-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.contact-cta h2 { color:#fff; font-size:clamp(34px,4vw,56px); }
.contact-cta p { max-width:720px; color:#a7b8ad; }

/* Inner heroes */
.inner-hero { padding:90px 0; overflow:hidden; background:linear-gradient(135deg,#fbfcf7,#edf3e8); }
.inner-hero--dark { background:linear-gradient(135deg,#0d2b20,#194532); }
.inner-hero__grid { display:grid; grid-template-columns:1fr .82fr; gap:80px; align-items:center; }
.inner-hero h1 { margin-top:20px; font-size:clamp(50px,6vw,84px); }
.inner-hero h1 em { color:var(--green); font-style:normal; }
.inner-hero--dark h1 { color:#fff; }
.inner-hero--dark h1 em { color:var(--lime); }
.inner-hero p { max-width:720px; font-size:17px; }
.inner-hero--dark p { color:#b7c7bc; }
.inner-hero__visual { padding:14px; border:1px solid rgba(18,55,42,.1); border-radius:32px; background:rgba(255,255,255,.68); box-shadow:var(--shadow-lg); }
.inner-hero__visual img { width:100%; border-radius:24px; }
.inner-hero--compact { padding:80px 0; }
.inner-hero--compact h1 { max-width:850px; }

/* Shared grids */
.story-grid, .split-feature, .criteria-grid, .deliverables-grid, .audit-grid { display:grid; grid-template-columns:1fr 1fr; gap:88px; align-items:center; }
.rich-copy p { margin-top:0; font-size:16px; }
.model-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.model-card { padding:42px; border:1px solid var(--line); border-radius:28px; background:#fff; box-shadow:var(--shadow-sm); }
.model-card--green { background:var(--forest); color:#fff; }
.model-card--green h3 { color:#fff; }
.model-card--green p, .model-card--green li { color:#b8c8bd; }
.model-card__tag { display:inline-flex; padding:8px 11px; margin-bottom:26px; border-radius:9px; background:var(--lime-soft); color:var(--green); font-size:12px; font-weight:900; }
.model-card--green .model-card__tag { background:var(--lime); color:var(--forest); }
.principles-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:26px; overflow:hidden; }

/* Timeline */
.timeline { max-width:980px; }
.timeline-step { display:grid; grid-template-columns:100px 1fr; gap:34px; padding:48px 0; border-bottom:1px solid var(--line); }
.timeline-step > span { display:grid; width:72px; height:72px; place-items:center; border-radius:50%; background:var(--lime-soft); color:var(--green); font-size:18px; font-weight:900; }
.timeline-step h2 { font-size:clamp(28px,3vw,42px); }
.timeline-step p { max-width:760px; margin-bottom:0; }
.criteria-list { display:grid; gap:12px; }
.criteria-list div { display:grid; grid-template-columns:52px 1fr; gap:18px; align-items:center; padding:20px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:rgba(255,255,255,.05); }
.criteria-list strong { color:var(--lime); }
.criteria-list span { color:#dce6df; }

/* Offers and business */
.offer-grid, .package-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.offer-card, .package-card { position:relative; padding:38px; border:1px solid var(--line); border-radius:28px; background:#fff; box-shadow:var(--shadow-sm); }
.offer-card--featured, .package-card--featured { border-color:var(--green); box-shadow:0 24px 60px rgba(47,125,50,.16); transform:translateY(-10px); }
.offer-card__icon { display:grid; width:52px; height:52px; place-items:center; margin-bottom:26px; border-radius:16px; background:var(--lime-soft); color:var(--green); font-weight:900; }
.offer-badge { position:absolute; right:24px; top:24px; padding:7px 10px; border-radius:999px; background:var(--green); color:#fff; font-size:9px; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.offer-card .button { width:100%; margin-top:20px; }
.large-checks { list-style:none; display:grid; gap:20px; padding:0; margin:30px 0; }
.large-checks li { position:relative; padding-left:42px; }
.large-checks li::before { content:"✓"; position:absolute; left:0; top:2px; display:grid; width:27px; height:27px; place-items:center; border-radius:50%; background:var(--lime-soft); color:var(--green); font-weight:900; }
.large-checks strong, .large-checks span { display:block; }
.large-checks span { margin-top:4px; color:var(--muted); font-size:13px; }
.business-benefits { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.benefit-card { padding:30px; border:1px solid var(--line); border-radius:22px; }
.benefit-card > span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.1em; }
.benefit-card h3 { margin-top:28px; }
.package-card small { color:var(--green); font-weight:900; letter-spacing:.14em; }
.package-card--featured { background:var(--forest); color:#fff; }
.package-card--featured h3 { color:#fff; }
.package-card--featured p, .package-card--featured li { color:#b8c8bd; }
.deliverables-list { display:grid; gap:12px; }
.deliverables-list div { display:grid; grid-template-columns:72px 1fr; gap:18px; align-items:center; padding:18px 20px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:rgba(255,255,255,.05); }
.deliverables-list span { display:grid; width:58px; height:38px; place-items:center; border-radius:9px; background:var(--lime); color:var(--forest); font-size:10px; font-weight:900; }
.deliverables-list strong { color:#fff; }

/* Projects */
.projects-preview { background:#fff; }
.project-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.project-card-grid--archive { grid-template-columns:repeat(3,1fr); }
.project-card { overflow:hidden; border:1px solid var(--line); border-radius:28px; background:#fff; box-shadow:var(--shadow-sm); }
.project-card__image { position:relative; display:block; padding:12px 12px 0; }
.project-card__image img { width:100%; aspect-ratio:16/10; object-fit:cover; border-radius:20px; }
.project-card__image > span { position:absolute; top:25px; right:25px; padding:7px 10px; border-radius:999px; background:rgba(18,55,42,.9); color:#fff; font-size:9px; font-weight:850; }
.project-card__body { padding:26px; }
.project-card__meta { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
.project-card__meta span { padding:6px 9px; border-radius:999px; background:var(--cream); color:#66756b; font-size:9px; font-weight:800; }
.project-card p { font-size:12px; }
.progress { margin:22px 0; }
.progress > div { display:flex; justify-content:space-between; margin-bottom:8px; color:var(--muted); font-size:10px; }
.progress > div strong { color:var(--forest); }
.progress i { display:block; height:8px; overflow:hidden; border-radius:999px; background:#e6ece5; }
.progress b { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--green),var(--lime)); }
.project-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:20px 0; }
.project-stats div { padding:13px; border-radius:12px; background:var(--cream-2); }
.project-stats strong, .project-stats span { display:block; }
.project-stats strong { font-size:12px; }
.project-stats span { margin-top:3px; color:var(--muted); font-size:9px; }
.project-filter-note { display:flex; justify-content:space-between; gap:25px; margin-bottom:34px; padding:20px 24px; border-radius:16px; background:var(--cream-2); }
.project-filter-note span { color:var(--muted); font-size:12px; }
.project-single-hero { padding:72px 0 86px; background:linear-gradient(135deg,#f8faf4,#eaf2e5); }
.back-link { display:inline-flex; margin-bottom:34px; color:var(--green); font-size:12px; font-weight:800; }
.project-single-hero__grid { display:grid; grid-template-columns:1fr .9fr; gap:70px; align-items:center; }
.project-single-hero h1 { font-size:clamp(48px,6vw,78px); }
.project-single-hero img { width:100%; border-radius:28px; box-shadow:var(--shadow-lg); }
.project-status { display:flex; justify-content:space-between; gap:20px; margin-top:30px; font-size:12px; }
.project-status span { color:var(--green); font-weight:850; }
.progress--large i { height:12px; }
.project-single-layout { display:grid; grid-template-columns:1fr 350px; gap:86px; align-items:start; }
.project-content { font-size:16px; }
.project-content h2 { margin-top:50px; font-size:34px; }
.project-facts { position:sticky; top:120px; padding:28px; border:1px solid var(--line); border-radius:24px; background:var(--cream-2); }
.project-facts dl { margin:22px 0; }
.project-facts dl div { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); }
.project-facts dt { color:var(--muted); font-size:11px; }
.project-facts dd { margin:0; text-align:right; font-size:11px; font-weight:800; }

/* Impact reporting */
.allocation-large { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.allocation-chart { display:grid; gap:14px; }
.allocation-chart > div { position:relative; overflow:hidden; min-height:108px; padding:26px 30px; border:1px solid var(--line); border-radius:20px; background:#fff; }
.allocation-chart > div::before { content:""; position:absolute; inset:0 auto 0 0; width:calc(var(--share) * 1%); background:linear-gradient(90deg,var(--lime-soft),rgba(232,243,207,.15)); }
.allocation-chart strong, .allocation-chart span { position:relative; display:block; }
.allocation-chart strong { color:var(--green); font-size:30px; }
.reporting-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.reporting-grid article { padding:30px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.reporting-grid article > span { color:var(--green); font-size:11px; font-weight:900; }
.reporting-grid h3 { margin-top:28px; }
.audit-card { padding:34px; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:rgba(255,255,255,.05); }
.audit-card > span { color:var(--lime); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.audit-card ol { display:grid; gap:14px; margin:26px 0 0; padding-left:20px; color:#dce6df; }

/* Contact, posts, articles */
.contact-section--page { padding-top:100px; }
.contact-info-cards { display:grid; gap:10px; margin:28px 0; }
.contact-info-cards > * { display:grid; gap:5px; padding:16px 18px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:rgba(255,255,255,.05); }
.contact-info-cards small { color:var(--lime); font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.contact-info-cards strong { color:#fff; font-size:13px; }
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { overflow:hidden; border:1px solid var(--line); border-radius:26px; background:#fff; }
.news-card__image img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.news-card__body { padding:26px; }
.news-card__body small, .article-hero small { color:var(--green); font-size:10px; font-weight:850; }
.news-card h2 { margin-top:14px; font-size:25px; }
.article-hero { padding:80px 0; background:var(--cream-2); }
.article-hero h1 { margin-top:16px; font-size:clamp(48px,6vw,76px); }
.article-hero img { margin-top:40px; border-radius:28px; }
.article-content { font-size:17px; }
.article-content h2 { margin-top:45px; }
.empty-state { grid-column:1/-1; padding:70px; border:1px dashed var(--line); border-radius:24px; text-align:center; }

@media (max-width:1120px) {
  .primary-nav ul { gap:18px; }
  .primary-nav a { font-size:12px; }
  .project-card-grid, .project-card-grid--archive, .reporting-grid { grid-template-columns:repeat(2,1fr); }
  .business-benefits { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:940px) {
  .primary-nav .sub-menu { position:static; display:grid; opacity:1; visibility:visible; transform:none; min-width:0; padding:0 0 8px 18px; border:0; box-shadow:none; }
  .primary-nav .menu-item-has-children > a::before { display:none; }
  .inner-hero__grid, .story-grid, .split-feature, .criteria-grid, .deliverables-grid, .audit-grid, .allocation-large, .project-single-hero__grid, .project-single-layout { grid-template-columns:1fr; }
  .inner-hero__visual { max-width:650px; }
  .offer-grid, .package-grid { grid-template-columns:1fr; }
  .offer-card--featured, .package-card--featured { transform:none; }
  .principles-grid { grid-template-columns:repeat(2,1fr); }
  .project-single-layout { gap:42px; }
  .project-facts { position:static; }
  .posts-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .contact-cta__inner, .project-filter-note { align-items:flex-start; flex-direction:column; }
  .inner-hero { padding:62px 0; }
  .inner-hero__grid { gap:40px; }
  .inner-hero p { font-size:15px; }
  .model-grid, .principles-grid, .business-benefits, .project-card-grid, .project-card-grid--archive, .reporting-grid, .posts-grid { grid-template-columns:1fr; }
  .timeline-step { grid-template-columns:58px 1fr; gap:18px; }
  .timeline-step > span { width:50px; height:50px; }
  .offer-card, .package-card, .model-card { padding:28px; }
  .project-single-hero { padding:52px 0; }
  .project-single-hero h1 { font-size:44px; }
}
