@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #12231a;
  --cream: #f1f0e8;
  --lime: #c8f03d;
  --line: rgba(18, 35, 26, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.nav { height: 78px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 5; color: white; width: 100%; border-bottom: 1px solid #ffffff38; }
.brand { font-size: 14px; font-weight: 600; letter-spacing: .12em; display: flex; align-items: center; gap: 10px; }
.brand span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid; border-radius: 50%; font-family: "Instrument Serif"; font-size: 19px; }
.nav nav { display: flex; gap: 32px; font-size: 13px; }
.nav nav a:hover { opacity: .6; }
.pill { font-size: 13px; border: 1px solid #ffffff99; border-radius: 99px; padding: 11px 18px; }

.hero { height: min(890px, 100vh); min-height: 690px; position: relative; color: white; overflow: hidden; background: #173124; }
.hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.shade { position: absolute; inset: 0; background: linear-gradient(90deg, #04110ade 0%, #04110a6e 44%, #04110a12 78%), linear-gradient(0deg, #04110a70, transparent 45%); }
.heroCopy { position: absolute; left: 7vw; top: 49%; transform: translateY(-42%); max-width: 940px; }
.label { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 600; }
.lime { color: var(--lime); margin-bottom: 26px; }
h1, h2 { font-family: "Instrument Serif", serif; font-weight: 400; margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(68px, 8vw, 122px); line-height: .86; }
.lead { font-size: 17px; line-height: 1.6; max-width: 590px; color: #ffffffc7; margin: 32px 0; }
.actions { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.button, .fundButton { background: var(--lime); color: var(--ink); padding: 16px 22px; font-weight: 600; }
.button b { margin-left: 38px; }
.live { position: absolute; right: 4vw; bottom: 35px; text-align: right; }
.live strong { display: block; font-size: 16px; font-weight: 500; }
.live span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #ffffff9e; }

.impactBar { display: grid; grid-template-columns: repeat(5, 1fr); padding: 28px 4vw; border-bottom: 1px solid var(--line); background: #e8e8df; }
.impactBar div { padding: 4px 2vw; border-right: 1px solid var(--line); }
.impactBar div:last-child { border: 0; }
.impactBar strong { display: block; font-family: "Instrument Serif"; font-size: 36px; font-weight: 400; }
.impactBar span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.statement { padding: 150px 7vw 110px; display: grid; grid-template-columns: 1fr 3fr 1.2fr; gap: 40px; align-items: end; }
.statement h2, .sectionHead h2, .archiveHead h2, .start h2, .partner h2 { font-size: clamp(52px, 6vw, 86px); line-height: .98; }
.statement h2 em, .archiveHead h2 em { color: #6e756f; }
.statement > p:last-child, .sectionHead > p, .archiveHead > div:last-child p, .muted, .partner > div:last-child > p { font-size: 15px; line-height: 1.65; color: #5f6962; max-width: 420px; }

.offerGrid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 4vw 150px; border-block: 1px solid var(--line); }
.offerGrid article { padding: 28px 2.4vw 38px; border-right: 1px solid var(--line); }
.offerGrid article:last-child { border: 0; }
.offerGrid i { font-family: serif; font-style: normal; font-size: 42px; display: block; margin: 58px 0 35px; }
.offerGrid h3, .steps h3, .experienceGrid h3 { font-family: "Instrument Serif"; font-size: 31px; font-weight: 400; margin: 0 0 12px; }
.offerGrid p, .steps p, .experienceGrid p { font-size: 13px; line-height: 1.6; color: #687169; }
.offerGrid a { display: inline-block; font-size: 12px; margin-top: 18px; border-bottom: 1px solid; }

.projects { background: #12231a; color: white; padding: 130px 4vw; }
.sectionHead, .archiveHead { display: flex; justify-content: space-between; align-items: end; margin: 0 3vw 70px; }
.sectionHead > p { color: #9fa8a1; }
.regionGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.region { height: 520px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: #1d3024; }
.regionImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.region::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #07110a4d 0%, #07110a18 38%, #07110ae8 100%); }
.region:hover .regionImage { transform: scale(1.025); }
.regionTop { display: flex; justify-content: space-between; position: relative; z-index: 1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.regionCopy { position: relative; z-index: 1; }
.region h3 { font-family: "Instrument Serif"; font-size: 40px; font-weight: 400; line-height: 1; margin: 0 0 12px; }
.region p { font-size: 12px; color: #ffffffc7; line-height: 1.5; }
.region a { display: block; border-top: 1px solid #ffffff4d; padding-top: 16px; margin-top: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.archive { padding: 140px 4vw 150px; background: #e8e8df; }
.archiveHead > div:last-child { max-width: 440px; }
.archiveHead > div:last-child p { margin: 0 0 16px; }
.archiveHead > div:last-child span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.originalGrid { columns: 4 250px; column-gap: 12px; }
.originalCard { display: inline-block; width: 100%; margin: 0 0 20px; break-inside: avoid; background: #f5f4ed; transition: transform .25s ease, box-shadow .25s ease; }
.originalCard:hover { transform: translateY(-3px); box-shadow: 0 16px 36px #12231a1a; }
.originalCard img { display: block; width: 100%; height: auto; }
.originalCard > span { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 13px 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.originalCard b { font-weight: 500; color: #7a827c; }
.originalCard em { font-style: normal; font-size: 9px; color: #69736c; }

.model { padding: 140px 7vw; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.steps article { border-left: 1px solid var(--line); padding: 8px 28px 20px; }
.steps strong { font-size: 10px; display: block; margin-bottom: 85px; }

.partner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10vw; padding: 140px 7vw; background: #d9dfc8; }
.partner ul { padding: 0; margin: 30px 0 38px; list-style: none; border-top: 1px solid var(--line); }
.partner li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.darkButton { display: inline-block; background: var(--ink); color: white; padding: 16px 20px; font-size: 12px; font-weight: 600; }

.experience { background: #0d1a13; color: white; padding: 130px 7vw; }
.experienceQuote { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.experience blockquote { font-family: "Instrument Serif"; font-size: clamp(46px, 5vw, 75px); line-height: 1.03; margin: 0; color: #e5e7df; }
.experienceGrid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid #ffffff30; }
.experienceGrid article { padding: 38px 35px 0 0; margin-right: 40px; }
.experienceGrid p { color: #9ba49d; }

.start { padding: 130px 7vw; background: #e8e8df; display: grid; grid-template-columns: 1.1fr .8fr; gap: 9vw; align-items: center; }
.muted { margin: 30px 0; }
.quick { display: flex; flex-wrap: wrap; gap: 8px; }
.quick button { background: transparent; border: 1px solid var(--line); padding: 9px 12px; border-radius: 30px; cursor: pointer; }
.calculator { background: #f8f7f1; padding: 32px; box-shadow: 0 25px 70px #12231a1f; }
.calcHead, .rows p { display: flex; justify-content: space-between; }
.calcHead { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.counter { display: flex; align-items: center; justify-content: space-between; padding: 45px 0 30px; }
.counter button { border: 1px solid var(--line); background: transparent; border-radius: 50%; width: 42px; height: 42px; font-size: 20px; cursor: pointer; }
.counter div { text-align: center; }
.counter strong { font-family: "Instrument Serif"; font-size: 72px; font-weight: 400; display: block; line-height: .8; }
.counter span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.calculator input { width: 100%; accent-color: #355f28; }
.rows { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 10px; }
.rows p { font-size: 12px; }
.fundButton { display: flex; justify-content: space-between; margin: 15px 0; }
.calculator small { display: block; text-align: center; color: #7a827c; font-size: 9px; }

.contact { padding: 140px 7vw; text-align: center; }
.contact h2 { font-size: clamp(58px, 7vw, 100px); line-height: .92; margin: 35px auto 60px; }
.contactLinks { display: flex; justify-content: center; gap: 12px; }
.contactLinks a { border: 1px solid var(--line); padding: 14px 18px; font-size: 12px; }
.contactLinks a:first-child { background: var(--ink); color: white; }

footer { background: #0d1a13; color: white; padding: 65px 4vw 30px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 35px; }
footer > p { font-family: "Instrument Serif"; font-size: 25px; margin: 0; color: #aeb7b0; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; font-size: 11px; }
footer > small { grid-column: 1 / -1; border-top: 1px solid #ffffff26; padding-top: 24px; color: #788079; font-size: 10px; margin-top: 45px; }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .hero { min-height: 760px; }
  .heroCopy { left: 6vw; right: 6vw; top: 46%; }
  h1 { font-size: 62px; }
  .live { left: 6vw; right: auto; text-align: left; }
  .impactBar { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .impactBar div:nth-child(3) { border-right: 0; }
  .statement { grid-template-columns: 1fr; padding: 100px 6vw; }
  .offerGrid { grid-template-columns: 1fr 1fr; }
  .offerGrid article:nth-child(2) { border-right: 0; }
  .sectionHead, .archiveHead { display: block; margin: 0 0 45px; }
  .archiveHead > div:last-child { margin-top: 28px; }
  .regionGrid { grid-template-columns: 1fr 1fr; }
  .region { height: 420px; }
  .archive { padding: 100px 6vw; }
  .originalGrid { columns: 2 220px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article { margin-bottom: 40px; }
  .partner, .start { grid-template-columns: 1fr; padding: 90px 6vw; }
  .experienceQuote { grid-template-columns: 1fr; }
  .experienceGrid { grid-template-columns: 1fr; }
  .contactLinks { flex-direction: column; }
  .calculator { padding: 24px; }
  .counter strong { font-size: 58px; }
  footer { grid-template-columns: 1fr; }
  footer > div { align-items: flex-start; }
  footer > small { grid-column: auto; }
}

@media (max-width: 560px) {
  .brand { font-size: 12px; }
  .pill { padding: 10px 12px; }
  .impactBar { grid-template-columns: 1fr 1fr; padding-inline: 6vw; }
  .impactBar div:nth-child(2), .impactBar div:nth-child(4) { border-right: 0; }
  .impactBar div:nth-child(3) { border-right: 1px solid var(--line); }
  .offerGrid, .regionGrid, .steps { grid-template-columns: 1fr; }
  .offerGrid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .region { height: 390px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .originalGrid { columns: 1; }
  .experience { padding: 90px 6vw; }
}
