:root{--green:#123d2a;--green2:#1f5a3d;--cream:#faf7ef;--stone:#e7e0d3;--charcoal:#1f2523;--muted:#66736c;--copper:#b86b2d;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--charcoal);background:var(--cream);line-height:1.6}a{color:inherit}.site-header{display:flex;justify-content:space-between;align-items:center;padding:18px clamp(18px,4vw,56px);background:rgba(250,247,239,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px);border-bottom:1px solid var(--stone)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand img{width:54px;height:54px;object-fit:cover;border-radius:8px}.site-header nav{display:flex;align-items:center;gap:22px}.site-header nav a{text-decoration:none;font-weight:650;color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--green);color:white;text-decoration:none;border:2px solid var(--green);font-weight:800;letter-spacing:.01em}.button.small{padding:9px 14px}.button.ghost{background:transparent;color:var(--green)}.button.light{background:white;color:var(--green);border-color:white}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;padding:90px clamp(22px,7vw,110px) 70px}.hero h1,.page-hero h1{font-size:clamp(42px,8vw,92px);line-height:.95;margin:10px 0 22px;color:var(--green);letter-spacing:-.06em}.lead{font-size:clamp(18px,2.2vw,24px);max-width:820px;color:#37443e}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--copper);font-weight:900;font-size:13px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{background:white;border:1px solid var(--stone);border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(18,61,42,.14)}.hero-card img{width:100%;display:block;border-radius:18px}.section{padding:72px clamp(22px,7vw,110px);border-top:1px solid var(--stone)}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}.section h2{font-size:clamp(32px,4vw,56px);line-height:1;margin:0 0 18px;color:var(--green);letter-spacing:-.04em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards.two{grid-template-columns:repeat(2,1fr)}.card,.person{background:white;border:1px solid var(--stone);border-radius:22px;padding:28px;box-shadow:0 18px 50px rgba(31,37,35,.06)}.card h3,.person h3{margin:0 0 10px;color:var(--green);font-size:24px}.dark{background:var(--green);color:white}.dark h2,.dark .eyebrow{color:white}.dark p{color:#eaf0eb;max-width:900px}.page-hero{padding:74px clamp(22px,7vw,110px) 48px}.form-wrap{max-width:1040px;margin:0 auto;border-top:0}form{background:white;border:1px solid var(--stone);border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(31,37,35,.06)}label{display:block;font-weight:800;color:var(--green);margin-bottom:16px}input,textarea{display:block;width:100%;margin-top:7px;border:1px solid #cfc7b8;border-radius:12px;padding:13px 14px;font:inherit;background:#fff}textarea{min-height:130px}.grid-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hidden{display:none}.board-grid{padding:20px clamp(22px,7vw,110px) 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.headshot{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:18px}.placeholder{display:flex;align-items:center;justify-content:center;background:var(--green);color:white;font-weight:900;font-size:34px}.title{color:var(--copper);font-weight:900;margin-top:-6px}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px clamp(18px,4vw,56px);border-top:1px solid var(--stone);color:var(--muted)}footer nav{display:flex;gap:18px}footer a{text-decoration:none;color:var(--green);font-weight:750}@media(max-width:850px){.site-header{align-items:flex-start}.site-header nav{display:none}.hero,.two-col,.cards,.cards.two,.board-grid,.grid-form{grid-template-columns:1fr}.hero{padding-top:52px}.brand img{width:46px;height:46px}footer{flex-direction:column;align-items:flex-start}}
