.home-v2 {
  --paper: #f4f1e8;
  --paper-deep: #e9e4d7;
  --ink: #172018;
  --ink-soft: #4d574d;
  --forest: #173d29;
  --forest-deep: #0d2819;
  --green: #79c94b;
  --green-bright: #9fe76d;
  --blue: #194eb5;
  --white: #fff;
  --line: rgba(23, 32, 24, .14);
  --shell: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 22px;
  --shadow: 0 20px 60px rgba(18, 34, 23, .14);
  --font: 'InterVariable', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.home-v2 { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.home-v2, .home-v2 button, .home-v2 a { font-family: var(--font); }
.home-v2 img { display: block; max-width: 100%; }
.home-v2 :where(a) { color: inherit; text-decoration: none; }
.home-v2 button { color: inherit; }
.shell { width: min(100%, var(--shell)); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding: clamp(84px, 9vw, 144px) 0; }
.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; top: 8px; left: 8px; transform: translateY(-160%); z-index: 1000; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.home-v2 :focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; border-radius: 12px; background: var(--white); padding: 5px; }
.brand-name { display: flex; flex-direction: column; text-transform: uppercase; font-weight: 850; font-size: 10px; letter-spacing: .2em; line-height: 1.25; }
.brand-country { margin-left: 8px; padding-left: 20px; border-left: 1px solid var(--line); font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.primary-nav a { font-size: 14px; font-weight: 650; }
.primary-nav a:hover { color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .7); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(17, 32, 20, .14); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 13px; }
.button-green { background: var(--green); color: #10210e; }
.button-green:hover { background: var(--green-bright); }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--forest-deep); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }

.hero { min-height: 800px; padding: 150px 0 0; overflow: hidden; background: radial-gradient(circle at 10% 15%, rgba(121, 201, 75, .19), transparent 28%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); gap: clamp(42px, 7vw, 104px); align-items: center; }
.hero-copy { padding: 44px 0 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #3b7028; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; }
.eyebrow span { color: inherit; }
.home-v2 h1, .home-v2 h2 { margin: 0; color: inherit; font-weight: 880; letter-spacing: -.045em; line-height: .96; text-wrap: balance; }
.home-v2 h1 { max-width: 9ch; font-size: clamp(58px, 7vw, 104px); }
.home-v2 h2 { font-size: clamp(42px, 5vw, 72px); }
.hero-lede { max-width: 59ch; margin: 30px 0 34px; color: var(--ink-soft); font-size: clamp(18px, 1.6vw, 21px); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 54px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-proof li { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: 19px; line-height: 1; }
.hero-proof span { color: var(--ink-soft); font-size: 12px; line-height: 1.4; }
.hero-image { position: relative; align-self: stretch; margin: 0; min-height: 650px; border-radius: 0 0 0 80px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 40, 25, .05) 45%, rgba(13, 40, 25, .82) 100%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-image figcaption { position: absolute; z-index: 2; left: 32px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: white; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 6px rgba(159, 231, 109, .2); }
.hero-ribbon { width: max-content; min-width: 100%; margin-top: -1px; padding: 15px 20px; background: var(--green); color: #17331d; font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; text-align: center; word-spacing: 3em; }

.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--ink-soft); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 280px; gap: 18px; }
.service-card { position: relative; grid-column: span 5; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: 0 8px 24px rgba(21, 38, 26, .11); }
.service-card-large { grid-column: span 7; grid-row: span 2; }
.service-card-wide { grid-column: span 7; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.service-card:hover img { transform: scale(1.045); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 20, 12, .05) 20%, rgba(8, 20, 12, .88) 100%); }
.service-number { position: absolute; top: 22px; left: 24px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--forest); font-size: 11px; font-weight: 850; }
.service-copy { position: absolute; z-index: 2; left: 28px; right: 70px; bottom: 26px; display: flex; flex-direction: column; gap: 6px; }
.service-copy strong { font-size: clamp(21px, 2.2vw, 31px); line-height: 1.05; letter-spacing: -.025em; }
.service-copy span { color: rgba(255, 255, 255, .78); font-size: 14px; }
.service-arrow { position: absolute; z-index: 2; right: 24px; bottom: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; font-size: 20px; transition: background .2s ease, color .2s ease; }
.service-card:hover .service-arrow { background: var(--green); border-color: var(--green); color: var(--ink); }

.photo-band { position: relative; min-height: clamp(480px, 58vw, 720px); display: flex; align-items: flex-end; overflow: hidden; color: white; }
.photo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-band-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 25, 14, .02) 20%, rgba(8, 25, 14, .86) 100%); }
.photo-band-content { position: relative; z-index: 2; padding-bottom: clamp(46px, 6vw, 82px); }
.photo-band-content h2 { max-width: 14ch; font-size: clamp(40px, 5.2vw, 74px); }
.photo-band-content > p:last-child { max-width: 62ch; margin: 20px 0 0; color: rgba(255, 255, 255, .76); font-size: 17px; }

.section-dark { padding-bottom: 0; background: var(--forest-deep); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.eyebrow-light { color: var(--green-bright); }
.process-copy h2 { max-width: 11ch; }
.process-copy > p:not(.eyebrow) { max-width: 52ch; margin: 28px 0; color: rgba(255, 255, 255, .65); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--green-bright); }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .16); }
.process-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.step-number { color: var(--green-bright); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.process-steps strong { display: block; margin-bottom: 5px; font-size: 21px; }
.process-steps p { margin: 0; color: rgba(255, 255, 255, .6); }
.process-photo { position: relative; width: min(100% - 2 * var(--gutter), var(--shell) - 2 * var(--gutter)); height: clamp(340px, 44vw, 620px); margin: 90px auto 0; overflow: hidden; border-radius: 28px 28px 0 0; }
.process-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(7, 20, 12, .65)); }
.process-photo img { width: 100%; height: 100%; object-fit: cover; }
.process-photo figcaption { position: absolute; z-index: 2; left: 26px; bottom: 20px; color: rgba(255, 255, 255, .75); font-size: 12px; }

.impact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.impact-photo { position: relative; height: clamp(520px, 55vw, 720px); margin: 0; overflow: hidden; border-radius: 0 80px 0 0; box-shadow: var(--shadow); }
.impact-photo img { width: 100%; height: 100%; object-fit: cover; }
.impact-photo figcaption { position: absolute; left: 22px; bottom: 18px; padding: 8px 12px; border-radius: 999px; background: rgba(244, 241, 232, .9); color: var(--ink-soft); font-size: 11px; }
.impact-copy h2 { max-width: 9ch; }
.large-copy { color: var(--ink-soft); font-size: clamp(18px, 1.6vw, 21px); }
.impact-copy > .large-copy { margin: 30px 0 40px; }
.impact-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.impact-stats div { padding-top: 20px; border-top: 1px solid var(--line); }
.impact-stats strong { display: block; color: #4f972c; font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -.04em; }
.impact-stats span { display: block; max-width: 23ch; margin-top: 10px; color: var(--ink-soft); font-size: 13px; }

.challenge { background: var(--green); }
.challenge-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 150px); align-items: center; }
.challenge-stat span { display: block; font-size: clamp(110px, 17vw, 230px); font-weight: 900; letter-spacing: -.09em; line-height: .72; }
.challenge-stat p { max-width: 40ch; margin: 34px 0 12px; font-size: 17px; font-weight: 650; }
.challenge-stat small { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.challenge-copy { padding-left: clamp(0px, 3vw, 48px); border-left: 1px solid rgba(23, 32, 24, .22); }
.challenge-copy .eyebrow { color: var(--ink); }
.challenge-copy h2 { max-width: 10ch; }
.challenge-copy > p:not(.eyebrow) { margin: 28px 0 34px; font-size: 18px; }

.aotearoa { background: var(--paper-deep); }
.aotearoa-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.aotearoa-copy h2 { max-width: 11ch; }
.aotearoa-copy > .large-copy { max-width: 61ch; margin: 28px 0 42px; }
.locations { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.locations div { display: flex; flex-direction: column; gap: 4px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.locations span { font-weight: 750; }
.locations strong { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.local-photo { position: relative; height: clamp(560px, 58vw, 760px); margin: 0; overflow: hidden; border-radius: 240px 24px 24px 24px; background: var(--forest-deep); box-shadow: var(--shadow); }
.local-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(8, 28, 16, .72)); pointer-events: none; }
.local-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.local-photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: rgba(255, 255, 255, .82); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.stories-heading .text-link { justify-self: end; margin-bottom: 8px; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.story-card { position: relative; overflow: hidden; border-radius: var(--radius); color: white; }
.story-card-featured { grid-row: span 2; }
.story-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(8, 21, 13, .88)); }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover img { transform: scale(1.04); }
.story-content { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: flex; flex-direction: column; gap: 7px; }
.story-content small { color: var(--green-bright); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.story-content strong { max-width: 20ch; font-size: clamp(20px, 2vw, 30px); line-height: 1.12; letter-spacing: -.02em; }

.closing-cta { position: relative; min-height: 660px; display: flex; align-items: center; overflow: hidden; }
.closing-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 25, 14, .95) 0%, rgba(8, 25, 14, .76) 45%, rgba(8, 25, 14, .12) 100%); }
.closing-content { position: relative; z-index: 2; color: white; }
.closing-content h2 { max-width: 10ch; font-size: clamp(48px, 6vw, 84px); }
.closing-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

.site-footer { padding: 80px 0 26px; background: #0b1e12; color: rgba(255, 255, 255, .64); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.brand-footer { color: white; }
.footer-grid > div:first-child p { max-width: 33ch; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid strong { margin-bottom: 8px; color: var(--green-bright); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 11px; }
.concept-label { position: fixed; z-index: 50; right: 16px; bottom: 16px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(9, 28, 16, .86); color: white; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1080px) {
  .primary-nav { gap: 18px; }
  .brand-country { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-image { min-height: 590px; }
  .process-grid, .impact-grid, .aotearoa-grid { gap: 56px; }
}

@media (max-width: 860px) {
  .site-header { position: absolute; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .primary-nav { display: none; position: absolute; top: 82px; left: var(--gutter); right: var(--gutter); flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 30px 0 12px; }
  .hero-image { min-height: 540px; margin-inline: calc(var(--gutter) * -1); border-radius: 0; }
  .hero-proof { margin-top: 42px; }
  .split-heading, .process-grid, .impact-grid, .challenge-grid, .aotearoa-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 22px; }
  .service-grid { grid-auto-rows: 260px; }
  .service-card, .service-card-large, .service-card-wide { grid-column: span 6; grid-row: span 1; }
  .process-copy h2, .impact-copy h2, .challenge-copy h2, .aotearoa-copy h2 { max-width: 13ch; }
  .process-photo { margin-top: 70px; width: 100%; border-radius: 0; }
  .impact-photo { height: 600px; border-radius: 0 60px 0 0; }
  .impact-copy { order: -1; }
  .challenge-copy { padding-left: 0; padding-top: 50px; border-left: 0; border-top: 1px solid rgba(23, 32, 24, .22); }
  .local-photo { max-width: 570px; width: 100%; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 620px) {
  .section { padding: 78px 0; }
  .header-inner { min-height: 80px; }
  .brand img { width: 42px; height: 42px; }
  .brand-name { font-size: 9px; }
  .hero { min-height: auto; }
  .home-v2 h1 { font-size: clamp(52px, 15.5vw, 76px); }
  .home-v2 h2 { font-size: clamp(39px, 11vw, 55px); }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof li:last-child { grid-column: span 2; }
  .hero-image { min-height: 480px; }
  .hero-image figcaption { left: 20px; right: 20px; bottom: 20px; }
  .hero-ribbon { display: none; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { display: flex; flex-direction: column; }
  .service-card { min-height: 360px; }
  .service-card-large { min-height: 460px; }
  .service-copy { left: 22px; bottom: 22px; }
  .process-steps li { grid-template-columns: 44px 1fr; }
  .process-photo { height: 390px; }
  .impact-photo { height: 470px; margin-inline: calc(var(--gutter) * -1); width: auto; border-radius: 0; }
  .impact-stats { grid-template-columns: 1fr; }
  .challenge-stat span { font-size: clamp(105px, 34vw, 180px); }
  .locations { grid-template-columns: 1fr; }
  .local-photo { height: 520px; border-radius: 180px 20px 20px 20px; }
  .story-grid { display: flex; flex-direction: column; }
  .story-card { min-height: 360px; }
  .story-card-featured { min-height: 470px; }
  .stories-heading .text-link { justify-self: start; }
  .closing-cta { min-height: 620px; }
  .closing-shade { background: linear-gradient(180deg, rgba(8, 25, 14, .42), rgba(8, 25, 14, .94)); }
  .closing-content { align-self: flex-end; padding-bottom: 72px; }
  .closing-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .concept-label { display: none; }
}

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