:root {
  --green-950: #052e21;
  --green-900: #083f2b;
  --green-800: #0c5338;
  --green-700: #176c48;
  --green-500: #4a996d;
  --green-200: #cfe3d6;
  --green-100: #eaf3ed;
  --cream: #f7f6f1;
  --white: #ffffff;
  --ink: #10251c;
  --muted: #58665f;
  --red: #b82727;
  --border: rgba(8, 63, 43, 0.14);
  --shadow: 0 20px 60px rgba(5, 46, 33, 0.10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, 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; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 100px 0; }
.section-soft { background: var(--white); }
.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 { position: fixed; top: 12px; left: 12px; transform: translateY(-200%); background: var(--green-900); color: white; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(247, 246, 241, 0.90); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: 0.3s ease; }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 10px 35px rgba(5, 46, 33, 0.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green-900); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: white; font-size: 21px; transform: rotate(-18deg); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: 0.08em; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-weight: 650; font-size: 14px; color: #233a30; }
.site-nav a:hover { color: var(--green-700); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--green-900); color: white !important; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { width: 26px; height: 2px; display: block; background: var(--green-900); margin: 5px 0; }

.hero { overflow: hidden; padding-top: 72px; background: radial-gradient(circle at 78% 18%, #e8f2eb 0, transparent 28%), linear-gradient(135deg, #faf9f5 0%, #f4f6f0 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 14px; color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.2vw, 92px); line-height: 0.98; letter-spacing: -0.045em; color: var(--green-950); }
h1 span { color: var(--green-700); }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -0.035em; color: var(--green-950); }
h3 { line-height: 1.25; color: var(--green-950); }
.hero-lead { max-width: 640px; font-size: 19px; color: #3d5047; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-900); color: white; box-shadow: 0 12px 30px rgba(8, 63, 43, .20); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { border-color: var(--border); background: rgba(255,255,255,.72); color: var(--green-900); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--green-800); font-size: 14px; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 8px; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: 100%; max-height: 640px; object-fit: contain; filter: drop-shadow(0 24px 35px rgba(5,46,33,.15)); border-radius: 24px; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .75; }
.glow-one { width: 520px; height: 520px; background: #dcecdf; right: 10px; top: 50px; }
.glow-two { width: 260px; height: 260px; background: #f3e8c6; left: 30px; bottom: 40px; }
.signal-card { position: absolute; z-index: 3; display: flex; gap: 12px; align-items: center; padding: 14px 16px; min-width: 210px; background: rgba(255,255,255,.92); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
.signal-card strong { display: block; font-size: 13px; color: var(--green-900); }
.signal-card small { display: block; color: var(--muted); font-size: 11px; }
.signal-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.signal-weather { right: -14px; top: 105px; }
.signal-feedback { left: 2px; bottom: 75px; }

.trust-strip { padding: 17px 0; background: var(--green-950); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-grid span + span { border-left: 1px solid rgba(255,255,255,.22); }

.section-heading { max-width: 800px; margin-bottom: 44px; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.section-heading.light h2, .section-heading.light p { color: white; }
.section-heading.light .eyebrow { color: #a9d3b7; }
.problem-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel { padding: 36px; border-radius: var(--radius-lg); background: var(--cream); border: 1px solid var(--border); box-shadow: 0 8px 30px rgba(5,46,33,.04); }
.panel-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--green-950); font-size: 22px; font-weight: 850; }
.panel-kicker span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: white; font-size: 13px; }
.panel-problem .panel-kicker { color: var(--red); }
.panel-problem .panel-kicker span { background: var(--red); }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 30px; color: #31463d; }
.check-list li::before { position: absolute; left: 0; top: 1px; font-weight: 900; }
.check-list.positive li::before { content: "✓"; color: var(--green-700); }
.check-list.negative li::before { content: "×"; color: var(--red); font-size: 20px; line-height: 1; }

.innovation-section { background: radial-gradient(circle at 90% 20%, rgba(78,153,109,.22), transparent 28%), var(--green-950); color: white; }
.innovation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.innovation-card { position: relative; min-height: 230px; padding: 28px; border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.14); overflow: hidden; }
.innovation-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -35px; bottom: -50px; border: 1px solid rgba(255,255,255,.12); }
.innovation-card h3 { margin: 28px 0 12px; color: white; font-size: 21px; }
.innovation-card p { color: #d6e5dc; }
.card-no { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #d5ebdc; color: var(--green-950); font-weight: 900; font-size: 12px; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { position: relative; padding: 28px 22px; background: white; border: 1px solid var(--border); border-radius: var(--radius-md); }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -16px; top: 36px; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.step span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--green-900); color: white; font-weight: 900; }
.step h3 { margin: 18px 0 10px; font-size: 18px; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.model-card { padding: 28px; border-radius: var(--radius-md); background: linear-gradient(145deg, #edf5ef, #fff); border: 1px solid var(--border); }
.model-label { color: var(--green-700); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.model-card h3 { font-size: 23px; margin-bottom: 10px; }
.model-card p:last-child { color: var(--muted); margin-bottom: 0; }

.readiness-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.readiness-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.outreach-note { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--green-100); border-left: 4px solid var(--green-700); }
.outreach-note strong, .outreach-note span { display: block; }
.outreach-note span { margin-top: 6px; color: #405449; }
.readiness-list { display: grid; gap: 14px; }
.readiness-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 22px; border-radius: 16px; background: var(--cream); border: 1px solid var(--border); }
.readiness-list span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: white; font-weight: 900; }
.readiness-list p { margin: 0; color: var(--muted); }
.readiness-list strong { color: var(--green-950); }
.readiness-list .open { background: #fffaf0; }
.readiness-list .open span { background: #d9b36d; color: var(--green-950); }

.facilitator { padding-top: 60px; }
.facilitator-card { padding: 48px; border-radius: 30px; background: var(--green-900); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; }
.facilitator-card h2 { color: white; font-size: clamp(36px, 4vw, 54px); }
.facilitator-card .eyebrow { color: #bfe0ca; }
.facilitator-needs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.facilitator-needs > div { padding: 22px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.facilitator-needs strong, .facilitator-needs span { display: block; }
.facilitator-needs span { margin-top: 8px; color: #d5e5da; font-size: 14px; }

.contact-section { background: linear-gradient(180deg, var(--cream), #eaf2ec); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.contact-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-note { padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.72); border: 1px solid var(--border); font-size: 13px !important; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px; background: white; border-radius: 24px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: var(--green-950); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--border); background: #fbfcfa; border-radius: 12px; padding: 13px 14px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(74,153,109,.12); }
.full { grid-column: 1 / -1; }
.form-status { margin: 0; min-height: 24px; color: var(--green-700); font-weight: 700; }
.site-footer { padding: 28px 0; background: var(--green-950); color: white; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-brand { color: white; }
.footer-wrap > a { color: white; text-decoration: none; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero-grid, .readiness-grid, .contact-grid, .facilitator-card { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-visual { min-height: 560px; }
  .innovation-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .model-grid { grid-template-columns: 1fr; }
  .facilitator-needs { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .section-pad { padding: 74px 0; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .menu-button { display: block; z-index: 1001; }
  .site-nav { display: none; position: absolute; top: 70px; left: 14px; right: 14px; padding: 20px; border-radius: 18px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 10px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-visual { min-height: 410px; }
  .hero-visual img { max-height: 430px; }
  .signal-card { display: none; }
  .trust-grid { grid-template-columns: 1fr; gap: 8px; }
  .trust-grid span + span { border-left: 0; }
  .problem-solution-grid, .innovation-grid, .steps, .facilitator-needs, .contact-form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .panel, .facilitator-card, .contact-form { padding: 24px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
