:root {
  --ink: #151515;
  --muted: #5d625d;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #ded8cb;
  --green: #204f45;
  --green-deep: #12322d;
  --gold: #c99b3b;
  --clay: #a84f3d;
  --shadow: 0 18px 50px rgba(21, 21, 21, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

.inline-link {
  color: var(--green);
  font-weight: 800;
  text-underline-offset: 5px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 245, 239, 0.9);
  border-bottom: 1px solid rgba(222, 216, 203, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

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

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--green);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 50, 45, 0.94), rgba(18, 50, 45, 0.62) 48%, rgba(18, 50, 45, 0.18)),
    linear-gradient(0deg, rgba(21, 21, 21, 0.75), rgba(21, 21, 21, 0.05) 55%);
}

.hero-content {
  position: relative;
  max-width: 850px;
  padding: 150px clamp(22px, 6vw, 72px) 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 16px;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #17120a;
}

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

.section {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 64px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 8vw, 90px);
  align-items: start;
}

.intro {
  background: var(--white);
}

.intro .text-stack > p:not(.eyebrow) {
  font-size: 1.08rem;
}

.intro .text-stack > p:last-child {
  margin-bottom: 0;
}

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

.about-mission,
.philosophy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 8vw, 90px);
}

.about-mission {
  padding-bottom: clamp(70px, 9vw, 110px);
}

.mission-list {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mission-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.55;
}

.mission-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--clay);
  content: "";
}

.values-block {
  padding: clamp(65px, 8vw, 96px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-item {
  min-height: 330px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.principle-icon {
  width: 112px;
  height: 112px;
  margin: 0 0 22px;
  object-fit: contain;
}

.value-item h3 {
  color: var(--green);
}

.value-item p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.philosophy {
  padding-top: clamp(70px, 9vw, 110px);
}

blockquote {
  margin: 32px 0 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--gold);
  color: var(--green-deep);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.rooted {
  background: #eee8dc;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.feature-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-media {
  display: block;
}

.feature-media img {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-media:hover img,
.feature-media:focus-visible img {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(21, 21, 21, 0.19);
}

.feature-copy p:last-child {
  margin-bottom: 0;
}

.signature-line {
  margin: 28px 0 10px;
  color: var(--green-deep);
  font-size: 1.25rem;
  font-weight: 800;
}

.ventures {
  background: var(--green-deep);
  color: var(--white);
}

.ventures p {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 44px;
}

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

.venture-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.venture-card.active {
  background: var(--white);
  color: var(--ink);
}

.venture-card.active p {
  color: var(--muted);
}

.venture-link {
  margin-top: 8px;
  color: var(--green);
  font-weight: 800;
  text-underline-offset: 5px;
}

.status {
  width: max-content;
  margin-bottom: auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(201, 155, 59, 0.18);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
}

.venture-card.active .status {
  background: #f3e5c1;
  color: #74520e;
}

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

.text-stack p:last-child {
  margin-bottom: 0;
}

.contact {
  background:
    linear-gradient(90deg, rgba(32, 79, 69, 0.96), rgba(168, 79, 61, 0.86)),
    var(--green);
  color: var(--white);
}

.contact-panel {
  max-width: 780px;
  margin-left: 0;
}

.contact p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 7px;
}

.site-footer {
  padding: 30px clamp(20px, 5vw, 64px);
  background: #151515;
}

.site-footer p {
  max-width: 1100px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

@media (max-width: 850px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    background: rgba(247, 245, 239, 0.96);
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.84rem;
  }

  .hero-content {
    padding-top: 190px;
  }

  .split,
  .feature,
  .venture-grid,
  .about-mission,
  .philosophy {
    grid-template-columns: 1fr;
  }

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

  .venture-card {
    min-height: 230px;
  }
}

@media (max-width: 520px) {
  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero {
    min-height: 96svh;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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