.shop-contact-page{
  background:var(--shop-paper);
  color:var(--shop-ink);
  min-height:60vh;
}
.shop-contact-head{padding:56px 0 8px}
.shop-contact-kicker,.shop-contact-panel-kicker{
  color:var(--shop-blue);
  font-family:'IBM Plex Mono',monospace;
  font-size:11px;
  letter-spacing:.16em;
  line-height:1.4;
  text-transform:uppercase;
}
.shop-contact-kicker{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.shop-contact-kicker::before{content:"";width:26px;height:1px;background:currentColor}
.shop-contact-head h1{
  margin:0;
  font-family:'Fraunces',serif;
  font-size:clamp(36px,4vw,52px);
  font-weight:400;
  line-height:1.05;
}
.shop-contact-head p{max-width:560px;margin:13px 0 0;color:#625f57;font-size:14.5px;line-height:1.65}
.shop-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);
  align-items:start;
  gap:36px;
  padding:44px 0 110px;
}
.shop-contact-panel{
  background:#fff;
  border:1px solid var(--shop-line);
  border-radius:28px;
  padding:40px;
  box-shadow:0 1px 2px rgba(16,20,31,.04),0 12px 30px rgba(16,20,31,.05);
}
.shop-contact-panel-kicker{margin-bottom:10px;letter-spacing:.14em}
.shop-contact-panel h2{
  margin:0 0 30px;
  font-family:'Fraunces',serif;
  font-size:28px;
  font-weight:400;
  line-height:1.15;
}
.shop-contact-notice{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:20px;
  border-radius:16px;
  padding:16px 20px;
  font-size:13.5px;
  font-weight:600;
  line-height:1.5;
}
.shop-contact-notice--success{background:#e8f4ee;color:#237a57}
.shop-contact-notice--error{background:#f8e9e6;color:#8e3028}
.shop-contact-notice svg{flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.shop-contact-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.shop-contact-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.shop-contact-field label{font-size:13px;font-weight:700}
.shop-contact-field input,.shop-contact-field textarea{
  width:100%;
  border:1.5px solid rgba(16,20,31,.24);
  border-radius:14px;
  background:var(--shop-paper);
  color:var(--shop-ink);
  padding:14px 18px;
  font:inherit;
  font-size:14px;
  line-height:1.5;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.shop-contact-field textarea{min-height:138px;resize:vertical}
.shop-contact-field input::placeholder,.shop-contact-field textarea::placeholder{color:#817d74;opacity:1}
.shop-contact-field input:focus,.shop-contact-field textarea:focus{outline:none;border-color:var(--shop-blue);box-shadow:0 0 0 3px rgba(36,54,201,.1)}
.shop-contact-last-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}
.shop-contact-order-field{margin-bottom:0}
.shop-contact-order-field span{color:#625f57;font-size:11.5px}
.shop-contact-submit{
  min-height:50px;
  margin-top:30px;
  border:0;
  border-radius:999px;
  background:var(--shop-blue);
  color:#fff;
  padding:0 26px;
  font:700 11.5px/1 'Manrope',sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}
.shop-contact-submit:hover,.shop-contact-submit:focus-visible{background:#1b2794;transform:translateY(-1px)}
.shop-contact-submit:focus-visible{outline:2px solid var(--shop-ink);outline-offset:3px}
.shop-contact-note{margin:18px 0 0;color:#625f57;font-size:12px;line-height:1.55;text-align:center}
.shop-contact-note a{text-decoration:underline;text-underline-offset:2px}
.shop-contact-photo{width:100%;aspect-ratio:1/1;margin:0;border-radius:28px;overflow:hidden;background:#121827}
.shop-contact-photo img{display:block;width:100%;height:100%;margin:0;object-fit:cover}
.shop-contact-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:900px){
  .shop-contact-grid{grid-template-columns:1fr;gap:28px}
  .shop-contact-photo{max-width:680px;margin:0 auto}
}
@media(max-width:620px){
  .shop-contact-head{padding:42px 0 4px}
  .shop-contact-grid{padding:30px 0 72px}
  .shop-contact-panel{border-radius:20px;padding:26px 20px}
  .shop-contact-panel h2{font-size:25px;margin-bottom:24px}
  .shop-contact-field-grid,.shop-contact-last-row{grid-template-columns:1fr;gap:0}
  .shop-contact-field input,.shop-contact-field textarea{font-size:16px}
  .shop-contact-submit{width:100%;margin-top:12px}
  .shop-contact-photo{border-radius:20px}
}
