.mpb-gate {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto 2.5rem;
  border: 1px solid var(--line, #e4d8c6);
  border-radius: 28px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 22px 50px rgba(42, 33, 24, 0.08);
}
.mpb-gate-visual {
  position: relative;
  min-height: 560px;
  background: #1b1714;
}
.mpb-gate-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}
.mpb-gate-visual-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.4rem 1.6rem;
  background: linear-gradient(180deg, transparent, rgba(27, 23, 20, 0.92));
  color: #f6f1e8;
}
.mpb-gate-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  margin: 0.2rem 0 0.4rem;
}
.mpb-gate-panel {
  padding: 2rem 1.6rem 1.8rem;
}
.mpb-gate-panel h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0.35rem 0 0.8rem;
  color: #1b1714;
}
.mpb-gate-panel .lede { color: #2a2118; font-size: 1.05rem; line-height: 1.55; }
.mpb-gate-panel .body { color: #6b6258; font-size: 0.95rem; line-height: 1.6; }
.mpb-gate-form { display: grid; gap: 0.85rem; margin-top: 1.2rem; }
.mpb-gate-form label { display: grid; gap: 0.35rem; font-size: 0.9rem; font-weight: 600; color: #2a2118; }
.mpb-gate-form input[type="text"],
.mpb-gate-form input[type="email"] {
  border: 1px solid #e4d8c6;
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  background: #fff;
  color: #1b1714;
}
.mpb-check {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 0.7rem !important;
  align-items: start;
  font-weight: 500 !important;
}
.mpb-check input { margin-top: 0.2rem; }
.mpb-privacy { font-size: 0.82rem; color: #6b6258; line-height: 1.5; margin: 0; }
.mpb-privacy a { color: #9a7a32; font-weight: 700; }
.mpb-note { font-size: 0.8rem; color: #6b6258; margin: 0.4rem 0 0; }
.mpb-gate-error { color: #a33; font-weight: 600; margin: 0; }
.mpb-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 900px) {
  .mpb-gate { grid-template-columns: 1fr; }
  .mpb-gate-visual { min-height: 280px; }
}
