.st-hero{
  min-height:86vh;
  position:relative;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#0b3d30;
  color:#fff;
  padding:150px 44px 72px;
}
.st-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.st-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,30,25,.86) 0%, rgba(8,30,25,.72) 32%, rgba(8,30,25,.26) 62%, rgba(8,30,25,.1) 100%),
    linear-gradient(180deg, rgba(8,30,25,.2) 0%, rgba(8,30,25,.82) 100%);
}
.st-hero-inner{
  position:relative;
  z-index:1;
  width:min(760px, 100%);
  max-width:100%;
  min-width:0;
}
.st-hero .crumbs{
  display:flex;
  gap:10px;
  margin-bottom:30px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.66);
}
.st-kicker{
  margin-bottom:22px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#f1c2a7;
}
.st-hero h1{
  font-family:"Montserrat",sans-serif;
  font-size:78px;
  line-height:.95;
  font-weight:800;
  letter-spacing:0;
  max-width:720px;
  overflow-wrap:break-word;
}
.st-lede{
  margin-top:28px;
  max-width:650px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.82);
}
.st-hero-actions{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.st-hero .btn-ghost{
  color:#fff;
  border-color:rgba(255,255,255,.36);
}
.st-hero .btn-ghost:hover{
  background:#fff;
  color:var(--green-900);
  border-color:#fff;
}

.st-proof{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--rule-light);
  background:#fff;
}
.st-proof-item{
  min-height:210px;
  padding:34px 32px;
  border-right:1px solid var(--rule-light);
}
.st-proof-item:last-child{border-right:none}
.st-proof-item span{
  display:block;
  margin-bottom:26px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--accent);
}
.st-proof-item strong{
  display:block;
  margin-bottom:12px;
  font-size:20px;
  line-height:1.2;
  color:var(--green-900);
}
.st-proof-item p{
  font-size:14px;
  line-height:1.6;
  color:var(--ink-60);
}

.st-section{
  padding:120px 44px;
  background:#fff;
}
.st-intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:start;
}
.st-intro h2,
.st-section-head h2,
.st-method-copy h2,
.st-commitments h2,
.st-form-copy h2{
  margin-top:24px;
  font-family:"Montserrat",sans-serif;
  font-size:54px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:0;
  color:var(--green-900);
}
.st-text{
  font-size:18px;
  line-height:1.75;
  color:var(--ink-60);
}
.st-text + .st-text{margin-top:24px}

.st-lots-band{
  background:#f7faf8;
  border-top:1px solid var(--rule-light);
  border-bottom:1px solid var(--rule-light);
}
.st-section-head{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:70px;
  align-items:end;
  margin-bottom:54px;
}
.st-section-head p{
  color:var(--ink-60);
  line-height:1.7;
  font-size:17px;
}
.st-lots{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.st-lot-card{
  min-height:300px;
  padding:28px;
  border:1px solid var(--rule-light);
  border-radius:8px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.st-lot-card:hover{
  transform:translateY(-4px);
  border-color:rgba(11,61,48,.22);
  box-shadow:0 24px 42px -34px rgba(12,26,22,.42);
}
.st-lot-card span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent);
}
.st-lot-card h3{
  margin-top:auto;
  margin-bottom:18px;
  font-size:24px;
  line-height:1.15;
  color:var(--green-900);
}
.st-lot-card p{
  font-size:14px;
  line-height:1.65;
  color:var(--ink-60);
}

.st-method{
  background:#fff;
}
.st-method-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:80px;
  align-items:center;
}
.st-method-media{
  aspect-ratio:1/1;
  border-radius:8px;
}
.st-method-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.st-steps{
  margin-top:46px;
  border-top:1px solid var(--rule);
}
.st-step{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:24px;
  padding:26px 0;
  border-bottom:1px solid var(--rule);
}
.st-step span{
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  color:var(--accent);
}
.st-step strong{
  display:block;
  margin-bottom:7px;
  font-size:19px;
  color:var(--green-900);
}
.st-step p{
  color:var(--ink-60);
  line-height:1.55;
}

.st-commitments{
  background:var(--green-900);
  color:#fff;
}
.st-commitments .eyebrow{
  color:#f1c2a7;
}
.st-commitments .eyebrow::before{
  background:#f1c2a7;
}
.st-commitments h2{
  color:#fff;
  max-width:680px;
}
.st-commitments-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start;
}
.st-commitment-list{
  border-top:1px solid rgba(255,255,255,.16);
}
.st-commitment-list p{
  padding:24px 0;
  border-bottom:1px solid rgba(255,255,255,.16);
  font-size:18px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}

.st-form-section{
  padding:130px 44px;
  background:#fff;
}
.st-form-grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
  align-items:start;
}
.st-form-copy{
  position:sticky;
  top:130px;
}
.st-form-copy p{
  margin-top:28px;
  color:var(--ink-60);
  line-height:1.75;
  font-size:17px;
}
.st-form-contact{
  margin-top:36px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.st-form-contact a{
  color:var(--green-900);
  font-weight:700;
}
.st-form{
  padding:42px;
  border:1px solid var(--rule-light);
  border-radius:8px;
  background:#fff;
  box-shadow:0 28px 70px -58px rgba(12,26,22,.5);
}
.st-field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.st-field{
  margin-bottom:28px;
}
.st-field label,
.st-fieldset legend{
  display:block;
  margin-bottom:10px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--ink-60);
}
.st-field input,
.st-field textarea,
.st-field select{
  width:100%;
  min-height:52px;
  padding:12px 0;
  border:none;
  border-bottom:1px solid var(--rule);
  border-radius:0;
  background:transparent;
  color:var(--ink);
  font-family:"Montserrat",sans-serif;
  font-size:17px;
  outline:none;
  transition:border-color .2s;
}
.st-field select{
  cursor:pointer;
}
.st-field input:focus,
.st-field textarea:focus,
.st-field select:focus{
  border-bottom-color:var(--green-800);
}
.st-field textarea{
  min-height:135px;
  resize:vertical;
}
.st-fieldset{
  padding:0;
  border:none;
}
.st-checks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.st-checks label{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid var(--rule-light);
  border-radius:8px;
  color:var(--ink);
  font-size:14px;
  cursor:pointer;
  transition:border-color .2s, background .2s;
}
.st-checks label:hover{
  border-color:rgba(11,61,48,.25);
  background:#f7faf8;
}
.st-checks input{
  width:16px;
  height:16px;
  accent-color:var(--green-800);
}
.st-form-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:26px;
  border-top:1px solid var(--rule);
}
.st-form-footer p{
  max-width:360px;
  color:var(--ink-60);
  line-height:1.5;
  font-size:13px;
}
.st-status{
  min-height:22px;
  margin-top:18px;
  text-align:right;
  font-size:14px;
  font-weight:700;
  color:var(--green-900);
}

@media (max-width:1100px){
  .st-hero h1{font-size:64px}
  .st-lots{grid-template-columns:repeat(2,1fr)}
  .st-proof{grid-template-columns:repeat(2,1fr)}
  .st-proof-item:nth-child(2){border-right:none}
  .st-section-head,
  .st-method-grid,
  .st-commitments-inner,
  .st-form-grid{
    grid-template-columns:1fr;
  }
  .st-form-copy{position:static}
}

@media (max-width:900px){
  .st-hero{
    min-height:82vh;
    padding:126px 24px 56px;
  }
  .st-hero-img{object-position:64% center}
  .st-hero-shade{
    background:
      linear-gradient(90deg, rgba(8,30,25,.9) 0%, rgba(8,30,25,.72) 60%, rgba(8,30,25,.26) 100%),
      linear-gradient(180deg, rgba(8,30,25,.18) 0%, rgba(8,30,25,.9) 100%);
  }
  .st-hero .crumbs{margin-bottom:24px;font-size:10px}
  .st-hero h1{font-size:48px;line-height:1}
  .st-lede{font-size:16px;line-height:1.6}
  .st-hero-actions{align-items:stretch}
  .st-hero-actions .btn{width:100%;justify-content:space-between}

  .st-section,
  .st-form-section{
    padding:78px 20px;
  }
  .st-intro-grid{grid-template-columns:1fr;gap:34px}
  .st-intro h2,
  .st-section-head h2,
  .st-method-copy h2,
  .st-commitments h2,
  .st-form-copy h2{
    font-size:36px;
    line-height:1.08;
  }
  .st-section-head{gap:22px;margin-bottom:34px}
  .st-text{font-size:16px}
  .st-proof{grid-template-columns:1fr}
  .st-proof-item{
    min-height:0;
    padding:28px 24px;
    border-right:none;
    border-bottom:1px solid var(--rule-light);
  }
  .st-proof-item:last-child{border-bottom:none}
  .st-lots{grid-template-columns:1fr}
  .st-lot-card{min-height:230px}
  .st-method-grid{gap:42px}
  .st-step{grid-template-columns:42px 1fr;gap:18px}
  .st-commitments-inner{gap:38px}
  .st-commitment-list p{font-size:16px}
  .st-form{padding:28px 22px}
  .st-field-row{grid-template-columns:1fr;gap:0}
  .st-checks{grid-template-columns:1fr}
  .st-form-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .st-form-footer .btn{
    justify-content:space-between;
  }
  .st-status{text-align:left}
}

@media (max-width:520px){
  .st-hero h1{font-size:42px}
  .st-kicker{font-size:10px}
  .st-form-contact{font-size:14px}
}
