:root {
  --green: #0a8a61;
  --green-deep: #005138;
  --green-2: #18a576;
  --green-3: #12372d;
  --orange: #ef7700;
  --orange-2: #ff9a2d;
  --bg: #071611;
  --bg-2: #0b1f19;
  --bg-3: #102922;
  --surface: #10231d;
  --surface-2: #153129;
  --surface-3: #1b3c33;
  --ink: #edf7f2;
  --muted: #a6b9b2;
  --line: rgba(255,255,255,.1);
  --paper: #0b1b16;
  --soft: #0d211b;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
  --radius: 26px;
  --container: 1160px;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(24,165,118,.08), transparent 28%),
    radial-gradient(circle at top right, rgba(239,119,0,.06), transparent 30%),
    linear-gradient(180deg, #071611 0%, #081912 100%);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.skip-link, .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:focus { width: auto; height: auto; clip: auto; z-index: 999; background: var(--orange); color: white; padding: 10px 14px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 81, 56, .1);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled {
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
  background: rgba(255, 255, 255, .96);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 28px; }
.brand img { width: 260px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 700; }
.site-nav a { text-decoration: none; color: var(--green-deep); }
.site-nav a:hover { color: var(--orange); }
.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(0,81,56,.22);
  border-radius: 999px;
  background: white;
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--green-deep); margin: 5px 0; }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 84px); display: grid; align-items: center; }
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(7,22,17,.88) 0%, rgba(7,22,17,.72) 38%, rgba(7,22,17,.55) 62%, rgba(7,22,17,.62) 100%),
    radial-gradient(circle at 80% 16%, rgba(239,119,0,.10), transparent 22%),
    url("assets/hero-field-rotated.jpg") center center / cover no-repeat;
}
.hero-bg:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,22,17,.18), rgba(7,22,17,.42));
}
.hero-grid { display: grid; grid-template-columns: minmax(280px, 760px); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
h1, h2, h3 { line-height: 1.05; margin: 0; color: white; }
h1 { font-size: clamp(44px, 7vw, 78px); letter-spacing: -0.06em; }
h2 { font-size: clamp(32px, 4.8vw, 54px); letter-spacing: -0.045em; }
h3 { font-size: 23px; letter-spacing: -0.025em; }
.lead { font-size: 21px; max-width: 660px; color: #c3d4ce; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 24px; font-weight: 900; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 14px 34px rgba(239,119,0,.28); }
.btn-primary:hover { background: #d96800; }
.btn-secondary { background: rgba(255,255,255,.04); color: white; border-color: rgba(255,255,255,.14); }
.btn-secondary:hover { border-color: var(--orange); color: var(--orange-2); }

.two-col { display: grid; grid-template-columns: .85fr 1fr; gap: 72px; align-items: start; }
.copy-stack p { margin-top: 0; font-size: 19px; color: #bed0ca; }
.about-section .copy-stack { padding-top: 42px; }
.about-section {
  background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.01));
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.centered { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.centered > p:last-child, .section-heading > p:last-child { color: var(--muted); font-size: 18px; }











.stewardship-section {
  background: linear-gradient(135deg, #0b201a 0%, #153128 100%);
  color: white;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.stewardship-section h2, .stewardship-section h3 { color: white; }
.stewardship-section .eyebrow { color: var(--orange-2); }
.stewardship-section p { color: rgba(255,255,255,.76); }
.stewardship-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; }
.stewardship-list { display: grid; gap: 16px; }
.stewardship-list div {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  padding: 24px;
  border-radius: 22px;
}

.contact-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(239,119,0,.08), transparent 20%),
    linear-gradient(180deg, #081912, #0b1f19);
}
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 64px; align-items: start; }
.contact-copy p { color: var(--muted); font-size: 18px; }
.contact-methods { display: grid; gap: 12px; margin-top: 28px; }
.contact-methods a, .contact-methods span { color: #dff2ea; font-weight: 900; text-decoration: none; }
.contact-form {
  background: linear-gradient(180deg, rgba(23,49,41,.95), rgba(16,35,29,.99));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.08);
  padding: 30px;
  display: grid;
  gap: 18px;
}
label { color: #e7f4ef; font-weight: 900; display: grid; gap: 8px; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: rgba(255,255,255,.05);
}
input::placeholder, textarea::placeholder { color: #9eb2ab; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(239,119,0,.22); border-color: var(--orange); }


.site-footer-simple {
  background: #050f0c;
  color: white;
  padding: 0 0 28px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.footer-bottom a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: var(--orange-2);
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .section-pad { padding: 72px 0; }
  .brand img { width: 210px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; left: 20px; right: 20px; top: 84px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(0,81,56,.12);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 18px; display: none; flex-direction: column; align-items: flex-start;
  }
  .site-nav.open { display: flex; }
  .hero-grid, .two-col, .stewardship-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  }
@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .hero { min-height: auto; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .footer-bottom { flex-direction: column; }
    }
