body.jmcc-photo-booth-standalone {
  min-height: 100vh;
  margin: 0;
  color: #f8f3e9;
  background:
    radial-gradient(850px 500px at 100% 0, rgba(227, 194, 122, 0.16), transparent 62%),
    radial-gradient(700px 520px at 0 100%, rgba(227, 194, 122, 0.1), transparent 62%),
    #0c2f27 !important;
}

.booth-page {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 78px) 0;
}

.booth-hero {
  max-width: 850px;
  margin: 0 auto clamp(38px, 6vw, 72px);
  text-align: center;
}

.booth-kicker,
.booth-session-heading p,
.booth-empty > p:first-of-type,
.booth-signoff p {
  margin: 0 0 10px;
  color: #e3c27a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.booth-hero h1 {
  margin: 0;
  color: #fffaf0;
  font-family: "Great Vibes", Georgia, serif;
  font-size: clamp(70px, 12vw, 140px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: none;
}

.booth-hero > p:not(.booth-kicker) {
  max-width: 660px;
  margin: 28px auto 0;
  color: rgba(248, 243, 233, 0.84);
  font-family: Georgia, serif;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.booth-hero > span {
  display: block;
  width: 76px;
  height: 1px;
  margin: 30px auto 0;
  background: #e3c27a;
}

.booth-gallery {
  display: grid;
  gap: 34px;
}

.booth-session,
.booth-empty {
  overflow: hidden;
  padding: clamp(24px, 5vw, 62px);
  color: #172d28;
  background: #f8f3e9;
  border: 1px solid rgba(227, 194, 122, 0.45);
  border-radius: 26px;
  box-shadow: 0 28px 68px rgba(5, 24, 20, 0.35);
}

.booth-empty h2 {
  margin: 0;
  color: #185043;
  font-family: Georgia, serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  text-transform: none;
}

.booth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 40px);
  padding-top: clamp(22px, 3vw, 32px);
  border-top: 1px solid rgba(184, 137, 60, 0.28);
}

.booth-action {
  min-width: 220px;
  padding: 13px 22px;
  color: #f8f3e9 !important;
  background: #185043;
  border: 1px solid #185043;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.booth-share {
  color: #185043 !important;
  background: transparent;
}

.booth-action:hover,
.booth-action:focus {
  color: #0c2f27 !important;
  background: #e3c27a;
  border-color: #e3c27a;
}

.booth-session-layout {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.booth-raws {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.booth-photo {
  position: relative;
  display: block;
  overflow: hidden;
  color: #f8f3e9;
  background: #143e35;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(12, 47, 39, 0.16);
  text-decoration: none;
}

.booth-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.booth-photo:hover img {
  transform: scale(1.025);
}

.booth-raw {
  aspect-ratio: 2 / 3;
}

.booth-raw span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(12, 47, 39, 0.76);
  border-radius: 99px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booth-print {
  padding: 36px 10px 10px;
  background: #fff;
  border: 1px solid rgba(184, 137, 60, 0.3);
  border-radius: 6px;
}

.booth-print img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.booth-print-label {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  display: block;
  color: #b8893c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.booth-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 20px 24px;
  color: #f8f3e9;
  border: 1px solid rgba(227, 194, 122, 0.32);
  border-radius: 14px;
}

.booth-pagination a {
  color: #e3c27a;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.booth-pagination a:last-child {
  text-align: right;
}

.booth-pagination strong {
  font-family: Georgia, serif;
  font-weight: 400;
}

.booth-empty {
  text-align: center;
}

.booth-empty-frames {
  display: grid;
  max-width: 790px;
  margin: 0 auto 44px;
  grid-template-columns: repeat(3, 1fr) 0.85fr;
  gap: 12px;
  align-items: center;
}

.booth-empty-frames div {
  display: grid;
  aspect-ratio: 3 / 4;
  place-items: center;
  color: rgba(227, 194, 122, 0.8);
  background: linear-gradient(145deg, #17493e, #0c2f27);
  border: 1px solid rgba(227, 194, 122, 0.35);
  border-radius: 13px;
  font-family: Georgia, serif;
  font-size: clamp(25px, 5vw, 55px);
}

.booth-empty-frames .booth-empty-print {
  aspect-ratio: 2 / 3;
  padding: 10px;
  color: #b8893c;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 13px 25px rgba(12, 47, 39, 0.14);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(2deg);
}

.booth-empty-copy {
  max-width: 540px;
  margin: 17px auto 0;
  color: #4c5f59;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
}

.booth-signoff {
  margin-top: 50px;
  text-align: center;
}

.booth-signoff strong {
  color: #f8f3e9;
  font-family: "Great Vibes", Georgia, serif;
  font-size: 55px;
  font-weight: 400;
}

.booth-lightbox {
  width: min(92vw, 1100px);
  max-width: none;
  height: min(90vh, 900px);
  max-height: none;
  padding: 20px;
  background: #0c2f27;
  border: 1px solid rgba(227, 194, 122, 0.5);
  border-radius: 18px;
}

.booth-lightbox::backdrop {
  background: rgba(4, 16, 13, 0.9);
}

.booth-lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.booth-lightbox button {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #0c2f27;
  background: #f8f3e9;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.booth-lightbox-close {
  top: 10px;
  right: 12px;
}

.booth-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.booth-lightbox-prev {
  left: 12px;
}

.booth-lightbox-next {
  right: 12px;
}

.booth-lightbox-count {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: 0;
  color: #f8f3e9;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .booth-raws { gap: 9px; }
}

@media (max-width: 560px) {
  .booth-page {
    width: min(100% - 20px, 1240px);
    padding-block: 30px;
  }

  .booth-raws {
    gap: 7px;
  }

  .booth-empty-frames {
    gap: 6px;
  }

  .booth-empty {
    padding-inline: 16px;
  }

  .booth-pagination {
    padding-inline: 14px;
    font-size: 12px;
  }

  .booth-action {
    width: 100%;
  }
}
