body.jc-contact-page #Subheader{
  display:none !important;
}

body.jc-contact-page #Content{
  background:
    linear-gradient(180deg, #fff8f5 0%, #fff 300px),
    #fff;
}

body.jc-contact-page #Content .content_wrapper,
body.jc-contact-page #Content .section_wrapper{
  max-width:1180px;
  margin:0 auto;
}

body.jc-contact-page #Content .sections_group,
body.jc-contact-page #Content .entry-content,
body.jc-contact-page #Content .section.the_content,
body.jc-contact-page #Content .the_content_wrapper{
  width:100%;
}

body.jc-contact-page #Content .section.the_content .section_wrapper{
  padding:0 18px !important;
}

.jc-contact-shell{
  padding:clamp(26px, 4vw, 48px) 0 clamp(44px, 7vw, 78px);
}

.jc-contact-hero{
  max-width:640px;
  margin:0 auto clamp(22px, 3vw, 34px);
  text-align:center;
}

.jc-contact-kicker,
.jc-contact-form-head span,
.jc-contact-info-head span,
.jc-contact-method span{
  display:block;
  color:#a64559;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.35;
  text-transform:uppercase;
}

.jc-contact-hero h1{
  margin:7px 0 10px;
  color:#161616;
  font-family:Fraunces, Georgia, serif;
  font-size:clamp(25px, 3vw, 34px);
  font-weight:700;
  letter-spacing:0;
  line-height:1.14;
}

.jc-contact-hero p{
  max-width:560px;
  margin:0 auto;
  color:#4b4545;
  font-size:15px;
  line-height:1.6;
}

.jc-contact-layout{
  display:grid;
  grid-template-columns:minmax(240px, .58fr) minmax(0, 1.42fr);
  gap:18px;
  align-items:start;
}

.jc-contact-info,
.jc-contact-form-card{
  background:#fff;
  border:1px solid rgba(22,22,22,.1);
  border-radius:8px;
  box-shadow:0 18px 42px rgba(22,22,22,.07);
}

.jc-contact-info{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:22px;
  position:sticky;
  top:104px;
}

.jc-contact-info-head{
  padding:4px 0 10px;
}

.jc-contact-info-head strong{
  display:block;
  margin-top:6px;
  color:#171717;
  font-size:22px;
  line-height:1.2;
}

.jc-contact-method{
  display:block;
  padding:16px;
  color:inherit;
  background:#fffaf8;
  border:1px solid rgba(166,69,89,.12);
  border-radius:8px;
  text-decoration:none;
}

.jc-contact-method strong{
  display:block;
  margin-top:6px;
  color:#202020;
  font-size:15px;
  font-weight:650;
  line-height:1.45;
}

a.jc-contact-method:hover strong{
  color:#a64559;
}

.jc-contact-form-card{
  padding:clamp(22px, 3.5vw, 36px);
}

.jc-contact-form-head{
  margin-bottom:18px;
}

.jc-contact-form-head h2{
  margin:6px 0 0;
  color:#171717;
  font-family:Fraunces, Georgia, serif;
  font-size:clamp(24px, 2.4vw, 34px);
  letter-spacing:0;
  line-height:1.12;
}

.jc-contact-form-head p{
  max-width:560px;
  margin:8px 0 0;
  color:#5b5555;
  font-size:14px;
  line-height:1.55;
}

.jc-contact-notice{
  margin:0 0 20px;
  padding:14px 16px;
  border-radius:8px;
  font-weight:650;
  line-height:1.45;
}

.jc-contact-notice.is-success{
  color:#1f5d36;
  background:#edf8f0;
  border:1px solid rgba(47,111,78,.18);
}

.jc-contact-notice.is-error{
  color:#9a2736;
  background:#fff0f2;
  border:1px solid rgba(154,39,54,.18);
}

.jc-contact-form{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px 16px;
}

.jc-contact-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.jc-field{
  min-width:0;
}

.jc-field-wide{
  grid-column:1 / -1;
}

.jc-field label{
  display:block;
  margin:0 0 6px;
  color:#202020;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.jc-field label span{
  color:#a64559;
}

.jc-field label .jc-optional{
  color:#777;
  font-size:12px;
  font-weight:650;
  text-transform:none;
}

.jc-field input,
.jc-field select,
.jc-field textarea{
  width:100%;
  min-height:46px;
  margin:0;
  padding:11px 13px;
  color:#171717;
  background:#fffdfc;
  border:1px solid rgba(22,22,22,.16);
  border-radius:8px;
  box-shadow:none;
  font-size:15px;
  line-height:1.45;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.jc-field select{
  appearance:auto;
}

.jc-field textarea{
  min-height:150px;
  resize:vertical;
}

.jc-field input::placeholder,
.jc-field textarea::placeholder{
  color:#9a9292;
}

.jc-field input:focus,
.jc-field select:focus,
.jc-field textarea:focus{
  outline:0;
  background:#fffdfc;
  border-color:#a64559;
  box-shadow:0 0 0 3px rgba(166,69,89,.14);
}

.jc-contact-submit{
  grid-column:1 / -1;
  justify-self:end;
  min-height:48px;
  padding:0 26px;
  color:#fff;
  background:#171717;
  border:0;
  border-radius:8px;
  font-size:15px;
  font-weight:750;
  line-height:48px;
  cursor:pointer;
  transition:background-color .18s ease, transform .18s ease;
}

.jc-contact-submit:hover{
  background:#a64559;
  transform:translateY(-1px);
}

body.jc-contact-page .section-page-footer{
  display:none;
}

@media (max-width: 900px){
  .jc-contact-layout{
    grid-template-columns:1fr;
  }

  .jc-contact-info{
    position:static;
  }
}

@media (max-width: 640px){
  body.jc-contact-page #Content .section.the_content .section_wrapper{
    padding:0 14px !important;
  }

  .jc-contact-shell{
    padding-top:28px;
  }

  .jc-contact-layout{
    gap:16px;
  }

  .jc-contact-form{
    grid-template-columns:1fr;
  }

  .jc-contact-form-card,
  .jc-contact-info{
    padding:18px;
  }

  .jc-contact-submit{
    width:100%;
    justify-self:stretch;
  }
}
