:root {
  --ink: #173d18;
  --green: #315f17;
  --olive: #819b2d;
  --cream: #f8f7f0;
  --paper: #fffefb;
  --orange: #f29a13;
  --red: #d83318;
  --teal: #0d625f;
  --line: rgba(23, 61, 24, .16);
  --shadow: 0 24px 70px rgba(25, 48, 21, .12);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 50; min-height: 164px; padding: 18px clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,254,251,.97); border-bottom: 1px solid rgba(23,61,24,.08); }
.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; min-width: 520px; }
.brand-mark { width: 104px; height: 104px; overflow: hidden; position: relative; flex: 0 0 auto; border-radius: 50%; background: #fff; box-shadow: 0 5px 16px rgba(23,61,24,.14); }
.brand-mark img { position: absolute; width: 388px; max-width: none; left: -31px; top: -39px; }
.brand-copy { display: grid; line-height: 1.1; padding: 4px 0 8px; overflow: visible; }
.brand-copy strong { display: block; width: max-content; padding: 0 .02em .14em 0; font: 700 clamp(46px,4.1vw,68px)/1.18 var(--serif); letter-spacing: -.055em; color: transparent; background: linear-gradient(105deg,#f3a300 0%,#46791d 16%,#123f17 36%,#123f17 78%,#c8130a 94%); background-clip: text; -webkit-background-clip: text; overflow: visible; }
.brand-copy small { display: block; max-width: none; margin-top: 2px; color: #173d18; font-size: clamp(12px,1.05vw,16px); font-weight: 500; line-height: 1.35; text-transform: none; letter-spacing: .025em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); font-size: 14px; font-weight: 600; }
.site-nav > a { text-decoration: none; white-space: nowrap; }
.site-nav > a:hover { color: var(--red); }
.language-switcher { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher button { border: 0; background: transparent; color: var(--ink); border-radius: 999px; padding: 5px 8px; font: 700 11px var(--sans); cursor: pointer; }
.language-switcher button.active { color: white; background: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.hero { position:relative; height:calc(100svh - 164px); min-height:560px; overflow:hidden; isolation:isolate; background:var(--paper); }
.hero::before { content:""; position:absolute; z-index:1; inset:0; pointer-events:none; background:linear-gradient(90deg,var(--paper) 0%,rgba(255,254,251,.99) 27%,rgba(255,254,251,.88) 39%,rgba(255,254,251,.35) 53%,transparent 67%),linear-gradient(0deg,rgba(255,254,251,.72) 0%,transparent 22%); }
.hero-copy { position:relative; z-index:3; width:min(48%,720px); height:100%; padding:clamp(34px,5vh,72px) clamp(30px,7vw,120px); display:flex; flex-direction:column; justify-content:center; }
.eyebrow { margin: 0 0 18px; color: var(--olive); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { text-wrap: pretty; }
h1 { max-width: 690px; margin: 0; font: 400 clamp(46px, 5.5vw, 84px)/1.06 var(--serif); letter-spacing: -.055em; }
.hero-slogan { color:var(--red); font-size:14px; }
h1::after { content: ""; display: block; width: 46px; height: 3px; margin: 28px 0; background: linear-gradient(90deg,var(--orange),var(--red)); }
.hero-lead { max-width: 590px; margin: 0 0 32px; color: #365436; font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--green); border-radius: 7px; font-weight: 700; text-decoration: none; cursor: pointer; font-family: var(--sans); }
.button.primary { color: white; background: var(--green); }
.button.primary:hover { background: #244b10; }
.button.secondary { background: transparent; }
.hero-principles { position:relative; z-index:4; width:100%; max-width:620px; display:flex; flex-wrap:wrap; align-items:center; gap:12px 22px; margin:36px 0 0; padding:0; overflow:visible; list-style:none; font-size:12px; font-weight:700; line-height:1.4; letter-spacing:.08em; text-transform:uppercase; }
.hero-principles li { flex:0 0 auto; white-space:nowrap; }
.hero-principles li::before { content: "•"; color: var(--orange); margin-right: 10px; }
.hero-visual { position:absolute; z-index:0; inset:0; overflow:hidden; background:linear-gradient(90deg,var(--paper) 0 27%,#e9e3cd 27% 100%); }
.hero-visual > img:first-child { position:absolute; width:74%; height:100%; right:0; top:0; object-fit:contain; object-position:right center; }
.hero-visual::before { content:""; position:absolute; z-index:2; inset:0; pointer-events:none; background:linear-gradient(0deg,var(--paper) 0%,transparent 17%); }
.hero-visual::after { content:none; }
.hero-ornament { position:absolute; z-index:3; width:clamp(390px,34vw,600px); height:auto; left:34%; top:8%; pointer-events:none; filter:drop-shadow(0 12px 22px rgba(31,56,28,.12)); }
.visual-note { position: absolute; z-index: 2; left: 8%; bottom: 8%; display: grid; color: white; }
.visual-note span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.visual-note strong { margin-top: 5px; font: 400 clamp(28px,3vw,48px) var(--serif); }
.section { padding: clamp(76px, 9vw, 140px) clamp(24px, 8vw, 140px); }
.section-heading h2, .approach-copy h2, .contact h2, .partners h2 { margin: 0; font: 400 clamp(34px, 4vw, 62px)/1.12 var(--serif); letter-spacing: -.035em; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 150px); align-items: start; }
.intro-text { padding-top: 34px; border-top: 1px solid var(--line); font-size: clamp(18px, 1.5vw, 22px); color: #365436; }
.intro-text p:first-child { margin-top: 0; }
.activities { background: #f2f2e9; }
.centered { max-width: 800px; margin: 0 auto 54px; text-align: center; }
.centered > p:last-child { max-width: 680px; margin: 20px auto 0; color: #496449; }
.activity-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.activity-card { position: relative; min-height: 390px; padding: 30px; display:flex; flex-direction:column; overflow: hidden; color:inherit; text-decoration:none; background: var(--paper); border: 1px solid rgba(23,61,24,.08); border-radius: 18px; box-shadow: 0 10px 40px rgba(31,56,28,.04); transition:transform .25s ease,box-shadow .25s ease; }
.activity-card:hover { transform:translateY(-7px); box-shadow:0 20px 55px rgba(31,56,28,.12); }
.activity-card::after { content:""; position:absolute; height:5px; left:0; right:0; bottom:0; background:var(--accent); }
.accent-orange { --accent: var(--orange); }
.accent-gold { --accent: #caa829; }
.accent-olive { --accent: var(--olive); }
.accent-teal { --accent: var(--teal); }
.activity-number { position: absolute; right: 24px; top: 20px; color: rgba(23,61,24,.12); font: 400 32px var(--serif); }
.activity-icon { width: 92px; height: 92px; margin-bottom: 28px; border-radius:50%; background-image:url('assets/icon-sheet.png'); background-repeat:no-repeat; background-size:480px 240px; box-shadow:0 8px 28px rgba(25,48,21,.08); }
.icon-plant{background-image:url('assets/icon-plant.png');background-position:center;background-size:contain;background-color:transparent}
.icon-reuse{background-image:url('assets/icon-reuse.png');background-position:center;background-size:contain;background-color:transparent}
.icon-people{background-image:url('assets/icon-people.png');background-position:center;background-size:contain;background-color:transparent}
.icon-land{background-image:url('assets/icon-land.png');background-position:center;background-size:contain;background-color:transparent}
.activity-card h3 { margin: 0 0 14px; font: 700 22px/1.2 var(--serif); }
.activity-card p { margin: 0; color: #506650; font-size: 15px; }
.card-link { margin-top:auto; padding-top:25px; color:var(--accent); font-weight:700; font-size:13px; }
.approach { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); align-items: center; }
.approach-visual { position: relative; min-height: 560px; padding: 70px; display: flex; align-items: end; overflow: hidden; color: white; background: linear-gradient(145deg,#113814,#315f17 60%,#0d625f); border-radius: 26px; }
.approach-visual p { position: relative; z-index: 2; max-width: 520px; margin: 0; font: 400 clamp(27px,3vw,46px)/1.25 var(--serif); }
.rings span { position:absolute; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.rings span:nth-child(1){width:520px;height:520px;top:-160px;right:-100px}.rings span:nth-child(2){width:390px;height:390px;top:-90px;right:-35px}.rings span:nth-child(3){width:250px;height:250px;top:-20px;right:35px;background:radial-gradient(circle,var(--orange),var(--red));opacity:.8}
.approach-copy > p:not(.eyebrow) { color:#496449; font-size:17px; }
.value-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.value-list span { padding:8px 13px; border:1px solid var(--line); border-radius:999px; font-size:13px; font-weight:700; }
.partners { color:white; background:linear-gradient(110deg,#153b16,#0c5350); display:grid; grid-template-columns:1fr 1fr; gap:40px 9vw; align-items:end; }
.partners .eyebrow { color:#d9df89; }
.partners p { font-size:18px; color:rgba(255,255,255,.78); }
.text-link { justify-self:start; color:#ffd47b; font-weight:700; text-decoration:none; }
.contact { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(45px,9vw,140px); background:var(--cream); }
.contact-copy p:last-child { color:#496449; font-size:18px; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form label { display:grid; gap:7px; font-size:13px; font-weight:700; }
.contact-form .full { grid-column:1/-1; }
input,textarea { width:100%; border:1px solid rgba(23,61,24,.24); border-radius:7px; padding:13px 14px; background:white; color:var(--ink); font:16px var(--sans); }
textarea { resize:vertical; }
input:focus,textarea:focus { outline:3px solid rgba(242,154,19,.25); border-color:var(--orange); }
.contact-form .button { justify-self:start; }
.form-note { align-self:center; margin:0; color:#6a7d68; font-size:12px; }
.site-footer { padding:35px clamp(24px,8vw,140px); display:flex; justify-content:space-between; align-items:end; gap:30px; color:white; background:#092e14; }
.footer-brand { display:grid; }
.footer-brand strong { font:700 27px var(--serif); }
.footer-brand span { color:#d9df89; }
.site-footer p { margin:0; font-size:13px; }
@media (max-width: 1080px) {
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:164px; left:0; right:0; padding:24px; flex-direction:column; align-items:flex-start; background:var(--paper); box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .hero::before { background:linear-gradient(90deg,var(--paper) 0%,rgba(255,254,251,.98) 38%,rgba(255,254,251,.72) 58%,transparent 80%),linear-gradient(0deg,var(--paper) 0%,transparent 22%); }
  .hero-copy { width:min(58%,650px); padding-inline:clamp(28px,5vw,64px); }
  h1 { font-size:clamp(42px,5vw,64px); }
  .hero-ornament { width:440px; left:43%; top:12%; }
  .activity-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 720px) {
  .site-header { min-height:126px; padding:12px 16px; }
  .brand { min-width:0; }
  .brand-mark { width:78px; height:78px; }
  .brand-copy strong { font-size:clamp(32px,10vw,44px); }
  .brand-copy small { margin-top:7px; font-size:clamp(8px,2.3vw,11px); white-space:normal; }
  .brand-mark img { width:291px; left:-23px; top:-29px; }
  .site-nav { top:126px; }
  .hero { height:calc(100svh - 126px); min-height:650px; padding-top:39%; background:var(--paper); }
  .hero::before { background:linear-gradient(0deg,var(--paper) 0%,var(--paper) 50%,rgba(255,254,251,.96) 58%,rgba(255,254,251,.58) 72%,transparent 88%); }
  .hero-copy { width:auto; height:auto; min-height:0; padding:24px 24px 30px; justify-content:flex-start; }
  .hero-slogan { margin-bottom:10px; }
  h1 { font-size:clamp(38px,11vw,48px); }
  h1::after { margin:18px 0; }
  .hero-lead { margin-bottom:20px; font-size:15px; }
  .hero-principles { display:none; }
  .hero-visual { height:43%; bottom:auto; background:#e9e3cd; }
  .hero-visual > img:first-child { width:100%; height:100%; right:0; object-fit:contain; object-position:center; }
  .hero-visual::before { background:linear-gradient(0deg,var(--paper) 0%,rgba(255,254,251,.7) 18%,transparent 44%); }
  .hero-ornament { width:255px; left:-58px; top:72px; }
  .hero-principles { gap:9px 16px; margin-top:30px; font-size:10px; letter-spacing:.055em; }
  .hero-principles li::before { margin-right:6px; }
  .intro,.approach,.contact,.partners { grid-template-columns:1fr; }
  .activity-grid { grid-template-columns:1fr; }
  .activity-card { min-height:280px; }
  .approach-visual { min-height:430px; padding:35px; }
  .contact-form { grid-template-columns:1fr; }
  .contact-form label { grid-column:1; }
  .site-footer { align-items:start; flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } }

.icon-plant{background-image:url('assets/icon-plant.png?v=2')!important}.icon-reuse{background-image:url('assets/icon-reuse.png?v=2')!important}.icon-people{background-image:url('assets/icon-people.png?v=2')!important}.icon-land{background-image:url('assets/icon-land.png?v=2')!important}.activity-icon.icon-plant,.activity-icon.icon-reuse,.activity-icon.icon-people,.activity-icon.icon-land{background-position:center!important;background-size:contain!important;background-color:transparent!important;background-repeat:no-repeat!important}

.icon-reuse{background-image:url('assets/icon-circularity.png?v=3')!important}

.icon-reuse{background-image:url('assets/icon-circularity-user.png?v=4')!important}.icon-people{background-image:url('assets/icon-people-user.png?v=4')!important}

.icon-land{background-image:url('assets/icon-land-user.png?v=5')!important}

@media(min-width:721px){.hero-actions{flex-wrap:nowrap}.hero-actions .button{padding-inline:14px;font-size:13px;white-space:nowrap}}@media(max-width:720px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}}

.approach-visual{isolation:isolate;background-image:url('assets/approach-seedling.png?v=8');background-size:cover;background-position:center;border-radius:26px}.approach-visual::before{content:'';position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,rgba(5,35,12,.9) 0%,rgba(8,45,16,.7) 35%,rgba(8,45,16,.18) 67%,transparent 100%);pointer-events:none}.approach-visual .rings{display:none}.approach-visual p{z-index:2;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.42)}

.site-header{position:absolute;top:0;left:0;right:0;width:100%;background:rgba(255,255,255,.74);border-bottom:1px solid rgba(23,61,24,.08);box-shadow:0 12px 40px rgba(18,52,20,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hero{height:100svh;padding-top:164px}.hero-visual::after{content:'';position:absolute;z-index:4;inset:-2px;pointer-events:none;background:linear-gradient(180deg,var(--paper) 0%,rgba(255,254,251,.52) 5%,transparent 13%),linear-gradient(0deg,var(--paper) 0%,rgba(255,254,251,.68) 7%,transparent 17%),linear-gradient(270deg,var(--paper) 0%,rgba(255,254,251,.24) 3%,transparent 9%)}@media(max-width:720px){.hero{height:100svh;min-height:720px;padding-top:calc(126px + 36%)}.hero-visual{top:126px;height:38%}.hero-visual::after{background:linear-gradient(180deg,var(--paper) 0%,rgba(255,254,251,.35) 7%,transparent 17%),linear-gradient(0deg,var(--paper) 0%,rgba(255,254,251,.82) 10%,transparent 27%),linear-gradient(90deg,var(--paper) 0%,transparent 7%),linear-gradient(270deg,var(--paper) 0%,transparent 7%)}}

.site-header{border:0;box-shadow:none;background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.72) 62%,rgba(255,255,255,.28) 88%,transparent 100%);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-visual{background:var(--paper)}.hero-visual>img:first-child{width:100%;height:100%;right:0;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 22%,rgba(0,0,0,.72) 43%,#000 58%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 22%,rgba(0,0,0,.72) 43%,#000 58%,#000 100%)}.hero-visual::after{content:none}.hero::before{background:linear-gradient(90deg,var(--paper) 0%,rgba(255,254,251,.99) 27%,rgba(255,254,251,.83) 41%,rgba(255,254,251,.24) 54%,transparent 65%)}@media(max-width:720px){.site-header{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.72) 72%,transparent 100%)}.hero-visual>img:first-child{-webkit-mask-image:none;mask-image:none}.hero-visual::after{content:'';background:linear-gradient(0deg,var(--paper) 0%,rgba(255,254,251,.78) 14%,transparent 35%)}}

@media(min-width:721px){.hero-visual>img:first-child{object-fit:contain;object-position:right center}}

@media(min-width:721px){.hero-visual>img:first-child{object-fit:cover;object-position:center}}

/* Keep the translucent overlay header exclusive to the homepage. */
.site-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  background: rgba(255,254,251,.97);
  border-bottom: 1px solid rgba(23,61,24,.08);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.93) 0%,
    rgba(255,255,255,.89) 30%,
    rgba(255,255,255,.72) 62%,
    rgba(255,255,255,.38) 82%,
    rgba(255,255,255,.12) 94%,
    transparent 100%
  );
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* A quieter decorative frame at the left edge of the photograph. */
.home-page .hero-ornament {
  left: 38%;
  top: 38%;
  width: clamp(420px,32vw,560px);
  opacity: .96;
  transform: translateX(-12%) scaleY(1.35) skewX(5deg);
  transform-origin: center bottom;
  filter: brightness(1.08) saturate(1.42) contrast(1.1) drop-shadow(0 14px 28px rgba(31,56,28,.1));
}

/* One broad blend avoids stacked, visibly stepped fades over the hero. */
.home-page .hero::before {
  background:
    linear-gradient(90deg,
      var(--paper) 0%,
      rgba(255,254,251,.995) 24%,
      rgba(255,254,251,.94) 34%,
      rgba(255,254,251,.76) 43%,
      rgba(255,254,251,.46) 52%,
      rgba(255,254,251,.18) 60%,
      transparent 69%),
    linear-gradient(0deg,
      rgba(255,254,251,.78) 0%,
      rgba(255,254,251,.42) 8%,
      rgba(255,254,251,.14) 15%,
      transparent 23%);
}

.home-page .hero-visual > img:first-child {
  -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 19%,rgba(0,0,0,.34) 32%,rgba(0,0,0,.7) 46%,#000 62%);
  mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 19%,rgba(0,0,0,.34) 32%,rgba(0,0,0,.7) 46%,#000 62%);
}

@media (max-width:720px) {
  .site-header { min-height:126px; }
  .home-page .site-header {
    position:absolute;
    background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.84) 50%,rgba(255,255,255,.42) 82%,transparent 100%);
  }
  .home-page .hero-ornament {
    left:-72px;
    top:46%;
    width:270px;
    opacity:.78;
    transform:none;
  }
  .home-page .hero-visual > img:first-child {
    -webkit-mask-image:none;
    mask-image:none;
  }
  .home-page .hero-visual::after {
    content:"";
    background:linear-gradient(0deg,var(--paper) 0%,rgba(255,254,251,.88) 12%,rgba(255,254,251,.5) 23%,rgba(255,254,251,.16) 34%,transparent 45%);
  }
}

.button,
.hero-actions .button {
  font-size: 15px;
}

@media (max-width:720px) {
  .button,
  .hero-actions .button {
    font-size: 16px;
  }
}
