.gj-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 20px;
}

.gj-search-box input,
.gj-contact-form input,
.gj-contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(243, 203, 214, 0.8);
  background: rgba(255, 255, 255, 0.96);
}

.gj-search-results {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.gj-contact-form label {
  display: grid;
  gap: 8px;
}

.gj-shindan-modal-page {
  padding: 24px 0 48px;
}

.gj-shindan-modal {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.92fr);
  gap: 0;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 252, 253, 0.98), rgba(255, 241, 245, 0.95));
  border: 1px solid rgba(243, 203, 214, 0.94);
  box-shadow: 0 32px 70px rgba(233, 78, 131, 0.14);
}

.gj-shindan-modal__visual {
  min-height: 760px;
  background: rgba(255, 255, 255, 0.65);
}

.gj-shindan-modal__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gj-shindan-modal__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 48px 40px;
}

.gj-shindan-modal__copy h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.25;
  color: var(--gj-purple);
}
