:root {
  --green: #0f3f2f;
  --green-2: #1f6c4e;
  --green-3: #dbe9e1;
  --ink: #1a1f1d;
  --muted: #66706c;
  --paper: #ffffff;
  --soft: #f3f5f2;
  --line: #d9dfdb;
  --accent: #2a8b62;
  --radius: 24px;
  --shadow: 0 20px 55px rgba(15, 63, 47, .12);
}

* { 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(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, 100%); }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; background:#fff; padding:8px 12px; border-radius:8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217,223,219,.8);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display:grid; place-items:center; background: var(--green); color:#fff; font-size: 21px; line-height:1; }
.brand-text { font-size: 16px; }
.main-nav { display:flex; align-items:center; gap: 24px; }
.main-nav a { text-decoration:none; font-size:14px; font-weight:650; color:#38413d; }
.main-nav a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: #fff !important; padding: 11px 16px; border-radius: 999px; }
.menu-toggle { display:none; border:1px solid var(--line); background:#fff; border-radius:999px; padding:9px 14px; font-weight:700; }

.hero { padding: 72px 0 58px; background: linear-gradient(180deg, #f7f9f7 0%, #ffffff 100%); overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; align-items:center; gap: 64px; }
.hero-copy { padding: 24px 0; }
.eyebrow, .section-kicker { text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:800; color: var(--green-2); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; background:var(--green-3); border-radius:999px; }
.mini-cross { font-size:16px; line-height:1; }
h1, h2, h3 { line-height: 1.06; margin-top:0; }
h1 { font-size: clamp(44px, 6vw, 78px); letter-spacing: -.055em; margin: 22px 0 24px; max-width: 780px; }
h2 { font-size: clamp(34px, 4.2vw, 56px); letter-spacing: -.045em; margin-bottom:20px; }
h3 { letter-spacing: -.025em; }
.lead { font-size: 21px; color:#4c5651; max-width: 760px; margin-bottom: 30px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin: 30px 0 36px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding: 12px 19px; border-radius:999px; text-decoration:none; font-weight:750; }
.button-primary { background:var(--green); color:#fff; }
.button-primary:hover { background:#0b3326; }
.button-secondary { border:1px solid var(--line); background:#fff; }
.hero-signature { font-weight:760; margin-top: 18px; }
.hero-signature span { color: var(--muted); font-weight:560; }
.hero-photo-wrap { position:relative; justify-self:end; width:min(480px,100%); }
.hero-photo { width:100%; aspect-ratio: .78; object-fit:cover; object-position: 50% 27%; border-radius: 32px; box-shadow: var(--shadow); }
.photo-badge { position:absolute; right:-18px; bottom:28px; background:#fff; border:1px solid var(--line); box-shadow:0 12px 30px rgba(0,0,0,.09); border-radius:16px; padding:12px 16px; font-weight:800; }
.photo-badge span { color:var(--accent); margin-right:7px; font-size:20px; }

.section { padding: 96px 0; }
.muted { background: var(--soft); }
.section-kicker { margin: 0 0 12px; }
.section-intro { max-width: 640px; color:var(--muted); font-size:18px; }
.prose { color:#46504b; font-size:18px; }
.two-col-text { columns:2; column-gap:52px; }
.two-col-text p { break-inside:avoid; margin-top:0; }
.section-head { display:flex; justify-content:space-between; gap:40px; align-items:end; margin-bottom:36px; }
.section-head h2 { margin-bottom:0; }
.cards { display:grid; grid-template-columns: repeat(2,1fr); gap:18px; }
.card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 30px; min-height: 260px; }
.card-number { font-size:13px; font-weight:850; color:var(--green-2); display:block; margin-bottom:34px; }
.card h3 { font-size:27px; margin-bottom:14px; }
.card p { color:#59635e; margin-bottom:0; }
.experience-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items:start; }
.timeline { border-left:1px solid var(--line); padding-left: 34px; }
.timeline-item { position:relative; padding: 0 0 34px; }
.timeline-item:last-child { padding-bottom:0; }
.timeline-dot { position:absolute; left:-40px; top:4px; width:12px; height:12px; border-radius:50%; background:var(--green-2); box-shadow:0 0 0 6px #edf4f0; }
.timeline-item h3 { font-size:23px; margin-bottom:8px; }
.timeline-item p { margin:0; color:#5d6762; }
.details-box { margin-top:56px; border:1px solid var(--line); border-radius:18px; background:#fbfcfb; overflow:hidden; }
.details-box summary { cursor:pointer; list-style:none; padding:18px 20px; font-weight:780; }
.details-box summary::-webkit-details-marker { display:none; }
.details-box summary::after { content:"+"; float:right; font-size:22px; color:var(--green-2); }
.details-box[open] summary::after { content:"–"; }
.details-content { padding:0 20px 18px; color:#626b67; max-width:900px; }

.quote-band { background:var(--green); color:#fff; padding: 78px 0; }
.quote-wrap p { margin:0; font-size: clamp(28px, 4vw, 46px); line-height:1.2; letter-spacing:-.035em; font-weight:760; max-width:1020px; }
.quote-wrap span { display:block; margin-top:22px; color:#cfe1d8; font-weight:700; }
.vote-card { display:flex; justify-content:space-between; gap:40px; align-items:center; background:#102f25; color:#fff; border-radius:32px; padding:48px 52px; }
.vote-card h2 { margin-bottom:14px; }
.vote-card p { max-width:720px; color:#d5dfdb; font-size:18px; }
.section-kicker.light { color:#9bd1b8; }
.vote-mark { font-size:110px; line-height:1; color:#67bd92; font-weight:300; padding-right:18px; }

.site-footer { border-top:1px solid var(--line); padding:34px 0 44px; }
.footer-grid { display:flex; justify-content:space-between; align-items:end; gap:24px; }
.site-footer p { margin:4px 0 0; color:var(--muted); }
.footer-domain { color:var(--muted); font-weight:700; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .main-nav { display:none; position:absolute; top:76px; left:20px; right:20px; flex-direction:column; align-items:stretch; gap:4px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:12px; box-shadow:0 14px 40px rgba(0,0,0,.08); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 12px; }
  .nav-cta { text-align:center; margin-top:4px; }
  .hero { padding-top: 34px; }
  .hero-grid, .experience-grid { grid-template-columns:1fr; gap:42px; }
  .hero-photo-wrap { justify-self:start; width:min(560px,100%); }
  .photo-badge { right:14px; }
  .two-col-text { columns:1; }
  .section-head { display:block; }
  .section-head .section-intro { margin-top:18px; }
}

@media (max-width: 680px) {
  .wrap { width:min(100% - 28px, 1180px); }
  .brand-text { font-size:14px; }
  .brand-mark { width:31px; height:31px; }
  h1 { font-size:46px; }
  h2 { font-size:38px; }
  .lead { font-size:18px; }
  .section { padding:72px 0; }
  .cards { grid-template-columns:1fr; }
  .card { min-height:0; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .button { width:100%; }
  .vote-card { padding:34px 28px; align-items:flex-start; }
  .vote-mark { display:none; }
  .footer-grid { display:block; }
  .footer-domain { margin-top:12px; }
}
