:root {
  --green-950: #172414;
  --green-900: #1f3219;
  --green-800: #2e4a25;
  --green-700: #3b6231;
  --green-100: #edf4e7;
  --green-50: #f6faf2;
  --gold-700: #a96f1b;
  --gold-600: #c48625;
  --gold-200: #f3dfb9;
  --cream: #fff8ed;
  --tan: #f4ead8;
  --ink: #23311e;
  --muted: #63715e;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(23, 36, 20, .16);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  background: var(--green-900);
  color: white;
  padding: .8rem 1rem;
  z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 86px 0; }
.eyebrow {
  color: var(--gold-700);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
  margin: 0 0 12px;
}
.eyebrow.light { color: var(--gold-200); }
h1, h2, h3 { line-height: 1.08; margin: 0 0 18px; color: var(--green-950); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(2.55rem, 6vw, 5.4rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 18px; color: var(--muted); }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color: #495440; max-width: 720px; }
.small-note, .form-note { font-size: .88rem; color: #6e705f; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 1.3rem;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-800); color: white; box-shadow: 0 10px 28px rgba(46, 74, 37, .25); }
.btn-primary:hover { background: var(--green-900); }
.btn-secondary { background: white; color: var(--green-900); border-color: #d8c9ad; }
.text-link { color: var(--green-900); font-weight: 800; text-decoration-color: var(--gold-600); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 237, .88);
  border-bottom: 1px solid rgba(46, 74, 37, .12);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; min-width: 0; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 14px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-size: 1.05rem; color: var(--green-950); }
.brand-text small { color: var(--muted); font-weight: 600; }
.site-nav { display: flex; gap: 1.2rem; align-items: center; }
.site-nav a { text-decoration: none; font-weight: 800; color: var(--green-900); font-size: .94rem; }
.site-nav a:hover { color: var(--gold-700); }
.nav-cta { background: var(--green-800); color: white !important; padding: .7rem 1rem; border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .35rem; color: var(--green-900); }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--green-900); margin: 5px 0; }
.nav-toggle em { font-style: normal; font-size: .72rem; font-weight: 800; }

.hero { padding-top: 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .82fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.trust-strip div {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(46,74,37,.12);
  border-radius: var(--radius-sm);
  padding: 16px;
}
.trust-strip strong { display: block; color: var(--green-900); }
.trust-strip span { color: var(--muted); font-size: .9rem; }
.hero-card {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255,255,255,.75);
  background: white;
  transform: rotate(1deg);
}
.hero-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.hero-card-caption { padding: 18px 20px; background: white; }
.hero-card-caption strong { display: block; color: var(--green-900); font-size: 1.08rem; }
.hero-card-caption span { color: var(--muted); }

.sponsor-band { background: var(--white); padding: 54px 0; }
.sponsor-grid { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: center; }
.sponsor-logo-card { background: var(--cream); border-radius: var(--radius); padding: 20px; border: 1px solid rgba(46,74,37,.12); }
.sponsor-logo-card img { border-radius: 18px; }
.sponsor-grid p:last-of-type { max-width: 860px; }

.split-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 56px; align-items: center; }
.split-grid.reverse { grid-template-columns: .92fr 1fr; }
.flow-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.flow-cards article,
.product-card,
.education-grid article,
.facility-grid div {
  background: white;
  border: 1px solid rgba(46,74,37,.12);
  border-radius: var(--radius-sm);
  padding: 22px;
  box-shadow: 0 10px 30px rgba(23,36,20,.05);
}
.flow-cards span,
.facility-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-900);
  font-weight: 900;
  margin-bottom: 12px;
}
.image-panel { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.72); background: white; }
.image-panel img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-panel.framed { border-color: rgba(243,223,185,.45); }

.section-green { background: var(--green-900); color: white; }
.section-green h2,
.section-green h3 { color: white; }
.section-green p { color: rgba(255,255,255,.78); }
.value-boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.value-boxes div {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-sm);
  padding: 18px;
  background: rgba(255,255,255,.07);
}
.value-boxes strong { display: block; color: var(--gold-200); }
.value-boxes span { color: rgba(255,255,255,.78); }
blockquote {
  margin: 24px 0 0;
  padding: 22px 24px;
  border-left: 5px solid var(--gold-600);
  background: rgba(255,255,255,.07);
  border-radius: 0 18px 18px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: #fff4df;
}

.section-heading { text-align: center; margin: 0 auto 38px; }
.section-heading.narrow { max-width: 820px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card ul { margin: 18px 0 0; padding-left: 1.1rem; color: var(--muted); }
.wide-image-card {
  margin-top: 28px;
  display: grid;
  grid-template-columns: .95fr 1fr;
  align-items: center;
  gap: 28px;
  background: white;
  border: 1px solid rgba(46,74,37,.12);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.wide-image-card img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.wide-image-card div { padding: 28px 30px 28px 0; }

.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.facility-grid strong { display: block; color: var(--green-900); font-size: 1.1rem; margin-bottom: 6px; }

.section-tan { background: var(--tan); }
.investment-points { display: grid; gap: 14px; margin: 28px 0; }
.investment-points div { background: rgba(255,255,255,.65); padding: 16px 18px; border-radius: var(--radius-sm); border: 1px solid rgba(46,74,37,.12); }
.investment-points strong { display: block; color: var(--green-900); }
.finance-card { background: white; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); border: 1px solid rgba(46,74,37,.12); }
.finance-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; }
.allocation-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #ebdeca; }
.allocation-row strong { color: var(--gold-700); }
.finance-card img { margin-top: 20px; border-radius: 18px; border: 1px solid rgba(46,74,37,.12); }

.education-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.impact-section { background: linear-gradient(135deg, var(--green-950), var(--green-800)); color: white; }
.impact-section h2 { color: white; }
.impact-section p { color: rgba(255,255,255,.75); }
.impact-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 42px; align-items: center; }
.impact-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.impact-stats div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); padding: 20px; }
.impact-stats strong { display: block; color: var(--gold-200); }
.impact-stats span { color: rgba(255,255,255,.75); }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 48px; align-items: start; }
.contact-card { background: var(--green-50); padding: 20px; border-radius: var(--radius-sm); border: 1px solid rgba(46,74,37,.12); margin-top: 24px; }
.contact-card strong { display: block; color: var(--green-900); }
.contact-card a { color: var(--gold-700); font-weight: 800; }
.contact-form { background: var(--cream); border-radius: var(--radius); padding: 28px; border: 1px solid rgba(46,74,37,.12); box-shadow: 0 12px 36px rgba(23,36,20,.06); }
.contact-form label { display: block; font-weight: 800; color: var(--green-900); margin-bottom: 16px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #d8c9ad;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: white;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: 3px solid rgba(196,134,37,.22); border-color: var(--gold-600); }

.site-footer { background: var(--green-950); color: white; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 34px; }
.footer-logo { width: 120px; border-radius: 18px; margin-bottom: 14px; }
.site-footer p { color: rgba(255,255,255,.72); max-width: 450px; }
.site-footer strong { display: block; margin-bottom: 10px; color: var(--gold-200); }
.site-footer a { display: block; color: rgba(255,255,255,.78); text-decoration: none; margin: 8px 0; }
.site-footer a:hover { color: var(--gold-200); }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.62); font-size: .9rem; }

@media (max-width: 980px) {
  .section { padding: 66px 0; }
  .hero-grid, .split-grid, .split-grid.reverse, .impact-grid, .contact-grid { grid-template-columns: 1fr; }
  .product-grid, .facility-grid, .education-grid { grid-template-columns: repeat(2, 1fr); }
  .wide-image-card { grid-template-columns: 1fr; }
  .wide-image-card div { padding: 0 24px 24px; }
  .sponsor-grid { grid-template-columns: 150px 1fr; }
  .site-nav {
    position: fixed;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid rgba(46,74,37,.12);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .nav-toggle { display: block; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 72px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-text small { display: none; }
  .hero { padding-top: 42px; }
  .trust-strip, .flow-cards, .value-boxes, .product-grid, .facility-grid, .education-grid, .impact-stats, .footer-grid { grid-template-columns: 1fr; }
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-logo-card { max-width: 180px; }
  .footer-bottom { flex-direction: column; }
  .contact-form { padding: 20px; }
  blockquote { font-size: 1.1rem; }
}
