:root {
  --green-900: #102d19;
  --green-700: #235533;
  --green-500: #5f7f38;
  --leaf: #e9f2df;
  --mint: #f3f8ee;
  --purple: #5b2f73;
  --plum-soft: #f3edf7;
  --ink: #1d261c;
  --muted: #5e675d;
  --line: rgba(24, 39, 20, .16);
  --paper: #fffaf0;
  --white: #fff;
  --shadow: 0 18px 44px rgba(25, 34, 22, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--green-900);
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}

nav a,
.text-link {
  text-decoration: none;
  color: var(--green-900);
}

nav a:hover,
.text-link:hover {
  text-decoration: underline;
}

section {
  padding: 74px clamp(18px, 5vw, 72px);
}

.top-banner {
  padding: 18px clamp(16px, 5vw, 72px) 10px;
  background: var(--white);
  text-align: center;
}

.top-banner img {
  width: min(1120px, 100%);
  max-height: 230px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 220px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  background: linear-gradient(180deg, var(--mint), var(--paper));
}

.page-hero {
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(48px, 7vw, 90px);
  background: linear-gradient(180deg, var(--mint), var(--paper));
}

.page-hero h1,
.page-hero .lead {
  max-width: 940px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--green-900);
  font-size: clamp(46px, 7vw, 86px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  color: var(--green-900);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--green-900);
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: 0;
}

.lead {
  max-width: 670px;
  color: #344131;
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions,
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  background: var(--green-900);
  color: var(--white);
}

.button.secondary {
  border-color: var(--green-900);
  color: var(--green-900);
}

.button.secondary.light {
  border-color: var(--white);
  color: var(--white);
}

.button.purple {
  background: var(--purple);
  color: var(--white);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-main {
  position: absolute;
  right: 0;
  top: 48px;
  width: 78%;
  height: 390px;
  object-fit: cover;
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-small {
  position: absolute;
  object-fit: cover;
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-small.top {
  left: 0;
  top: 96px;
  width: 34%;
  height: 230px;
  transform: rotate(-2.4deg);
  z-index: 2;
}

.hero-small.bottom {
  left: 7%;
  bottom: 16px;
  width: 42%;
  height: 220px;
  object-position: center center;
  transform: rotate(1.6deg);
  z-index: 3;
}

.section-narrow {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 42px;
  max-width: 1120px;
  margin: 0 auto;
}

.section-narrow p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.intro {
  padding-bottom: 46px;
}

.actions,
.projects,
.projects-preview {
  background: var(--white);
}

.section-heading {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.action-grid,
.event-grid,
.board-grid,
.project-layout,
.history-layout,
.efforts-grid,
.preview-grid,
.deep-dive-grid {
  max-width: 1120px;
  margin: 0 auto;
}

.history {
  background: linear-gradient(180deg, var(--paper), #f4ead7);
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 22px;
}

.history-card,
.efforts-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.history-card {
  padding: clamp(22px, 4vw, 34px);
}

.history-card.lead-card {
  background: var(--green-900);
}

.history-card.lead-card h3,
.history-card.lead-card p {
  color: var(--white);
}

.history-card.lead-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, .82);
}

.history-card p,
.efforts-grid p,
.efforts-grid li {
  color: var(--muted);
  line-height: 1.55;
}

.past-efforts {
  background: var(--mint);
}

.research-leads {
  background: var(--paper);
}

.efforts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.efforts-grid article {
  position: relative;
  padding: 22px;
}

.research-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.efforts-grid h3 {
  font-size: 20px;
}

.research-grid h3 {
  font-size: 20px;
}

.research-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.effort-type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 1px solid rgba(91, 47, 115, .2);
  border-radius: 999px;
  background: var(--plum-soft);
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.efforts-grid ul {
  margin: 0;
  padding-left: 18px;
}

.efforts-grid li + li {
  margin-top: 8px;
}

.action-grid {
  display: grid;
  gap: 22px;
}

.action-card {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(25, 34, 22, .08);
}

.action-card.survey {
  background: var(--plum-soft);
}

.action-card.corners {
  background: var(--leaf);
}

.action-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.action-card > div {
  padding: 26px 28px;
}

.action-card p:not(.eyebrow) {
  color: #344131;
  line-height: 1.5;
}

.p2k-banner {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-900);
}

.p2k-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p2k-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 45, 25, .88), rgba(16, 45, 25, .52), rgba(16, 45, 25, .08));
}

.p2k-banner div {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: clamp(26px, 5vw, 44px);
}

.p2k-banner h3,
.p2k-banner p {
  color: var(--white);
}

.p2k-banner p:not(.eyebrow) {
  color: rgba(255, 255, 255, .84);
  line-height: 1.55;
}

.events {
  background: var(--paper);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.preview-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.projects-preview .preview-grid.compact {
  align-items: stretch;
}

.projects-preview .preview-grid.compact article {
  display: flex;
  flex-direction: column;
}

.preview-grid article,
.deep-dive-grid article,
.moments-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.preview-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.text-priority {
  padding-top: 24px;
}

.priority-symbol {
  position: relative;
  width: calc(100% - 40px);
  aspect-ratio: 4 / 3;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--plum-soft), var(--leaf));
}

.priority-symbol::before {
  content: "";
  position: absolute;
  inset: 20%;
  border: 4px solid var(--green-900);
  border-radius: 4px 4px 2px 2px;
  background: rgba(255, 250, 240, .78);
}

.priority-symbol::after {
  content: "";
  position: absolute;
  left: 23%;
  right: 23%;
  top: 15%;
  height: 30%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: var(--green-900);
}

.priority-symbol span {
  position: absolute;
  z-index: 1;
  background: var(--purple);
}

.priority-symbol span:nth-child(1) {
  left: 36%;
  bottom: 24%;
  width: 13%;
  height: 30%;
}

.priority-symbol span:nth-child(2),
.priority-symbol span:nth-child(3) {
  top: 43%;
  width: 12%;
  height: 16%;
  background: var(--paper);
  border: 3px solid var(--green-900);
}

.priority-symbol span:nth-child(2) {
  left: 30%;
}

.priority-symbol span:nth-child(3) {
  right: 30%;
}

.projects-preview .preview-grid.compact article:first-child img {
  object-position: center center;
  object-fit: contain;
  padding: 16px;
  background: var(--white);
}

.projects-preview .preview-grid.compact article:nth-child(4) img {
  object-position: 52% 42%;
}

.preview-grid h3,
.preview-grid p {
  margin-left: 20px;
  margin-right: 20px;
}

.preview-grid h3 {
  margin-top: 18px;
}

.preview-grid p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.5;
}

.projects-preview .preview-grid.compact p {
  flex: 1;
}

.preview-note {
  padding: 24px;
}

.preview-note h3,
.preview-note p {
  margin-left: 0;
  margin-right: 0;
}

.preview-note.partnership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 6px solid var(--purple);
  background: var(--plum-soft);
}

.event-grid,
.board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bio-card,
.project-list article,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.event-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.event-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(25, 34, 22, .14);
}

.event-body,
.bio-card,
.project-list article,
.contact-card {
  padding: 20px;
}

.event-body {
  padding: 2px 2px 0;
}

.date,
.role,
.status,
.note {
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.event-card p:last-child,
.project-list p,
.project-feature p,
.bio-card p:not(.role),
.connect p {
  color: var(--muted);
  line-height: 1.5;
}

.project-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.project-feature {
  overflow: hidden;
  background: var(--green-900);
  color: var(--white);
  border-radius: 8px;
}

.project-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-feature div {
  padding: 24px;
}

.project-feature h3,
.project-feature p {
  color: var(--white);
}

.project-feature p:last-child {
  color: rgba(255, 255, 255, .78);
}

.status {
  color: #d9e9b0;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.development-strip {
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(91, 47, 115, .24);
  border-radius: 8px;
  background: var(--plum-soft);
}

.development-strip .eyebrow {
  margin-bottom: 12px;
  color: var(--purple);
}

.development-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.development-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(91, 47, 115, .22);
  border-radius: 999px;
  background: var(--white);
  color: var(--green-900);
  font-size: 14px;
  font-weight: 800;
}

.update-strip {
  max-width: 1120px;
  margin: 18px auto 0;
  padding: 24px;
  border-left: 6px solid var(--green-500);
  border-radius: 8px;
  background: var(--mint);
}

.update-strip h3 {
  margin-bottom: 10px;
}

.update-strip p:last-child {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.project-deep-dives {
  background: var(--paper);
}

.strategic-priorities {
  background: var(--paper);
}

.strategic-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.strategic-layout > img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.priority-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.priority-list.full {
  max-width: 1120px;
  margin: 0 auto;
}

.priority-list article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(25, 34, 22, .08);
}

.priority-list h3 {
  font-size: 20px;
}

.priority-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.community-moments {
  background: var(--mint);
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.moments-grid article {
  padding: 20px;
}

.moments-grid p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.5;
}

.deep-dive-grid {
  display: grid;
  gap: 20px;
}

.deep-dive-grid article {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
}

.deep-dive-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.deep-dive-grid div {
  padding: 26px;
}

.deep-dive-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.board {
  background: var(--mint);
}

.instagram-plugin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.instagram-plugin h2 {
  margin-bottom: 10px;
}

.instagram-plugin p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.board-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--leaf);
  color: var(--green-900);
  font-weight: 900;
}

.bio-card a {
  color: var(--green-700);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.connect {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  background: var(--green-900);
  color: var(--white);
}

.connect h2,
.connect .eyebrow,
.connect p {
  color: var(--white);
}

.connect p {
  max-width: 720px;
}

.contact-card {
  color: var(--ink);
}

.contact-card p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card a {
  display: block;
  margin-bottom: 18px;
  color: var(--green-700);
  font-weight: 800;
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  background: #0b1f11;
  color: var(--white);
}

footer p {
  margin: 0;
}

@media (max-width: 940px) {
  .site-header,
  nav {
    align-items: flex-start;
  }

  .site-header,
  .hero,
  .section-narrow,
  .project-layout,
  .history-layout,
  .strategic-layout,
  .connect {
    grid-template-columns: 1fr;
  }

  .instagram-plugin {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    display: grid;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }

  .event-grid,
  .board-grid,
  .project-list,
  .priority-list,
  .research-grid,
  .efforts-grid,
  .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .preview-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  section {
    padding: 54px 16px;
  }

  h1 {
    font-size: 44px;
  }

  nav {
    gap: 12px 16px;
  }

  .hero-media {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .hero-main,
  .hero-small {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
    transform: none;
  }

  .hero-main {
    aspect-ratio: 4 / 3;
  }

  .hero-small {
    aspect-ratio: 4 / 2.4;
  }

  .action-card {
    grid-template-columns: 1fr;
  }

  .deep-dive-grid article {
    grid-template-columns: 1fr;
  }

  .deep-dive-grid img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .action-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .action-card > div {
    padding: 22px;
  }

  .p2k-banner {
    min-height: 520px;
  }

  .p2k-banner::after {
    background: linear-gradient(180deg, rgba(16, 45, 25, .9), rgba(16, 45, 25, .56), rgba(16, 45, 25, .18));
  }

  .event-grid,
  .board-grid,
  .project-list,
  .priority-list,
  .research-grid,
  .efforts-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .connect {
    grid-template-columns: 1fr;
  }

  .preview-grid.compact {
    grid-template-columns: 1fr;
  }

  footer {
    display: grid;
  }
}
