:root{
  --ink:#12211C;
  --green:#23503F;
  --green-2:#2F6B53;
  --paper:#FBFAF7;
  --panel:#F3F1EA;
  --line:#E1DDD4;
  --muted:#5C6660;
  --maxw:70rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{font-family:Georgia,"Iowan Old Style","Times New Roman",serif;font-weight:400;color:var(--ink);letter-spacing:-0.01em}
h1{font-size:clamp(2rem,4.4vw,3rem);line-height:1.14;margin:0 0 1rem}
h2{font-size:clamp(1.4rem,2.6vw,1.85rem);line-height:1.22;margin:3rem 0 0.9rem}
h3{font-size:1.1rem;margin:2rem 0 0.5rem}
p{margin:0 0 1.1rem;max-width:44rem}
a{color:var(--green-2)}
a:hover{color:var(--green)}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}

header.site{border-bottom:1px solid var(--line);background:var(--paper)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.1rem 0;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:0.75rem;text-decoration:none}
.brand img{height:40px;width:auto;display:block}
nav.site a{
  text-decoration:none;color:var(--muted);font-size:0.94rem;margin-left:1.5rem;
  border-bottom:1px solid transparent;padding-bottom:2px;
}
nav.site a:hover,nav.site a[aria-current="page"]{color:var(--ink);border-bottom-color:var(--green)}
nav.site a:first-child{margin-left:0}

.hero{padding:4.5rem 0 3rem;border-bottom:1px solid var(--line)}
.kicker{
  font-size:0.78rem;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--green);margin:0 0 1.1rem;
}
.lede{font-size:1.18rem;color:#2A3630;max-width:42rem}

main{padding:0 0 4rem}
section.band{padding:2.5rem 0;border-bottom:1px solid var(--line)}
section.band:last-of-type{border-bottom:0}
section.band .wrap > h2:first-child{margin-top:0.5rem}

.cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:2rem;margin:1.5rem 0 0}
.card{background:var(--panel);border:1px solid var(--line);border-radius:3px;padding:1.4rem 1.5rem}
.card h3{margin-top:0}
.card p{margin-bottom:0;font-size:0.97rem}

table{border-collapse:collapse;width:100%;max-width:44rem;margin:1.2rem 0 1.6rem;font-size:0.95rem}
th,td{text-align:left;padding:0.6rem 0.9rem 0.6rem 0;border-bottom:1px solid var(--line);vertical-align:top}
th{font-family:Georgia,serif;font-weight:400;color:var(--muted);width:14rem}

ul{padding-left:1.15rem;max-width:44rem}
li{margin-bottom:0.45rem}

.note{
  border-left:3px solid var(--green);background:var(--panel);
  padding:1.1rem 1.3rem;margin:1.8rem 0;max-width:44rem;font-size:0.97rem;
}
.note p:last-child{margin-bottom:0}

.cta{
  display:inline-block;background:var(--green);color:#fff;text-decoration:none;
  padding:0.72rem 1.4rem;border-radius:2px;font-size:0.97rem;margin-top:0.5rem;
}
.cta:hover{background:var(--ink);color:#fff}

footer.site{border-top:1px solid var(--line);background:var(--panel);padding:2.2rem 0;font-size:0.86rem;color:var(--muted)}
footer.site p{max-width:52rem;margin-bottom:0.5rem}
footer.site a{color:var(--muted)}
.disclosure{font-size:0.82rem;line-height:1.6}

@media (max-width:640px){
  body{font-size:16px}
  .hero{padding:3rem 0 2.2rem}
  nav.site a{margin-left:1.1rem}
  th{width:auto;display:block;padding-bottom:0;border-bottom:0}
  td{display:block;padding-top:0.15rem}
  tr{display:block;border-bottom:1px solid var(--line);padding:0.5rem 0}
  th,td{border-bottom:0}
}
