@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root{
  --green:#007527;
  --orange:#d8673d;
  --black:#000000;
  --text:#3a3a3a;
  --bg:#f5f8f6;
  --white:#ffffff;
  --maxw:1100px;
}
*{box-sizing:border-box}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  line-height:1.7;
}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--orange)}
img{max-width:100%;display:block}

header.site{
  background:var(--white);
  padding:16px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  position:sticky;
  top:0;
  z-index:10;
  border-bottom:1px solid #eee;
}
header.site .brand-wrap{display:flex;align-items:center;gap:12px}
header.site .brand-wrap img{height:46px;width:auto}
header.site .brand-text .name{font-weight:700;font-size:1.25em;color:var(--black)}
header.site .brand-text .tagline{font-size:.78em;color:#777;margin-top:2px}
header.site nav a{margin-left:24px;color:var(--black);font-weight:500;font-size:.95em}

.hero{
  position:relative;
  min-height:80vh;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:60px 24px 90px;
}
.hero::before{content:"";position:absolute;inset:0;background:rgba(20,22,20,.55)}
.hero-inner{position:relative;max-width:760px}
.hero h1{font-size:2.8em;font-weight:800;color:var(--white);margin:0 0 32px;line-height:1.2}
.wave{
  position:relative;
  margin-top:-40px;
}
.wave svg{display:block;width:100%;height:60px}

.btn{
  display:inline-block;
  background:var(--green);
  color:var(--white);
  font-weight:600;
  padding:14px 34px;
  border-radius:50px;
  font-size:.95em;
  border:none;
  cursor:pointer;
}
.btn:hover{background:var(--orange);color:var(--white)}

main{max-width:var(--maxw);margin:0 auto;padding:0 24px}

.team-row{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:60px;
  align-items:center;
  padding:70px 0;
}
.team-row.reverse{grid-template-columns:1fr 340px}
.team-row.reverse .team-photo{order:2}
.team-row.reverse .team-copy{order:1}
.team-photo img{width:100%;height:auto}
.team-copy .eyebrow{font-weight:600;color:var(--black);margin-bottom:6px}
.team-copy h2{font-size:2.2em;font-weight:700;color:var(--green);margin:0 0 14px}
.team-copy .rule{width:44px;height:2px;background:var(--black);margin-bottom:20px}
.team-copy p{margin:0 0 24px}
@media (max-width:720px){
  .team-row, .team-row.reverse{grid-template-columns:1fr;text-align:left}
  .team-row.reverse .team-photo{order:1}
  .team-row.reverse .team-copy{order:2}
  .team-photo img{max-width:320px;margin:0 auto}
}

.section{padding:70px 24px}
.section-inner{max-width:var(--maxw);margin:0 auto}
.center{text-align:center}
h2.section-title{font-size:2em;font-weight:700;color:var(--black);margin:0 0 14px}
.rule-center{width:44px;height:2px;background:var(--black);margin:0 auto 28px}
.lede{max-width:680px;margin:0 auto 50px;color:var(--text)}

.features{
  background:linear-gradient(160deg,var(--bg) 55%,var(--white) 55%);
  margin:0 -24px;
  padding:70px 24px;
}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center;max-width:var(--maxw);margin:0 auto}
.feature-grid img{width:56px;height:56px;margin:0 auto 16px}
.feature-grid h3{font-size:1.4em;color:var(--black);margin:0 0 14px}
.feature-grid p{margin:0 0 18px}
.feature-grid .bullets{color:var(--text);font-size:.95em}
.feature-grid .bullets div{margin-bottom:4px}
@media (max-width:820px){.feature-grid{grid-template-columns:1fr}}

.waitlist{padding:70px 24px}
.waitlist-inner{max-width:760px}
.waitlist h2{font-size:1.8em;margin:0 0 8px}
.waitlist .join{font-weight:700;margin:0 0 6px}
.waitlist h3{font-size:1.2em;margin:18px 0 6px}
.waitlist .tag{margin:0 0 30px}
.waitlist form{display:grid;gap:18px;max-width:520px}
.waitlist label{display:block;font-weight:600;color:var(--black);margin-bottom:6px;font-size:.92em}
.waitlist .req{color:#c0392b}
.name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.waitlist input[type=text],.waitlist input[type=email],.waitlist textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #d7ded9;
  border-radius:4px;
  font-family:inherit;
  font-size:.95em;
  background:var(--white);
}
.waitlist textarea{min-height:110px;resize:vertical}
.waitlist .hint{font-size:.8em;color:#888;margin-top:4px}

.work-with{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  padding:70px 24px;
  max-width:var(--maxw);
  margin:0 auto;
}
.work-with h2{font-size:2em;font-weight:700;color:var(--black);margin:0 0 16px}
.work-with img{width:100%;border-radius:4px}
@media (max-width:760px){.work-with{grid-template-columns:1fr}}

footer.site{
  background:#000;
  color:#cfcfcf;
  padding:56px 24px 30px;
}
footer.site .footer-inner{max-width:var(--maxw);margin:0 auto}
footer.site h2{color:var(--white);font-size:1.6em;margin:0 0 20px}
footer.site h3{color:var(--white);font-size:1.05em;margin:0 0 10px}
footer.site p{color:#b9b9b9;max-width:560px;margin:0 0 18px}
footer.site .copyright{
  border-top:1px solid #2a2a2a;
  margin-top:36px;
  padding-top:20px;
  font-size:.85em;
  color:#8a8a8a;
}
