/* Scoped styles for Promises & Petals Showcase 2026 */
.pps-showcase {
  --wine: #6b0b0d;
  --wine2: #772e25;
  --cream: #fffdf3;
  --gold: #c7a65a;
  --ink: #281d19;
  --text-body: "Cormorant Garamond", Georgia, serif;
  --text-display: "Cormorant Garamond", Georgia, serif;
  --frame: 1200px;
}

/* Responsive Media Library gallery carousel. Desktop preserves the three-card
   Figma composition; smaller viewports show one swipeable image at a time. */
.pps-showcase .gallery.section {
  height: auto;
}

.pps-showcase .gallery-shell {
  width: min(100%, var(--frame));
  margin: 0 auto;
  position: relative;
}

.pps-showcase .gallery-track {
  display: flex;
  grid-template-columns: none;
  gap: 32px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.pps-showcase .gallery-track::-webkit-scrollbar {
  display: none;
}

.pps-showcase .gallery-slide {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.pps-showcase .gallery-track .gallery-slide img {
  width: 100%;
  min-width: 0;
  height: 319px;
  object-fit: cover;
}

.pps-showcase .gallery-arrow {
  width: 40px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  box-shadow: none;
  font-size: 0 !important;
  cursor: pointer;
}

.pps-showcase .gallery-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid var(--wine);
  border-left: 4px solid var(--wine);
  display: block;
}

.pps-showcase .gallery-arrow-prev { left: -40px; }
.pps-showcase .gallery-arrow-next { right: -40px; }
.pps-showcase .gallery-arrow-prev::before { transform: rotate(-45deg); }
.pps-showcase .gallery-arrow-next::before { transform: rotate(135deg); }

.pps-showcase .gallery-arrow:hover,
.pps-showcase .gallery-arrow:focus-visible {
  color: transparent;
  background: transparent;
  outline: none;
}

.pps-showcase .gallery-arrow:hover::before,
.pps-showcase .gallery-arrow:focus-visible::before {
  border-color: #8b2727;
  transform-origin: center;
}

.pps-showcase .gallery-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.pps-showcase .gallery-arrow[hidden] {
  display: none;
}

.pps-showcase .gallery-dots {
  min-height: 10px;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.pps-showcase .gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid var(--wine);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.pps-showcase .gallery-dot.is-active {
  background: var(--wine);
}

.pps-showcase .gallery-dots:empty,
.pps-showcase .gallery-dots.is-single-page {
  display: none;
}

.pps-showcase.pps-gallery-only {
  background: transparent;
}

@media (max-width: 1099px) {
  .pps-showcase .gallery-track {
    gap: 0;
  }

  .pps-showcase .gallery-slide {
    flex-basis: 100%;
  }

  .pps-showcase .gallery-track .gallery-slide img {
    min-width: 0;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .pps-showcase .gallery-arrow-prev { left: 10px; }
  .pps-showcase .gallery-arrow-next { right: 10px; }
}

@media (max-width: 600px) {
  .pps-showcase .gallery-arrow {
    width: 34px;
    height: 52px;
  }

  .pps-showcase .gallery-arrow::before {
    width: 12px;
    height: 12px;
    border-width: 3px 0 0 3px;
  }
}

.pps-showcase, .pps-showcase * {
  box-sizing: border-box;
}

.pps-showcase {
  scroll-behavior: smooth;
}

.pps-showcase {
  margin: 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background: #fff;
  font-family: var(--text-body);
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

/* The active GretaGreen theme assigns Poppins to paragraphs and monospace to
   inline emphasis elements. Lock the showcase typography so theme rules cannot
   change text metrics and cause fixed-layout sections to overlap. */
.pps-showcase,
.pps-showcase p,
.pps-showcase li,
.pps-showcase a,
.pps-showcase span,
.pps-showcase strong,
.pps-showcase b,
.pps-showcase em,
.pps-showcase label,
.pps-showcase legend,
.pps-showcase input,
.pps-showcase select,
.pps-showcase textarea,
.pps-showcase button,
.pps-showcase figcaption {
  font-family: var(--text-body) !important;
}

.pps-showcase h1,
.pps-showcase h2,
.pps-showcase h3,
.pps-showcase h4 {
  font-family: var(--text-display) !important;
}

.pps-page-row > .vc_column_container > .vc_column-inner,
.pps-page-row .wpb_content_element,
.pps-page-row .wpb_wrapper {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Classic Editor can wrap a shortcode in empty P/CODE nodes. Hide those
   wrappers immediately; showcase.js also removes them from the DOM. */
.entry-content > p:has(+ .pps-showcase),
.entry-content > .pps-showcase + code,
.entry-content > .pps-showcase + code + p {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pps-showcase > code {
  display: contents !important;
  font: inherit !important;
  white-space: normal !important;
}

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

.pps-showcase .rsvp button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.pps-showcase .rsvp-wpforms .wpforms-container {
  margin: 0;
}

.pps-showcase .rsvp-wpforms .wpforms-field {
  padding: 5px 0;
}

.pps-showcase .rsvp-wpforms .wpforms-field-label,
.pps-showcase .rsvp-wpforms .wpforms-field-label-inline {
  color: var(--ink);
  font: 600 16px/1.1 var(--text-body);
}

.pps-showcase .rsvp-wpforms input[type="text"],
.pps-showcase .rsvp-wpforms input[type="email"],
.pps-showcase .rsvp-wpforms input[type="tel"],
.pps-showcase .rsvp-wpforms input[type="date"],
.pps-showcase .rsvp-wpforms select,
.pps-showcase .rsvp-wpforms textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid #bbb !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-family: var(--text-body) !important;
}

.pps-showcase .rsvp-wpforms .wpforms-submit-container {
  text-align: center;
}

.pps-showcase .rsvp-wpforms button.wpforms-submit {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 5px 17px !important;
  background: var(--wine) !important;
  color: #fff !important;
  font: 700 20px var(--text-display) !important;
}

.pps-showcase img {
  display: block;
  max-width: 100%;
}

.pps-showcase h1,
.pps-showcase h2,
.pps-showcase h3,
.pps-showcase p {
  margin-top: 0;
}

.pps-showcase h1,
.pps-showcase h2,
.pps-showcase h3 {
  font-family: var(--text-display);
  color: var(--wine2);
  letter-spacing: 0.01em;
}

.pps-showcase h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.02;
}

.pps-showcase h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
}

.pps-showcase h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.08;
}

.pps-showcase .section {
  max-width: var(--frame);
  margin: 0 auto;
  padding: 90px 40px;
}

.pps-showcase .hero {
  width: 100%;
  height: auto;
  min-height: 700px;
  /* Preserve the complete supplied hero image at every desktop width. */
  aspect-ratio: 1440 / 830;
  padding: 54px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.2)) center / 100% 100% no-repeat,
    #111 url("../images/hero-wide.webp") center / contain no-repeat;
  position: relative;
}

.pps-showcase .partner-logo {
  display: block;
  flex: 0 0 auto;
  width: 245px;
  height: 27px;
  object-fit: fill;
}

.pps-showcase .event-logo {
  width: 470px;
  height: 470px;
  object-fit: contain;
  margin-top: 15px;
}

.pps-showcase .hero-meta {
  margin-top: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-family: var(--text-body) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.pps-showcase .hero-date,
.pps-showcase .hero-location {
  display: block;
}

.pps-showcase .hero-date {
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.pps-showcase .hero-location {
  margin-top: 0;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0;
}

.pps-showcase .thank-you-copy {
  margin-top: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px #000;
}

.pps-showcase .thank-you-copy h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
}

.pps-showcase .thank-you-copy p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}

.pps-showcase .thank-you-copy .button {
  text-shadow: none;
}

.pps-showcase .button {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-top: 14px;
  padding: 10px 25px;
  font: 700 20px var(--text-display);
  letter-spacing: 0;
  color: #fff;
  background: var(--wine);
}

.pps-showcase .button:hover {
  background: #8b2727;
}

/* The banner CTA is shown as a text link at rest. Its button treatment is the
   interactive hover/focus state from the Figma component, not a second CTA. */
.pps-showcase .hero > .button {
  padding: 7px 18px;
  border: 1px solid transparent;
  color: #17110f;
  background: transparent;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55);
  transition: background-color 180ms ease, border-color 180ms ease,
    text-shadow 180ms ease;
}

.pps-showcase .hero > .button:hover,
.pps-showcase .hero > .button:focus-visible {
  border-color: var(--wine);
  color: #fff;
  background: var(--wine);
  text-shadow: none;
  outline: none;
}

.pps-showcase .outline {
  border: 1px solid #fff;
}

.pps-showcase .split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 72px;
  align-items: center;
}

.pps-showcase .intro {
  background: var(--cream);
}

.pps-showcase .intro p {
  font-size: 21px;
  line-height: 1.42;
  max-width: 640px;
}

.pps-showcase .intro img {
  height: 440px;
  width: 100%;
  object-fit: cover;
}

.pps-showcase .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
}

.pps-showcase .highlights {
  max-width: none;
  text-align: center;
  padding-top: 50px;
}

.pps-showcase .highlights > * {
  max-width: var(--frame);
  margin-left: auto;
  margin-right: auto;
}

.pps-showcase .feature-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 70px;
  text-align: left;
}

.pps-showcase .feature {
  border-top: 1px solid #d9c6a7;
  padding: 20px 0 10px 64px;
  position: relative;
}

.pps-showcase .feature:before {
  content: attr(data-icon);
  position: absolute;
  left: 5px;
  top: 14px;
  color: var(--wine2);
  font-size: 2rem;
}

.pps-showcase .feature h3 {
  margin-bottom: 4px;
  font-size: 34px;
}

.pps-showcase .feature p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.pps-showcase .packages {
  color: #fff;
  background:
    linear-gradient(rgba(77, 3, 4, 0.88), rgba(77, 3, 4, 0.92)),
    url("../images/packages-bg.webp") center / cover fixed;
}

.pps-showcase .packages h2,
.pps-showcase .packages h3 {
  color: #fff;
}

.pps-showcase .package-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.pps-showcase .price-card {
  background: var(--wine);
  min-height: 260px;
  padding: 56px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.pps-showcase .price-card b {
  font-size: 1.6rem;
}

.pps-showcase .price-card strong {
  font-size: 2rem;
  margin-top: auto;
  font-weight: 500;
}

.pps-showcase .price-card span {
  font-style: italic;
}

.pps-showcase .privilege {
  margin-top: 90px;
}

.pps-showcase .privilege img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.pps-showcase .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
  margin-top: 70px;
}

.pps-showcase .benefits h3 {
  margin-bottom: 8px;
}

.pps-showcase .benefits h4 {
  margin: 0 0 8px;
  color: #fff;
  font: 500 24px/1.1 var(--text-display);
}

.pps-showcase .benefits p {
  margin-bottom: 16px;
}

.pps-showcase .benefits em {
  margin-top: 0;
}

.pps-showcase .lucky {
  background: linear-gradient(110deg, var(--cream) 55%, #fbefd4);
}

.pps-showcase .prize {
  padding: 50px;
  border: 1px solid #dbc08d;
  background: #fff;
}

.pps-showcase .prize span {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.pps-showcase .gallery {
  max-width: none;
  background: #fff4dd;
  text-align: center;
}

.pps-showcase .gallery h2 {
  color: var(--wine);
}

.pps-showcase .gallery-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pps-showcase .gallery-track img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.pps-showcase .rsvp-wrap {
  background: var(--wine);
  padding: 100px 24px;
}

.pps-showcase .rsvp {
  max-width: 750px;
  margin: auto;
  background: #fff;
  padding: 55px 70px;
}

.pps-showcase .rsvp h2 {
  margin-bottom: 28px;
  text-align: center;
}

.pps-showcase .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
}

.pps-showcase .field-full {
  grid-column: 1 / -1;
}

.pps-showcase label,
.pps-showcase legend {
  display: block;
  font-weight: 600;
}

.pps-showcase input,
.pps-showcase select {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  background: #fff;
  font: 16px var(--text-body);
}

.pps-showcase fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.pps-showcase fieldset label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pps-showcase fieldset input,
.pps-showcase .consent input {
  width: auto;
}

.pps-showcase .option-row {
  display: flex;
  gap: 28px;
}

.pps-showcase .option-list {
  display: grid;
  gap: 3px;
}

.pps-showcase .guest-options {
  grid-column: 1 / 2;
}

.pps-showcase .source-options {
  margin-top: 2px;
}

.pps-showcase .source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 3px 18px;
}

.pps-showcase .privacy {
  margin-top: 2px;
}

.pps-showcase .consent {
  margin: 0 0 8px;
  font-size: 16px;
}

.pps-showcase .privacy-note {
  border: 1px solid #bbb;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.15;
}

.pps-showcase .privacy-note p {
  margin: 0 0 6px;
}

.pps-showcase .privacy-note p:last-child {
  margin-bottom: 0;
}

.pps-showcase .rsvp > .button {
  display: block;
  margin: 18px auto 0;
}

.pps-showcase .form-message {
  margin: 12px 0 0;
  color: var(--wine);
  font-weight: 700;
}

.pps-showcase .stories {
  height: 1866px;
  background: var(--cream);
  color: #000;
  text-align: center;
  overflow: hidden;
}

.pps-showcase .story-heading {
  padding-top: 95px;
}

.pps-showcase .story-heading h2 {
  margin-bottom: 26px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.pps-showcase .story-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

.pps-showcase .story-list {
  width: 1214px;
  height: 1555px;
  margin: 76px auto 0;
  position: relative;
  text-align: left;
}

.pps-showcase .story {
  position: absolute;
  left: 0;
  width: 1188px;
  display: grid;
  grid-template-columns: 463px 671px;
  gap: 54px;
  align-items: start;
}

.pps-showcase .story-one { top: 0; }
.pps-showcase .story-two { top: 599px; }
.pps-showcase .story-three { top: 1078px; }

.pps-showcase .story figure {
  margin: 0;
  text-align: center;
}

.pps-showcase .story figure img {
  width: 463px;
  height: 330px;
  object-fit: cover;
}

.pps-showcase .story figcaption {
  margin-top: 7px;
  color: var(--wine2);
  font: 600 28px/1.1 var(--text-display);
}

.pps-showcase .story-copy {
  font: 400 16px/1.08 var(--text-display);
  color: #000;
  text-align: left;
}

  .pps-showcase .story-copy p {
  margin: 0 0 17px;
  text-align: left;
}

.pps-showcase .story-copy b {
  display: block;
  margin-top: 1px;
  color: var(--wine2);
  font-size: 20px;
  font-weight: 600;
}

.pps-showcase .faq {
  width: 1013px;
  height: 805px;
  margin: 0 auto;
  padding-top: 84px;
  color: #000;
  text-align: center;
}

.pps-showcase .faq > h2 {
  margin: 0;
  color: var(--wine);
  font-size: 35px;
  font-weight: 600;
}

.pps-showcase .faq-layout {
  height: 655px;
  margin-top: 10px;
  position: relative;
  text-align: left;
}

.pps-showcase .faq-photo,
.pps-showcase .faq-copy {
  position: absolute;
}

.pps-showcase .faq-photo {
  width: 488px !important;
  height: 325px !important;
  max-width: none !important;
  object-fit: cover !important;
}

.pps-showcase .faq-photo-one { left: 0; top: 0; }
.pps-showcase .faq-photo-two { right: 0; top: 329px; }
.pps-showcase .faq-copy-one { left: 556px; top: 57px; width: 431px; }
.pps-showcase .faq-copy-two { left: 26px; top: 383px; width: 431px; }

.pps-showcase .faq-copy h3 {
  margin-bottom: 11px;
  color: var(--wine);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.08;
}

.pps-showcase .faq-copy p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.03;
  text-align: justify;
}

.pps-showcase .vendors {
  height: 557px;
  padding-top: 9px;
  text-align: center;
}

.pps-showcase .vendors h2 {
  margin: 0 0 39px;
  color: var(--wine2);
  font-size: 35px;
  font-weight: 600;
}

.pps-showcase .vendors > div {
  width: 744px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 144px 144px 186px;
  justify-content: space-between;
  align-items: center;
}

.pps-showcase .vendors img {
  width: 144px;
  height: 120px;
  object-fit: contain;
}

.pps-showcase .vendors img:last-child {
  width: 186px;
  height: 86px;
}

.pps-showcase footer {
  background: #fff;
  color: #000;
  font: 400 16px/1.05 var(--text-display);
}

.pps-showcase footer > div {
  max-width: 1164px;
  margin: auto;
  padding: 0 0 62px;
}

.pps-showcase footer h3 {
  margin: 0 0 10px;
  color: var(--wine2);
  font-size: 24px;
  font-weight: 600;
}

.pps-showcase footer ul {
  margin: 0;
  padding-left: 1.2em !important;
  list-style: disc outside !important;
}

.pps-showcase footer li {
  margin: 0;
  padding-left: 0.35em;
  list-style-position: outside !important;
}

.pps-showcase footer small {
  display: block;
  background: var(--wine);
  color: #fff;
  text-align: center;
  height: 76px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}


@media (min-width: 1100px) {
  .pps-showcase {
    font-size: 16px;
  }

  .pps-showcase .intro.section {
    max-width: none;
    padding-left: max(40px, calc((100% - 1196px) / 2));
    padding-right: max(40px, calc((100% - 1196px) / 2));
  }

  .pps-showcase .intro.split {
    grid-template-columns: 475px 659px;
    gap: 91px;
    min-height: 540px;
    height: auto;
    padding-top: 66px;
    padding-bottom: 35px;
    align-items: start;
  }

  .pps-showcase .intro.split h1 {
    width: max-content;
    max-width: none;
    white-space: nowrap;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 24px;
  }

  .pps-showcase .intro.split .eyebrow {
    display: none;
  }

  .pps-showcase .intro.split > div:first-child {
    margin-top: 30px;
    align-self: start;
  }

  .pps-showcase .intro.split p {
    max-width: 475px;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: normal;
    text-align: justify;
  }

  .pps-showcase .intro.split p:last-child {
    margin-bottom: 0;
  }

  .pps-showcase .intro.split img {
    height: 439px;
  }

  .pps-showcase .highlights {
    min-height: 657px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 55px;
  }

  .pps-showcase .highlights h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
  }

  .pps-showcase .feature-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(103px, auto);
    column-gap: 105px;
    row-gap: 18px;
    max-width: 1206px;
    margin-top: 27px;
  }

  .pps-showcase .feature {
    border: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 20px;
    min-height: 103px;
    align-items: flex-start;
  }

  .pps-showcase .feature:before {
    display: none;
  }

  .pps-showcase .feature img {
    object-fit: contain;
  }

  .pps-showcase .feature h3 {
    width: 421px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: #772e25;
  }

  .pps-showcase .feature p {
    max-width: 401px;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    text-align: justify;
  }

  .pps-showcase .feature:nth-child(odd) p {
    max-width: 395px;
  }

  .pps-showcase .feature p em {
    display: block;
    font-weight: 500;
  }

  .pps-showcase .feature:nth-child(1) img { width: 98px; height: 86px; }
  .pps-showcase .feature:nth-child(2) img { width: 110px; height: 73px; margin-top: 13px; }
  .pps-showcase .feature:nth-child(3) img { width: 74px; height: 94px; margin: 1px 0 0 13px; }
  .pps-showcase .feature:nth-child(4) img { width: 90px; height: 84px; margin: 10px 0 0 10px; }
  .pps-showcase .feature:nth-child(5) img { width: 111px; height: 87px; margin: 4px 0 0 -1px; }
  .pps-showcase .feature:nth-child(6) img { width: 109px; height: 82px; margin: 19px 0 0 9px; }
  .pps-showcase .feature:nth-child(7) img { width: 117px; height: 65px; margin: 28px 0 0 -9px; }
  .pps-showcase .feature:nth-child(8) img { width: 94px; height: 84px; margin: 17px 0 0 7px; }

  .pps-showcase .feature:nth-child(-n+4) > div {
    margin-top: 10px;
  }

  .pps-showcase .feature:nth-child(n+5) > div {
    margin-top: 21px;
  }

  .pps-showcase .packages {
    height: 1682px;
    margin-top: -28px;
    background:
      linear-gradient(rgba(77, 3, 4, 0.36), rgba(77, 3, 4, 0.38)),
      url("../images/packages-bg.webp") center 18% / cover;
  }

  .pps-showcase .packages > .section {
    padding: 85px 40px 105px;
    max-width: 1261px;
  }

  .pps-showcase .package-top {
    grid-template-columns: 562px 294px 294px;
    gap: 34px;
    align-items: flex-start;
  }

  .pps-showcase .package-top h2 {
    font-size: 35px;
  }

  .pps-showcase .package-top > div:first-child p {
    max-width: 430px;
    line-height: 1.2;
    font-size: 17px;
  }

  .pps-showcase .packages em {
    display: block;
    margin-top: 17px;
    font-size: 15px;
  }

  .pps-showcase .packages .button {
    background: #fff;
    color: #772e25;
    padding: 5px 16px;
    font-size: 20px;
  }

  .pps-showcase .price-card {
    width: 294px;
    height: 294px;
    min-height: 0;
    padding: 20px 20px 24px;
    background: #77070b;
  }

  .pps-showcase .price-card img {
    width: 181px;
    height: 137px;
    object-fit: contain;
    margin: 0 auto 2px;
  }

  .pps-showcase .price-card b,
.pps-showcase .price-card strong {
    font-size: 24px;
    font-weight: 500;
  }

  .pps-showcase .price-card span {
    font-size: 20px;
  }

  .pps-showcase .privilege {
    grid-template-columns: 497px 622px;
    gap: 99px;
    margin-top: 80px;
  }

  .pps-showcase .privilege h2 {
    font-size: 35px;
    margin-bottom: 8px;
  }

  .pps-showcase .privilege h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .pps-showcase .privilege p {
    line-height: 1.18;
  }

  .pps-showcase .privilege img {
    height: 341px;
  }

  .pps-showcase .benefits {
    margin-top: 90px;
    grid-template-rows: 225px 1fr;
    gap: 65px 242px;
    grid-template-columns: 436px 555px;
  }

  .pps-showcase .benefits h3 {
    margin-bottom: 9px;
    font-size: 35px;
    line-height: 1.1;
  }

  .pps-showcase .benefits h4 {
    margin-bottom: 9px;
    font-size: 24px;
  }

  .pps-showcase .benefits p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.12;
  }

  .pps-showcase .benefits em {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.12;
  }

  .pps-showcase .lucky {
    height: 681px;
    margin-top: -14px;
    position: relative;
    overflow: hidden;
    background: var(--cream);
  }

  .pps-showcase .ribbon-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .pps-showcase .lucky-copy {
    position: relative;
    z-index: 1;
    width: 1208px;
    height: 681px;
    margin: auto;
  }

  .pps-showcase .lucky h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
  }

  .pps-showcase .lucky h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .pps-showcase .lucky p {
    font-size: 16px;
    line-height: normal;
  }

  .pps-showcase .lucky-intro {
    position: absolute;
    left: 0;
    top: 85px;
    width: 302px;
  }

  .pps-showcase .lucky-intro h2 {
    width: 296px;
    margin: 0 0 10px;
  }

  .pps-showcase .lucky-intro p {
    width: 302px;
    margin: 0;
  }

  .pps-showcase .coming {
    position: absolute;
    left: 117px;
    top: 362px;
    width: 555px;
  }

  .pps-showcase .coming h2 {
    width: 296px;
    margin: 0 0 9px;
  }

  .pps-showcase .coming h3 {
    width: 555px;
    margin: 0 0 9px;
  }

  .pps-showcase .coming p {
    width: 259px;
    margin: 0 0 14px;
  }

  .pps-showcase .eligible {
    position: absolute;
    left: 685px;
    top: 232px;
    width: 394px;
  }

  .pps-showcase .eligible h2 {
    width: 296px;
    margin: 0 0 10px;
  }

  .pps-showcase .eligible p {
    width: 394px;
    margin: 0 0 22px;
  }

  .pps-showcase .gallery.section {
    height: 519px;
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .pps-showcase .gallery-track {
    gap: 32px;
  }

  .pps-showcase .gallery h2 {
    margin-bottom: 23px;
    font-size: 35px;
  }

  .pps-showcase .gallery-track img {
    height: 319px;
  }

  .pps-showcase .rsvp-wrap {
    height: 1208px;
    margin-top: -7px;
    padding-top: 100px;
    padding-bottom: 127px;
  }

  .pps-showcase .rsvp {
    height: 981px;
    padding: 54px 80px 42px;
  }

  /* The native form matches the fixed Figma panel. A selected WPForms form can
     contain any number of fields, so its panel must grow with its content. */
  .pps-showcase .rsvp-wrap.rsvp-wrap-wpforms {
    height: auto;
    min-height: 1208px;
  }

  .pps-showcase .rsvp-wrap-wpforms .rsvp-wpforms {
    height: auto;
    min-height: 981px;
  }

  .pps-showcase .rsvp h2 {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .pps-showcase .rsvp label,
.pps-showcase .rsvp legend {
    font-size: 16px;
    line-height: 1.1;
  }

  .pps-showcase .rsvp input:not([type="radio"]):not([type="checkbox"]) {
    height: 24px;
    padding: 2px 6px;
  }

  .pps-showcase .rsvp input[type="radio"],
.pps-showcase .rsvp input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
  }

  .pps-showcase .rsvp .form-grid {
    gap: 10px 26px;
  }

  .pps-showcase .rsvp > .button {
    padding: 5px 17px;
    font-size: 20px;
  }

  .pps-showcase .story-list {
    margin-top: 79px;
  }

  .pps-showcase .faq {
    height: 896px;
    padding-top: 91px;
    left: 22px;
    position: relative;
  }

  .pps-showcase .faq-layout {
    margin-top: 28px;
  }

  .pps-showcase .vendors {
    height: 676px;
  }

  .pps-showcase .vendors h2 {
    margin-bottom: 69px;
  }

  .pps-showcase .vendors > div {
    height: 120px;
    position: relative;
    left: -64px;
    display: block;
  }

  .pps-showcase .vendors img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .pps-showcase .vendors img:nth-child(2) {
    left: 245px;
  }

  .pps-showcase .vendors img:last-child {
    top: 34px;
    left: 501px;
  }

  .pps-showcase footer > div {
    height: 315px;
    padding: 0 0 62px;
  }
}

@media (max-width: 1099px) {
  .pps-showcase {
    overflow-x: hidden;
    font-size: 16px;
  }

  .pps-showcase .section {
    padding: 56px 24px;
  }

  .pps-showcase h1 {
    font-size: clamp(36px, 6vw, 44px);
    line-height: 1.05;
  }

  .pps-showcase h2 {
    font-size: clamp(34px, 5.5vw, 42px);
  }

  .pps-showcase h3 {
    font-size: 26px;
  }

  .pps-showcase .hero {
    height: 700px;
    min-height: 0;
    aspect-ratio: auto;
  }

  .pps-showcase .event-logo {
    width: 330px;
    height: 330px;
  }

  .pps-showcase .split,
.pps-showcase .package-top,
.pps-showcase .benefits,
.pps-showcase .feature-grid,
.pps-showcase .faq-grid,
.pps-showcase .story-list article,
.pps-showcase .form-grid {
    grid-template-columns: 1fr;
  }

  .pps-showcase .split {
    gap: 35px;
  }

  .pps-showcase .intro.split p {
    max-width: none;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.35;
  }

  .pps-showcase .intro.split img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .pps-showcase .highlights {
    padding-top: 20px;
  }

  .pps-showcase .highlights h2 {
    margin-bottom: 36px;
  }

  .pps-showcase .feature-grid {
    gap: 30px;
    margin-top: 0;
  }

  .pps-showcase .feature {
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 18px;
  }

  .pps-showcase .feature:before {
    display: none;
  }

  .pps-showcase .feature img {
    width: 80px;
    height: 76px;
    object-fit: contain;
  }

  .pps-showcase .feature h3 {
    margin: 0 0 3px;
    font-size: 22px;
    line-height: 1.1;
  }

  .pps-showcase .feature p {
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
  }

  .pps-showcase .feature p em {
    display: block;
  }

  .pps-showcase .packages {
    height: auto;
    margin-top: 0;
    background-attachment: scroll;
  }

  .pps-showcase .packages > .section {
    max-width: 760px;
  }

  .pps-showcase .package-top {
    grid-template-columns: repeat(2, minmax(0, 294px));
    gap: 18px;
    justify-content: center;
    align-items: start;
  }

  .pps-showcase .package-top > div:first-child {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }

  .pps-showcase .package-top h2 {
    margin-bottom: 22px;
  }

  .pps-showcase .package-top > div:first-child p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.3;
  }

  .pps-showcase .packages .button {
    max-width: 100%;
    padding: 9px 14px;
    font-size: 17px;
    line-height: 1.1;
    text-align: center;
  }

  .pps-showcase .packages em {
    display: block;
    margin-top: 9px;
    font-size: 14px;
  }

  .pps-showcase .price-card {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 14px 12px;
    justify-content: flex-start;
  }

  .pps-showcase .price-card img {
    width: min(56%, 150px);
    height: min(48%, 118px);
    margin: 0 auto 2px;
    object-fit: contain;
  }

  .pps-showcase .price-card b {
    margin-top: auto;
    font-size: clamp(17px, 3vw, 22px);
    line-height: 1.05;
  }

  .pps-showcase .price-card strong {
    margin-top: 5px;
    font-size: clamp(16px, 2.8vw, 21px);
    line-height: 1.08;
  }

  .pps-showcase .price-card span {
    margin-top: 4px;
    font-size: clamp(13px, 2.3vw, 17px);
    line-height: 1.05;
  }

  .pps-showcase .privilege {
    margin-top: 64px;
  }

  .pps-showcase .privilege img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .pps-showcase .benefits {
    margin-top: 64px;
    grid-template-rows: none;
    gap: 48px;
  }

  .pps-showcase .benefits h3 br {
    display: none;
  }

  .pps-showcase .lucky {
    min-height: 0;
    padding: 64px 24px;
    position: relative;
    overflow: hidden;
    background: var(--cream);
  }

  .pps-showcase .ribbon-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.46;
  }

  .pps-showcase .lucky-copy {
    width: min(100%, 680px);
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    gap: 42px;
  }

  .pps-showcase .lucky-intro,
.pps-showcase .coming,
.pps-showcase .eligible {
    position: static;
    width: auto;
  }

  .pps-showcase .lucky h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.08;
  }

  .pps-showcase .lucky h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.18;
  }

  .pps-showcase .lucky p,
.pps-showcase .lucky-intro p,
.pps-showcase .coming p,
.pps-showcase .eligible p {
    width: auto;
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.3;
  }

  .pps-showcase .gallery-track {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .pps-showcase .gallery-track img {
    min-width: 85%;
    scroll-snap-align: center;
  }

  .pps-showcase .rsvp {
    height: auto;
    padding: 40px 24px;
  }

  .pps-showcase .rsvp .form-grid {
    gap: 18px;
  }

  .pps-showcase .guest-options {
    grid-column: 1 / -1;
  }

  .pps-showcase .source-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 8px 18px;
  }

  .pps-showcase .rsvp input:not([type="radio"]):not([type="checkbox"]) {
    min-height: 42px;
  }

  .pps-showcase .rsvp-wrap {
    height: auto;
    margin-top: 0;
    padding: 64px 24px;
  }

  .pps-showcase .story-list article {
    gap: 24px;
  }

  .pps-showcase .story-list article:nth-child(even) img {
    order: 0;
  }

  .pps-showcase .stories {
    height: auto;
    padding: 64px 22px;
  }

  .pps-showcase .story-heading {
    padding-top: 0;
  }

  .pps-showcase .story-heading h2 {
    font-size: 34px;
  }

  .pps-showcase .story-heading p br {
    display: none;
  }

  .pps-showcase .story-list {
    width: auto;
    height: auto;
    margin-top: 42px;
  }

  .pps-showcase .story {
    position: static;
    width: 100%;
    margin: 0 0 58px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pps-showcase .story figure img {
    width: 100%;
    height: 260px;
  }

  .pps-showcase .story-copy {
    font-size: 17px;
    line-height: 1.25;
  }

  .pps-showcase .faq {
    width: auto;
    height: auto;
    padding: 64px 22px;
  }

  .pps-showcase .faq-layout {
    height: auto;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .pps-showcase .faq-photo,
.pps-showcase .faq-copy {
    position: static;
    width: 100%;
  }

  .pps-showcase .faq-photo {
    width: 100% !important;
    height: 260px !important;
    max-width: 100% !important;
  }

  .pps-showcase .faq-copy-one { order: 2; }
  .pps-showcase .faq-copy-two { order: 3; }
  .pps-showcase .faq-photo-two { order: 4; }

  .pps-showcase .vendors {
    height: auto;
    padding: 35px 22px 100px;
  }

  .pps-showcase .vendors h2 {
    font-size: 34px;
  }

  .pps-showcase .vendors > div {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .pps-showcase .vendors img,
.pps-showcase .vendors img:last-child {
    width: 100%;
    height: 90px;
  }

  .pps-showcase footer > div {
    padding: 0 22px 50px;
  }

  .pps-showcase .hero-meta {
    font-size: 16px !important;
  }

  .pps-showcase .button {
    font-size: 20px;
    padding: 11px 23px;
  }

}

@media (max-width: 600px) {
  .pps-showcase .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pps-showcase .hero {
    height: 620px;
    min-height: 0;
    aspect-ratio: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pps-showcase .event-logo {
    width: min(290px, 82vw);
    height: min(290px, 82vw);
  }

  .pps-showcase .partner-logo {
    width: min(220px, 72vw);
    height: auto;
    aspect-ratio: 245.29 / 26.4744;
  }

  .pps-showcase .hero-meta {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .pps-showcase .thank-you-copy h1 {
    font-size: 31px;
  }

  .pps-showcase .thank-you-copy p {
    font-size: 18px;
  }

  .pps-showcase .feature {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
  }

  .pps-showcase .feature img {
    width: 66px;
    height: 64px;
  }

  .pps-showcase .feature h3 {
    font-size: 20px;
  }

  .pps-showcase .packages > .section {
    padding-top: 46px;
    padding-bottom: 56px;
  }

  .pps-showcase .package-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pps-showcase .package-top h2 {
    font-size: 32px;
  }

  .pps-showcase .package-top > div:first-child p {
    font-size: 16px;
  }

  .pps-showcase .packages .button {
    width: 100%;
    padding: 9px 8px;
    font-size: 15px;
  }

  .pps-showcase .price-card {
    padding: 10px 7px;
  }

  .pps-showcase .price-card img {
    width: 62%;
    height: 50%;
  }

  .pps-showcase .price-card b {
    font-size: 16px;
  }

  .pps-showcase .price-card strong {
    font-size: 14px;
  }

  .pps-showcase .price-card span {
    font-size: 12px;
  }

  .pps-showcase .form-grid {
    gap: 16px;
  }

  .pps-showcase .source-grid {
    grid-template-columns: 1fr;
  }

  .pps-showcase .rsvp-wrap {
    padding: 48px 16px;
  }

  .pps-showcase .rsvp {
    padding: 34px 20px;
  }

  .pps-showcase .gallery-track img {
    min-width: 92%;
    height: 240px;
  }

  .pps-showcase .vendors > div {
    grid-template-columns: 1fr;
  }

  .pps-showcase .vendors img,
.pps-showcase .vendors img:last-child {
    max-width: 190px;
    margin: 0 auto;
  }
}

/* Final cascade guard for the carousel, after legacy responsive gallery CSS. */
.pps-showcase .gallery .gallery-track {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
}

.pps-showcase .gallery .gallery-slide {
  flex: 0 0 calc((100% - 64px) / 3);
}

.pps-showcase .gallery .gallery-track .gallery-slide img {
  min-width: 0;
  width: 100%;
  height: 319px;
}

@media (max-width: 1099px) {
  .pps-showcase .gallery .gallery-track { gap: 0; }
  .pps-showcase .gallery .gallery-slide { flex-basis: 100%; }

  .pps-showcase .gallery .gallery-track .gallery-slide img {
    min-width: 0;
    height: auto;
    aspect-ratio: 3 / 2;
  }
}
