.partner-spotlight {
  overflow: hidden;
}

.partner-spotlight__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.partner-spotlight__content {
  min-width: 0;
}

.partner-spotlight__badge {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #10213d, #1769ff);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 18px 40px rgba(16, 33, 61, .2);
}

.partner-spotlight__actions,
.photo-booth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}

.photo-booth-hero {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 210, 63, .34), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(27, 191, 131, .25), transparent 30%),
    linear-gradient(145deg, #eef6ff 0%, #ffffff 48%, #f7f1ff 100%);
  border-bottom: 1px solid var(--line);
}

.photo-booth-hero__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.photo-booth-hero h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 8vw, 5.4rem);
}

.photo-booth-hero .lead {
  max-width: 760px;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
}

.photo-booth-partner-card,
.photo-booth-form-card,
.photo-booth-option-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.photo-booth-partner-card {
  padding: clamp(1.35rem, 4vw, 2rem);
  border-top: 6px solid var(--blue);
}

.photo-booth-partner-card__icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: var(--soft-yellow);
  font-size: 1.65rem;
}

.photo-booth-partner-card ol {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  color: var(--ink);
  font-weight: 750;
}

.photo-booth-partner-card li + li {
  margin-top: .55rem;
}

.photo-booth-separate-note,
.photo-booth-expectation {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 12px;
  background: var(--soft-blue);
  color: var(--ink);
}

.photo-booth-option-grid {
  display: grid;
  gap: 1rem;
}

.photo-booth-option-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(16, 33, 61, .09);
}

.photo-booth-option-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--soft-blue), #f7f1ff);
  font-size: 1.5rem;
}

.photo-booth-option-card p {
  flex: 1;
}

.photo-booth-option-card a,
.photo-booth-site-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1rem;
  color: var(--blue-dark);
  font-weight: 900;
}

.photo-booth-request-band {
  background: #f4f8fd;
}

.photo-booth-request-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.photo-booth-request-intro {
  min-width: 0;
}

.photo-booth-form-card {
  padding: clamp(1rem, 3vw, 1.75rem);
}

.photo-booth-form-grid {
  display: grid;
  gap: 1rem;
}

.photo-booth-request-form label,
.photo-booth-equipment-fieldset legend {
  min-width: 0;
  color: var(--ink);
  font-weight: 850;
}

.photo-booth-request-form input,
.photo-booth-request-form select,
.photo-booth-request-form textarea {
  width: 100%;
  max-width: 100%;
  margin-top: .4rem;
  padding: .78rem .85rem;
  border: 1px solid #b9c7d8;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

.photo-booth-request-form input:focus,
.photo-booth-request-form select:focus,
.photo-booth-request-form textarea:focus {
  outline: 3px solid rgba(23, 105, 255, .18);
  border-color: var(--blue);
}

.photo-booth-equipment-fieldset {
  min-width: 0;
  margin: 1.35rem 0;
  padding: 0;
  border: 0;
}

.photo-booth-equipment-fieldset > p {
  margin-top: .2rem;
}

.photo-booth-equipment-choices {
  display: grid;
  gap: .75rem;
  margin-top: .85rem;
}

.photo-booth-equipment-choices label {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: .95rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.photo-booth-equipment-choices label:has(input:checked) {
  border-color: var(--blue);
  background: var(--soft-blue);
  box-shadow: 0 0 0 2px rgba(23, 105, 255, .12);
}

.photo-booth-equipment-choices input,
.photo-booth-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: .1rem 0 0;
}

.photo-booth-equipment-choices span {
  min-width: 0;
}

.photo-booth-equipment-choices strong,
.photo-booth-equipment-choices small {
  display: block;
  overflow-wrap: anywhere;
}

.photo-booth-equipment-choices small {
  margin-top: .2rem;
  color: var(--muted);
  font-weight: 600;
}

.photo-booth-notes {
  display: block;
}

.photo-booth-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.photo-booth-consent {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-top: 1.15rem;
}

.photo-booth-request-form .form-actions,
.photo-booth-request-success .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}

.photo-booth-request-form .form-status {
  min-height: 1.6em;
  font-weight: 750;
}

.photo-booth-request-form .form-status.is-error {
  color: #a6162b;
}

.photo-booth-request-form .form-status.is-success {
  color: #08724f;
}

.photo-booth-request-success {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 14px;
  background: var(--soft-green);
  border: 1px solid #a9e2cb;
}

.photo-booth-request-success > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 950;
}

@media (min-width: 720px) {
  .partner-spotlight__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .photo-booth-option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .photo-booth-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-booth-form-wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 960px) {
  .photo-booth-hero__inner {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
  }

  .photo-booth-request-layout {
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  }

  .photo-booth-request-intro {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 560px) {
  .photo-booth-actions .btn,
  .partner-spotlight__actions .btn,
  .photo-booth-request-form .form-actions .btn,
  .photo-booth-request-success .form-actions .btn {
    width: 100%;
  }

  .photo-booth-form-card {
    border-radius: 14px;
  }
}
