:root {
  --ink: #102c26;
  --green: #075a47;
  --lime: #b8d83d;
  --paper: #fbfaf6;
  --cream: #f0eee6;
  --muted: #62716d;
  --line: rgba(16, 44, 38, .16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
body, button, input, select, textarea { font-size: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .logo { font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  height: 82px; padding: 0 max(26px, calc((100vw - var(--max)) / 2));
  display: flex; align-items: center; gap: 42px; background: var(--paper);
  position: relative; z-index: 20;
}
.logo { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.logo > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.logo b { font-size: 16px; letter-spacing: .09em; }
.logo small { margin-top: 5px; font-size: 8px; letter-spacing: .34em; }
.logo-icon { width: 35px; height: 34px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-15deg); }
.logo-icon i { width: 9px; background: var(--green); }
.logo-icon i:nth-child(1) { height: 17px; }
.logo-icon i:nth-child(2) { height: 25px; background: var(--lime); }
.logo-icon i:nth-child(3) { height: 34px; }
.header nav { display: flex; gap: 30px; margin-left: auto; }
.header nav a { font-size: 13px; font-weight: 700; }
.header nav a:hover { color: var(--green); }
.menu { display: none; border: 0; background: transparent; padding: 10px; }
.menu i { display: block; width: 24px; height: 2px; margin: 6px; background: var(--ink); }

.btn {
  border: 0; padding: 15px 19px; display: inline-flex; align-items: center;
  justify-content: space-between; gap: 26px; color: var(--ink); background: var(--lime);
  font-weight: 700; font-size: 13px; cursor: pointer; transition: .25s ease;
}
.btn:hover { background: #cce94f; transform: translateY(-2px); }
.btn span { font-size: 19px; }
.header-btn { padding: 12px 15px; }

.hero { min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: center; color: white; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(90deg, rgba(2, 34, 27, .93), rgba(2, 36, 29, .67) 48%, rgba(2, 30, 24, .14) 82%), url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2000&q=88");
  background-size: cover; background-position: center; animation: heroIn 1.2s ease both;
}
.hero-inner { width: var(--max); margin: auto; padding: 60px 26px 125px; position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; font: 700 10px Manrope, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.kicker > span { width: 30px; height: 2px; background: var(--lime); }
.kicker.light { color: white; }
.hero h1 { max-width: 950px; margin-bottom: 27px; font-size: clamp(46px, 6.2vw, 84px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.underlink { padding-bottom: 5px; border-bottom: 1px solid currentColor; display: inline-flex; align-items: center; gap: 18px; font-weight: 700; font-size: 13px; }
.underlink.dark { color: var(--ink); }
.hero-bar { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 22px; display: flex; justify-content: center; align-items: center; gap: 23px; background: rgba(3, 42, 34, .72); backdrop-filter: blur(7px); font: 600 9px Manrope, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.hero-bar i { width: 42px; height: 1px; background: var(--lime); }

.proof { padding: 0 max(26px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--cream); border-bottom: 1px solid var(--line); }
.proof div { min-height: 92px; padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border-left: 1px solid var(--line); }
.proof div:last-child { border-right: 1px solid var(--line); }
.proof b { font: 700 13px Manrope, sans-serif; }
.proof span { color: var(--muted); font-size: 11px; }

.section { padding: 105px max(26px, calc((100vw - var(--max)) / 2)); }
.section h2 { margin-bottom: 0; font-size: clamp(38px, 4.1vw, 59px); line-height: 1.06; letter-spacing: -.045em; }
.sectors { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; }
.section-intro { padding-top: 42px; }
.section-intro > p { max-width: 545px; color: var(--muted); line-height: 1.7; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; }
.filters button { padding: 9px 14px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-weight: 700; font-size: 11px; cursor: pointer; }
.filters button.active, .filters button:hover { color: white; background: var(--ink); }
.sector-grid { grid-column: 1 / -1; margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 350px; gap: 14px; }
.sector-card { position: relative; overflow: hidden; color: white; }
.sector-card.tall { grid-row: span 2; }
.sector-card.wide { grid-column: span 2; }
.sector-card.hidden { display: none; }
.sector-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.sector-card:hover img { transform: scale(1.045); }
.shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2, 34, 27, .93), transparent 67%); }
.sector-card .number { position: absolute; top: 18px; right: 18px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.55); font: 600 9px Manrope, sans-serif; }
.sector-card > div:last-child { position: absolute; left: 24px; right: 20px; bottom: 23px; }
.sector-card small { color: var(--lime); font: 700 9px Manrope, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.sector-card h3 { margin: 7px 0; font-size: 23px; letter-spacing: -.03em; }
.sector-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }

.process { color: white; background: var(--ink); display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; }
.process-lead { align-self: end; color: rgba(255,255,255,.63); line-height: 1.75; }
.steps { grid-column: 1 / -1; margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.steps article { min-height: 240px; padding: 27px 23px; border-left: 1px solid rgba(255,255,255,.18); }
.steps article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.steps article > b { color: var(--lime); font: 700 10px Manrope, sans-serif; }
.steps article > span { display: block; margin: 42px 0 12px; color: var(--lime); font: 700 9px Manrope, sans-serif; letter-spacing: .17em; }
.steps h3 { margin-bottom: 11px; font-size: 19px; }
.steps p { max-width: 210px; margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.65; }

.finance { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.finance-photo { height: 650px; position: relative; }
.finance-photo > img { width: 100%; height: 100%; object-fit: cover; }
.finance-photo > div { width: 170px; height: 170px; padding: 25px; position: absolute; right: -27px; bottom: 42px; display: flex; flex-direction: column; justify-content: space-between; background: var(--lime); }
.finance-photo small { font: 700 9px Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.finance-photo b { font: 700 21px/1.15 Manrope, sans-serif; }
.finance-copy > p:not(.kicker):not(.disclaimer) { margin: 28px 0; color: var(--muted); line-height: 1.75; }
.finance-copy ol { padding: 0; margin: 0; list-style: none; counter-reset: finance; border-top: 1px solid var(--line); }
.finance-copy li { padding: 17px 0 17px 38px; position: relative; display: flex; flex-direction: column; gap: 5px; border-bottom: 1px solid var(--line); counter-increment: finance; }
.finance-copy li:before { content: "0" counter(finance); position: absolute; left: 0; top: 20px; color: var(--green); font: 700 10px Manrope, sans-serif; }
.finance-copy li b { font: 700 15px Manrope, sans-serif; }
.finance-copy li span { color: var(--muted); font-size: 12px; }
.disclaimer { margin: 16px 0 23px; color: #78837f; font-size: 9px; }
.funders { padding: 0 max(26px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); align-items: center; border-bottom: 1px solid var(--line); }
.funders > p { margin: 0; font: 700 9px Manrope, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.funders > div { min-height: 88px; padding: 19px; display: flex; align-items: center; gap: 12px; border-left: 1px solid var(--line); }
.funders div span { color: var(--green); font-size: 26px; }
.funders div b { font: 700 11px/1.35 Manrope, sans-serif; }

.why { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.why-copy > p:not(.kicker) { margin: 27px 0; color: var(--muted); line-height: 1.75; }
.why ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.why li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.why li b { width: 23px; height: 23px; margin-right: 11px; display: inline-grid; place-items: center; background: var(--lime); border-radius: 50%; font-size: 11px; }
.capabilities { padding: 42px; color: white; background: var(--green); }
.capabilities p { color: var(--lime); font: 700 9px Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.capabilities span { padding: 17px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.19); font: 600 clamp(17px, 1.9vw, 23px) Manrope, sans-serif; }

.contact { color: white; background: var(--green); display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; }
.contact-copy > p:not(.kicker) { max-width: 530px; margin: 28px 0; color: rgba(255,255,255,.68); line-height: 1.75; }
.contact-steps { margin-top: 42px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); font-size: 9px; }
.contact-steps span:first-child, .contact-steps b { color: var(--lime); }
.lead-form { padding: 34px; color: var(--ink); background: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { margin-bottom: 18px; display: flex; flex-direction: column; font: 700 8px Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 11px 0; color: var(--ink); background: white; border: 0; border-bottom: 1px solid #c9d0ce; border-radius: 0; outline: 0; font: 400 13px "DM Sans", sans-serif; letter-spacing: 0; text-transform: none; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green); }
.lead-form textarea { resize: vertical; }
.lead-form .checkbox { flex-direction: row; align-items: center; gap: 8px; font: 400 11px "DM Sans", sans-serif; letter-spacing: 0; text-transform: none; }
.checkbox input { width: auto; }
.submit { width: 100%; }
.form-status { min-height: 16px; margin: 11px 0 0; color: var(--green); font-size: 11px; }

footer { padding: 50px max(26px, calc((100vw - var(--max)) / 2)) 28px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; color: white; background: #071e19; }
footer .logo-icon i { background: white; }
footer .logo-icon i:nth-child(2) { background: var(--lime); }
footer > p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
footer nav { display: flex; gap: 22px; font-size: 11px; }
footer > small { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { transform: scale(1.06); filter: brightness(.8); } to { transform: scale(1); filter: brightness(1); } }

@media (max-width: 960px) {
  .header nav, .header-btn { display: none; }
  .header { justify-content: space-between; }
  .menu { display: block; }
  .header.open { height: auto; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
  .header.open nav { width: 100%; display: flex; flex-direction: column; order: 4; gap: 17px; }
  .proof { grid-template-columns: 1fr 1fr; }
  .sectors, .process, .finance, .why, .contact { grid-template-columns: 1fr; }
  .section-intro { padding-top: 0; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .sector-card.tall { grid-row: span 1; }
  .sector-card.wide { grid-column: span 1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .finance-photo { height: 520px; }
  .finance-photo > div { right: 18px; }
  .funders { grid-template-columns: 1fr 1fr; }
  .funders > p { grid-column: 1 / -1; padding: 25px 0; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .header { height: 70px; }
  .hero { min-height: 630px; }
  .hero-inner { padding-top: 38px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-bar { justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 1px solid var(--line); }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .sectors { gap: 30px; }
  .sector-grid { grid-template-columns: 1fr; grid-auto-rows: 335px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; border-right: 1px solid rgba(255,255,255,.18); }
  .finance { gap: 50px; }
  .finance-photo { height: 410px; }
  .finance-photo > div { width: 145px; height: 145px; }
  .funders { grid-template-columns: 1fr; }
  .funders > p { grid-column: auto; }
  .funders > div { border-right: 1px solid var(--line); }
  .capabilities { padding: 30px; }
  .contact { gap: 45px; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 19px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { grid-column: auto; }
}

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