/* v446: open editorial treatment for the home footer email signup. */
.footer-email-signup{
  position:relative;
  width:min(1120px,calc(100% - 56px));
  margin:34px auto 30px;
  padding:44px 0 40px;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  grid-template-columns:minmax(270px,.9fr) minmax(390px,1.1fr);
  gap:clamp(40px,7vw,92px);
}
.footer-email-signup::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(239,200,108,.72),transparent);
}
.footer-email-copy .kicker{margin-bottom:12px}
.footer-email-copy h2{
  max-width:10ch;
  margin-bottom:12px;
  font-size:clamp(2.25rem,4vw,3.8rem);
  line-height:.98;
  letter-spacing:-.035em;
}
.footer-email-copy>p:last-child{max-width:390px;font-size:.95rem}
.footer-email-form-wrap label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
.footer-email-fields input{
  min-height:54px;
  padding:0 4px;
  border:0;
  border-bottom:1px solid rgba(239,200,108,.55);
  border-radius:0;
  background:transparent;
}
.footer-email-fields input:focus{outline:0;border-bottom-color:#ffe28e;box-shadow:0 8px 18px -14px rgba(255,226,142,.9)}
.footer-email-fields .button{min-height:48px;padding-inline:22px}
@media(max-width:780px){
  .footer-email-signup{
    width:calc(100% - 38px);
    margin-top:28px;
    padding:36px 0 32px;
    gap:26px;
  }
  .footer-email-copy h2{max-width:none}
}
