:root {
  --forest: #0b342f;
  --forest-2: #12483f;
  --ink: #142321;
  --muted: #5d6865;
  --paper: #f7f4ed;
  --white: #ffffff;
  --orange: #c95a2b;
  --sage: #dfe9e2;
  --line: #cbd6d1;
  --focus: #ffb58f;
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, 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: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .75rem 1rem; background: var(--white); color: var(--forest); border: 2px solid var(--forest); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 244, 237, .96); border-bottom: 1px solid rgba(11, 52, 47, .16); backdrop-filter: blur(16px); }
.header-inner { max-width: var(--max); min-height: 76px; margin: 0 auto; padding: .8rem 1.5rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-grid; gap: .08rem; line-height: .9; text-decoration: none; }
.brand-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; letter-spacing: .08em; }
.brand-program { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 1.7rem; font-size: .9rem; font-weight: 700; }
.primary-nav a, .header-foundation { text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible, .header-foundation:hover, .header-foundation:focus-visible { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: .9rem; }
.header-foundation { font-size: .82rem; font-weight: 700; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--forest); background: transparent; color: var(--forest); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .78rem 1.15rem; border: 1px solid var(--forest); background: transparent; color: var(--forest); font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: var(--white); }
.button.light { background: var(--white); color: var(--forest); border-color: var(--white); }
.button.white-outline { border-color: rgba(255,255,255,.75); color: var(--white); }
.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr); background: var(--white); }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(3.7rem, 8vw, 7.6rem); line-height: .92; letter-spacing: -.055em; color: var(--forest); }
.hero-lead { margin: 2rem 0 0; max-width: 620px; font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.35; color: var(--ink); }
.hero-body { max-width: 590px; margin: 1.2rem 0 0; color: var(--muted); font-size: 1.04rem; }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-note { margin-top: 1.5rem; font-size: .82rem; color: var(--muted); }
.hero-media { min-height: 620px; overflow: hidden; background: #d8d2c7; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.section { padding: clamp(5rem, 9vw, 9rem) 1.5rem; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-title { max-width: 860px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.045em; color: var(--forest); }
.section-copy { max-width: 690px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.08rem; }
.outcome { background: var(--paper); }
.outcome-grid { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 88px 1fr; align-items: center; gap: 1.2rem; }
.outcome-figure { margin: 0; }
.outcome-figure img { width: 100%; aspect-ratio: 1.58; object-fit: cover; }
.outcome-figure figcaption { margin-top: 1rem; }
.outcome-figure strong { display: block; font-family: var(--serif); font-size: 1.65rem; color: var(--forest); }
.outcome-figure span { color: var(--muted); }
.outcome-arrow { text-align: center; font-family: var(--serif); font-size: 3.4rem; color: var(--orange); }
.method { background: var(--forest); color: var(--white); }
.method .section-title { color: var(--white); }
.method .section-copy { color: #c7d9d3; }
.method-list { margin: 4rem 0 0; border-top: 1px solid rgba(255,255,255,.28); }
.method-row { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr); gap: 2rem; padding: 1.65rem 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.method-row h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; }
.method-row p { margin: 0; color: #c7d9d3; }
.paths { background: var(--white); }
.path-list { margin-top: 3.3rem; border-top: 1px solid var(--line); }
.path-row { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(300px, 1.25fr) auto; gap: 2rem; align-items: center; padding: 1.45rem 0; border-bottom: 1px solid var(--line); }
.path-row h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; color: var(--forest); }
.path-row p { margin: 0; color: var(--muted); }
.path-row a { color: var(--orange); font-weight: 800; text-decoration: none; }
.responsible { background: linear-gradient(90deg, var(--sage) 0 50%, var(--paper) 50% 100%); }
.responsible-grid { display: grid; grid-template-columns: 1fr 1fr; }
.responsible-copy { padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 6vw, 5rem) clamp(4rem, 7vw, 7rem) 0; }
.responsible-list { margin: 2.3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,52,47,.22); }
.responsible-list li { padding: 1rem 0; border-bottom: 1px solid rgba(11,52,47,.22); font-weight: 700; }
.responsible-note { padding: clamp(4rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 7rem) clamp(1.5rem, 6vw, 5rem); display: flex; align-items: center; }
.responsible-note blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.02; color: var(--forest); }
.organization { background: var(--orange); color: #25130d; }
.organization-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.organization .section-title { color: #25130d; }
.organization p { margin: 0; max-width: 620px; font-size: 1.1rem; }
.organization-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 1.8rem; }
.apply { background: var(--paper); }
.apply-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 7rem); }
.apply-intro { position: sticky; top: 120px; align-self: start; }
.apply-intro p { color: var(--muted); }
.application-form { border-top: 2px solid var(--forest); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: block; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.field span { display: block; margin-bottom: .45rem; font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 0; background: transparent; color: var(--ink); padding: .45rem 0; outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field:focus-within { border-color: var(--forest); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.consent { display: flex; gap: .8rem; align-items: flex-start; padding: 1.3rem 0; font-size: .88rem; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin-top: .1rem; }
.form-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-top: 1.2rem; }
.form-status { min-height: 1.5rem; margin: 0; font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-note { margin-top: 1.2rem; font-size: .82rem; color: var(--muted); }
.site-footer { background: #071e1b; color: #d6e2de; padding: 4.5rem 1.5rem 2rem; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 2.5rem; }
.footer-brand .brand-name { color: var(--white); }
.footer-brand p { max-width: 300px; color: #aabcb6; font-size: .9rem; }
.footer-col h2 { margin: 0 0 1rem; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-foundation, .footer-col a { display: flex; width: fit-content; min-height: 44px; align-items: center; color: #c3d2cd; font-size: .88rem; }
.footer-foundation { color: var(--white); }
.footer-foundation:hover, .footer-foundation:focus-visible, .footer-col a:hover, .footer-col a:focus-visible { color: var(--white); }
.footer-bottom { max-width: var(--max); margin: 3rem auto 0; padding-top: 1.3rem; border-top: 1px solid #2e4944; color: #95aaa4; font-size: .78rem; }
.footer-bottom p { margin: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .menu-button { display: block; justify-self: end; }
  .primary-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.25rem 1.5rem 1.7rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-header[data-open="true"] .primary-nav { display: flex; }
  .header-actions .header-foundation { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { min-height: 500px; order: 2; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-arrow { transform: rotate(90deg); }
  .responsible { background: var(--sage); }
  .responsible-grid, .organization-grid, .apply-grid { grid-template-columns: 1fr; }
  .responsible-copy, .responsible-note { padding: 4rem 0; }
  .responsible-note { border-top: 1px solid rgba(11,52,47,.22); }
  .apply-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .header-inner { padding-inline: 1rem; gap: .8rem; }
  .header-actions .button { display: none; }
  .hero-copy { padding: 4rem 1.1rem; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-media { min-height: 410px; }
  .section { padding-inline: 1.1rem; }
  .method-row, .path-row { grid-template-columns: 1fr; gap: .45rem; }
  .path-row a { margin-top: .4rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-col a { width: 100%; }
}
.logo { display: inline-flex; width: 220px; text-decoration: none; }
.logo img { width: 100%; height: auto; }
.legal-page { background: var(--paper); }
.legal-shell { max-width: 920px; margin: 0 auto; padding: 5rem 1.5rem 7rem; }
.legal-eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .84rem; font-weight: 800; }
.legal-shell h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: .95; letter-spacing: -.045em; color: var(--forest); }
.legal-lede { max-width: 760px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.1rem; }
.legal-toc { columns: 2; margin: 3rem 0; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-toc a { display: block; margin: .45rem 0; color: var(--forest); }
.legal-section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.9rem; color: var(--forest); }
.legal-section p, .legal-section li { color: var(--muted); }
.legal-section ul { padding-left: 1.25rem; }
.legal-note { margin-top: 2rem; padding: 1.25rem; background: var(--sage); color: var(--forest); }
@media (max-width: 680px) { .legal-toc { columns: 1; } .logo { width: 180px; } }
.brand-logo { display:inline-flex; width:190px; max-width:42vw; text-decoration:none; }
.brand-logo img { width:100%; height:auto; }
.site-header .brand-logo { align-self:center; }
@media (max-width:680px){ .brand-logo{width:156px;} }
.legal-nav { display:flex; justify-content:flex-end; align-items:center; gap:1.3rem; font-size:.9rem; font-weight:700; }
.legal-nav a { text-decoration:none; }
.legal-nav a:hover, .legal-nav a:focus-visible { color:var(--orange); }
@media (max-width:680px) {
  .legal-page .header-inner { grid-template-columns:1fr auto; gap:1rem; }
  .legal-nav { gap:.8rem; font-size:.78rem; }
  .legal-nav a:nth-child(2),.legal-nav a:nth-child(4),.legal-nav a:last-child { display:none; }
}

/* Shared public identity and footer */
.capability-brand{display:inline-flex;flex-direction:column;gap:2px;color:var(--green);font-size:.68rem;font-weight:800;letter-spacing:.16em;line-height:1.2;text-decoration:none}
.capability-brand span:first-child{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;letter-spacing:.08em}
.footer-capability-brand{min-height:44px;justify-content:center;color:var(--white)}
.footer-bottom>div{display:grid;gap:.55rem}
.footer-bottom a{color:inherit;text-underline-offset:3px}
.footer-bottom a:hover,.footer-bottom a:focus-visible{color:var(--white)}
@media(max-width:680px){.capability-brand{font-size:.62rem}.capability-brand span:first-child{font-size:1.05rem}}
