
:root{
  --ac-green:#132c22;
  --ac-green-soft:#496b4a;
  --ac-ivory:#fbf9f3;
  --ac-paper:#f4efe5;
  --ac-ink:#3e3832;
  --ac-border:#d9d1c5;
  --ac-gold:#e1c48a;
}
.astree-contact{
  width:100%;
  background:var(--ac-ivory);
  color:var(--ac-ink);
  font-family:"EB Garamond",Garamond,Georgia,serif;
}
.astree-contact *{box-sizing:border-box}
.astree-contact-intro{
  display:grid;
  grid-template-columns:minmax(330px,.9fr) minmax(420px,1.3fr);
  gap:56px;
  align-items:center;
  max-width:1180px;
  margin:0 auto;
  padding:88px 5% 78px;
}
.astree-contact-copy h1{
  margin:0 0 40px;
  font:500 clamp(64px,7vw,104px)/.86 "Cormorant Garamond",Garamond,Georgia,serif;
  letter-spacing:-.025em;
}
.astree-contact-copy>p{
  max-width:460px;
  margin:0;
  font:500 34px/1.14 "Cormorant Garamond",Garamond,Georgia,serif;
}
.astree-contact-socials{
  display:flex;
  gap:26px;
  margin-top:52px;
}
.astree-contact-socials:empty{display:none}
.astree-contact-socials a{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border:1px solid var(--ac-border);
  border-radius:6px;
  color:#fff;
  text-decoration:none;
  font:600 22px/1 Arial,sans-serif;
}
.astree-contact-photo{
  margin:0;
}
.astree-contact-photo img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:14px;
}
.astree-contact-form-section{
  padding:60px 5% 86px;
  background:var(--ac-green);
}
.astree-contact-form-wrap{
  max-width:900px;
  margin:0 auto;
}
.astree-contact-kicker{
  margin:0 0 6px;
  text-align:center;
  color:var(--ac-gold);
  font-size:14px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.astree-contact-form-wrap h2{
  margin:0 0 34px;
  text-align:center;
  color:#fff;
  font:500 46px/1.1 "Cormorant Garamond",Garamond,Georgia,serif;
}
.astree-contact-success,
.astree-contact-error{
  margin:0 0 24px;
  padding:16px 18px;
  border-radius:10px;
  background:rgba(255,255,255,.1);
  color:#fff;
  text-align:center;
}
.astree-contact-form{
  display:grid;
  gap:28px;
}
.astree-contact-form>label{
  display:grid;
  gap:10px;
  color:#f7f5ef;
  font:600 20px/1.2 Arial,sans-serif;
}
.astree-contact-form input,
.astree-contact-form textarea{
  width:100%;
  border:1px solid #c9bda8;
  border-radius:4px;
  background:#fffdf8;
  color:#27231f;
  font:18px/1.45 Arial,sans-serif;
}
.astree-contact-form input{
  min-height:64px;
  padding:14px 18px;
}
.astree-contact-form textarea{
  min-height:220px;
  padding:18px;
  resize:vertical;
}
.astree-contact-form input::placeholder,
.astree-contact-form textarea::placeholder{
  color:#b9afa0;
}
.astree-contact-submit-row{
  display:grid;
  grid-template-columns:1fr 210px;
  gap:0;
  align-items:end;
}
.astree-contact-captcha{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:14px;
  color:#fff;
  font:500 24px/1 Arial,sans-serif;
}
.astree-contact-captcha input{
  min-width:0;
}
.astree-contact-submit-row button{
  min-height:78px;
  border:0;
  border-radius:4px;
  background:var(--ac-gold);
  color:#182119;
  font:700 19px/1 Arial,sans-serif;
  letter-spacing:.04em;
  cursor:pointer;
}
.astree-contact-submit-row button:hover,
.astree-contact-submit-row button:focus{
  filter:brightness(.96);
}
.astree-contact-hp{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
@media(max-width:767px){
  .astree-contact-intro{
    display:block;
    padding:72px 4.5% 56px;
  }
  .astree-contact-copy h1{
    font-size:78px;
    line-height:.94;
    margin-bottom:48px;
  }
  .astree-contact-copy>p{
    font-size:41px;
    line-height:1.04;
  }
  .astree-contact-socials{
    margin-top:54px;
  }
  .astree-contact-photo{
    margin-top:44px;
  }
  .astree-contact-photo img{
    max-height:none;
    border-radius:12px;
  }
  .astree-contact-form-section{
    padding:38px 4.5% 46px;
  }
  .astree-contact-form-wrap h2{
    font-size:36px;
  }
  .astree-contact-form{
    gap:28px;
  }
  .astree-contact-form>label{
    font-size:18px;
  }
  .astree-contact-form input{
    min-height:108px;
  }
  .astree-contact-form textarea{
    min-height:330px;
  }
  .astree-contact-submit-row{
    grid-template-columns:1fr 216px;
    align-items:end;
  }
  .astree-contact-captcha{
    grid-template-columns:1fr;
    gap:10px;
    font-size:26px;
    text-align:right;
  }
  .astree-contact-captcha input{
    min-height:78px;
  }
  .astree-contact-submit-row button{
    min-height:180px;
    font-size:20px;
  }
}
@media(max-width:420px){
  .astree-contact-copy h1{font-size:64px}
  .astree-contact-copy>p{font-size:34px}
  .astree-contact-submit-row{grid-template-columns:1fr 42%}
}
