/* Jolly Search Party form styling */
.jolly-wanted-form-stage {
  --jolly-ink: #171717;
  --jolly-paper: #fffdf9;
  --jolly-cream: #fff6ea;
  --jolly-pink: #f7c6d8;
  --jolly-red: #f33b30;
  --jolly-yellow: #ffd84d;
  --jolly-teal: #75dcc7;
  --jolly-blue: #8eb7e4;
  position: relative;
  padding: clamp(65px, 8vw, 120px) 24px;
  background: var(--jolly-pink);
  overflow: hidden;
}
.jolly-wanted-form-stage::before {
  content: "";
  position: absolute;
  top: -75px;
  right: 8%;
  width: 210px;
  height: 210px;
  background: var(--jolly-yellow);
  border: 4px solid var(--jolly-ink);
  border-radius: 50%;
}
.jolly-wanted-form-stage::after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: -35px;
  width: 210px;
  height: 210px;
  background: var(--jolly-blue);
  border: 4px solid var(--jolly-ink);
  border-radius: 50%;
}
.jolly-wanted-card-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 72px);
  background: var(--jolly-paper);
  border: 4px solid var(--jolly-ink);
  border-radius: 38px;
  box-shadow: 24px 24px 0 var(--jolly-red);
  transform: rotate(-0.35deg);
  box-sizing: border-box;
}
.jolly-wanted-card-shell::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -27px;
  left: 50%;
  width: 210px;
  height: 62px;
  background: rgba(255, 216, 77, 0.88);
  transform: translateX(-50%) rotate(1deg);
}
.jolly-wanted-form-head { margin-bottom: 38px; }
.jolly-wanted-form-head__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  padding-bottom: 18px;
  border-bottom: 4px dashed var(--jolly-ink);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.jolly-wanted-form-head__kicker {
  display: block;
  margin-bottom: 10px;
  color: #686868;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.jolly-wanted-form-head h2 {
  max-width: 780px;
  margin: 0 0 17px;
  color: var(--jolly-ink);
  font-family: "Fraunces", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.jolly-wanted-form-head p {
  max-width: 760px;
  margin: 0;
  color: var(--jolly-ink);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}
.jolly-wanted-form .elementor-field-group { margin-bottom: 24px; }
.jolly-wanted-form .elementor-field-label {
  margin-bottom: 9px !important;
  color: var(--jolly-ink) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}
.jolly-wanted-form input.elementor-field,
.jolly-wanted-form select.elementor-field,
.jolly-wanted-form textarea.elementor-field {
  width: 100%;
  min-height: 56px;
  padding: 14px 17px !important;
  color: var(--jolly-ink) !important;
  background: var(--jolly-cream) !important;
  border: 3px solid var(--jolly-ink) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.jolly-wanted-form textarea.elementor-field { min-height: 145px; resize: vertical; }
.jolly-wanted-form input.elementor-field:focus,
.jolly-wanted-form select.elementor-field:focus,
.jolly-wanted-form textarea.elementor-field:focus {
  outline: none !important;
  background: #fff !important;
  box-shadow: 5px 5px 0 var(--jolly-ink) !important;
  transform: translate(-2px, -2px);
}
.jolly-wanted-form input::placeholder,
.jolly-wanted-form textarea::placeholder { color: #777 !important; opacity: 1; }
.jolly-wanted-form .elementor-field-description {
  display: block;
  margin-top: 7px;
  color: #5e5e5e;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}
.jolly-wanted-form .elementor-field-group-clues .elementor-field-subgroup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
.jolly-wanted-form .elementor-field-group-clues .elementor-field-option {
  position: relative;
  width: 100%;
}
.jolly-wanted-form .elementor-field-group-clues .elementor-field-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.jolly-wanted-form .elementor-field-group-clues .elementor-field-option label {
  display: flex;
  align-items: center;
  min-height: 54px;
  width: 100%;
  padding: 12px 15px;
  color: var(--jolly-ink);
  background: var(--jolly-cream);
  border: 3px solid var(--jolly-ink);
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.jolly-wanted-form .elementor-field-group-clues .elementor-field-option label:hover { background: var(--jolly-yellow); }
.jolly-wanted-form .elementor-field-group-clues .elementor-field-option:has(input:checked) label {
  background: var(--jolly-teal);
  box-shadow: 4px 4px 0 var(--jolly-ink);
  transform: translate(-2px, -2px);
}
.jolly-wanted-form .elementor-field-type-checkbox:not(.elementor-field-group-clues) .elementor-field-option,
.jolly-wanted-form .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.jolly-wanted-form .elementor-field-type-checkbox:not(.elementor-field-group-clues) input,
.jolly-wanted-form .elementor-field-type-acceptance input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--jolly-red);
}
.jolly-wanted-form .elementor-field-group-newsletter_optin {
  margin: 8px 0 26px;
  padding: 18px 20px;
  background: var(--jolly-pink);
  border: 3px solid var(--jolly-ink);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--jolly-ink);
  transform: rotate(-0.3deg);
}
.jolly-wanted-form input[type="file"] { padding: 13px !important; background: var(--jolly-yellow) !important; }
.jolly-wanted-form input[type="file"]::file-selector-button {
  margin-right: 13px;
  padding: 10px 14px;
  color: var(--jolly-ink);
  background: var(--jolly-paper);
  border: 2px solid var(--jolly-ink);
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  cursor: pointer;
}
.jolly-wanted-form .elementor-button {
  width: 100%;
  min-height: 62px;
  padding: 16px 25px !important;
  color: #fff !important;
  background: var(--jolly-red) !important;
  border: 3px solid var(--jolly-ink) !important;
  border-radius: 999px !important;
  box-shadow: 7px 7px 0 var(--jolly-ink) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.jolly-wanted-form .elementor-button:hover {
  color: var(--jolly-ink) !important;
  background: var(--jolly-yellow) !important;
  box-shadow: 9px 9px 0 var(--jolly-ink) !important;
  transform: translate(-2px, -2px);
}
.jolly-wanted-form .elementor-message {
  margin-top: 22px;
  padding: 16px 18px;
  color: var(--jolly-ink);
  background: var(--jolly-teal);
  border: 3px solid var(--jolly-ink);
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.jolly-search-party-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  color: #171717;
  background: #ffd84d;
  border: 3px solid #171717;
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}
@media (max-width: 767px) {
  .jolly-wanted-form-stage { padding: 55px 17px 70px; }
  .jolly-wanted-card-shell {
    padding: 42px 21px 35px;
    border-radius: 25px;
    box-shadow: 10px 10px 0 var(--jolly-red);
    transform: none;
  }
  .jolly-wanted-card-shell::before { width: 135px; height: 43px; top: -21px; }
  .jolly-wanted-form-head__top { font-size: 11px; }
  .jolly-wanted-form-head h2 { font-size: 43px; }
  .jolly-wanted-form-head p { font-size: 15px; }
  .jolly-wanted-form .elementor-field-group-clues .elementor-field-subgroup { grid-template-columns: 1fr; }
}
