/* Homepage hero crop and stronger, easier-to-scan name entry. */
#home .visual{
  height:min(112vw,538px);
  overflow:hidden;
}
#home .visual img{
  width:100%;
  height:100%;
  margin:0;
  object-fit:cover;
  object-position:top center;
}
#home .match-form{
  top:min(128vw,614px);
  padding:0 16px 16px;
  border-radius:20px;
  box-shadow:0 12px 30px rgba(132,35,68,.24);
}
#home .match-form h2{
  width:72%;
  margin-bottom:12px;
  padding:10px 5px;
  font-size:17px;
  letter-spacing:.04em;
}
#home .name-row{
  grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);
  gap:9px;
}
#home .match-form label{
  height:94px;
  border-width:1.5px;
  border-radius:14px;
  box-shadow:0 3px 10px rgba(63,105,178,.08);
}
#home .match-form label:nth-of-type(1){box-shadow:0 3px 10px rgba(209,63,105,.08)}
#home .match-form label span{
  padding:8px 3px;
  font-size:15px;
  font-weight:800;
}
#home .match-form input{
  height:57px;
  padding:0 4px;
  color:#343238;
  font-size:17px!important;
  font-weight:650;
}
#home .match-form input::placeholder{color:#858087;opacity:1;font-weight:600}
#home .heart-link{width:40px;height:40px;font-size:17px}
#home .privacy{margin:9px 0 8px;color:#857b80;font-size:12px}
#home .match-form button{
  height:52px;
  min-height:52px;
  font-size:19px;
  letter-spacing:.02em;
  box-shadow:0 8px 19px rgba(226,68,93,.3);
}
#home .delivery-strip{
  margin-top:min(82vw,325px);
  margin-bottom:16px;
}
@media(max-width:390px){
  #home .visual{height:112vw}
  #home .match-form{top:128vw;padding-left:12px;padding-right:12px}
  #home .match-form h2{width:74%;font-size:16px}
  #home .name-row{grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);gap:6px}
  #home .match-form label{height:90px}
  #home .match-form label span{font-size:14px}
  #home .match-form input{height:54px;font-size:16px!important}
  #home .heart-link{width:36px;height:36px}
  #home .delivery-strip{margin-top:82vw}
}
