:root {
  --pcnyc-p2-radius: 13px;
  --pcnyc-p2-near-blur: 12px;
  --pcnyc-p2-far-blur: 28px;
  --pcnyc-p2-near-opacity: .37;
  --pcnyc-p2-far-opacity: .22;
  --pcnyc-p2-purple: 135, 43, 185;
  --pcnyc-p2-ruby: 215, 37, 38;
  --pcnyc-p2-blue: 37, 72, 185;
  --pcnyc-p2-pink: 216, 54, 119;
  --pcnyc-p2-teal: 18, 145, 144;
  --pcnyc-p2-gold: 206, 156, 81;
  --pcnyc-p2-neutral: 59, 59, 60;
}

html:has(body.pcnyc-phase2-active),
body.pcnyc-phase2-active {
  max-width: 100%;
  overflow-x: clip;
}

.pcnyc-phase2-announcement {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: 100%;
  padding: 7px 16px;
  background: #67208d;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .035em;
  text-align: center;
}

/* Replace the retired development message without editing Beaver Builder. */
body.pcnyc-phase2-active .fl-node-g0m9oc4brh67,
body.pcnyc-phase2-active .fl-node-5uyp096qrilj {
  display: none !important;
}

.pcnyc-p2-glow {
  --pcnyc-p2-accent: var(--pcnyc-p2-neutral);
  border-radius: var(--pcnyc-p2-radius) !important;
  box-shadow:
    inset 0 0 0 2px rgba(var(--pcnyc-p2-accent), .74),
    0 0 var(--pcnyc-p2-near-blur) rgba(var(--pcnyc-p2-accent), var(--pcnyc-p2-near-opacity)),
    0 0 var(--pcnyc-p2-far-blur) rgba(var(--pcnyc-p2-accent), var(--pcnyc-p2-far-opacity)) !important;
}

.pcnyc-p2-glow[data-pcnyc-accent="purple"] { --pcnyc-p2-accent: var(--pcnyc-p2-purple); }
.pcnyc-p2-glow[data-pcnyc-accent="ruby"] { --pcnyc-p2-accent: var(--pcnyc-p2-ruby); }
.pcnyc-p2-glow[data-pcnyc-accent="blue"] { --pcnyc-p2-accent: var(--pcnyc-p2-blue); }
.pcnyc-p2-glow[data-pcnyc-accent="pink"] { --pcnyc-p2-accent: var(--pcnyc-p2-pink); }
.pcnyc-p2-glow[data-pcnyc-accent="teal"] { --pcnyc-p2-accent: var(--pcnyc-p2-teal); }
.pcnyc-p2-glow[data-pcnyc-accent="gold"] { --pcnyc-p2-accent: var(--pcnyc-p2-gold); }
.pcnyc-p2-glow[data-pcnyc-accent="neutral"] { --pcnyc-p2-accent: var(--pcnyc-p2-neutral); }

body.pcnyc-phase2-active .fl-page {
  box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-neutral), .34), 0 0 30px rgba(var(--pcnyc-p2-neutral), .2);
}

body.pcnyc-phase2-active header.fl-builder-content-19,
body.pcnyc-phase2-active footer.fl-builder-content-24747 {
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-purple), .28), 0 0 28px rgba(var(--pcnyc-p2-purple), .2);
}

body.pcnyc-phase2-active #mega-menu-wrap-bar {
  border-radius: var(--pcnyc-p2-radius);
  box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-purple), .62), 0 0 12px rgba(var(--pcnyc-p2-purple), .35), 0 0 28px rgba(var(--pcnyc-p2-purple), .2);
}

.pcnyc-p2-borderless-image,
body.pcnyc-phase2-active .pcnyc-card-media,
body.pcnyc-phase2-active .woocommerce ul.products li.product img,
body.pcnyc-phase2-active .fl-post-grid-image img,
body.pcnyc-phase2-active .wp-block-post-featured-image img {
  border-radius: 11px !important;
  box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-accent, var(--pcnyc-p2-neutral)), .55);
}

body.pcnyc-phase2-active .pcnyc-card,
body.pcnyc-phase2-active .pcnyc-halloween-card,
body.pcnyc-phase2-active .pcnyc-feature-hero,
body.pcnyc-phase2-active .woocommerce ul.products li.product,
body.pcnyc-phase2-active .fl-post-grid-post {
  overflow: hidden;
}

body.pcnyc-phase2-active .woocommerce ul.products li.product {
  padding: 10px;
  background: #fff;
}

body.pcnyc-phase2-active .pcnyc-halloween-carousel {
  overflow: hidden;
  background: #000;
}

body.pcnyc-phase2-active .pcnyc-p2-slide-label {
  display: none;
  width: 100%;
  padding: 10px 14px 11px;
  border-radius: 0 0 var(--pcnyc-p2-radius) var(--pcnyc-p2-radius);
  background: #161118;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

body.pcnyc-phase2-active .pcnyc-halloween-carousel.pcnyc-p2-enhanced {
  border-radius: var(--pcnyc-p2-radius) var(--pcnyc-p2-radius) 0 0 !important;
}

body.pcnyc-phase2-active .pcnyc-carousel-arrow,
body.pcnyc-phase2-active .pcnyc-carousel-dots button,
body.pcnyc-phase2-active .uabb-offcanvas-action,
body.pcnyc-phase2-active input,
body.pcnyc-phase2-active select,
body.pcnyc-phase2-active button {
  min-width: 44px;
  min-height: 44px;
}

body.pcnyc-phase2-active .pcnyc-carousel-dots button {
  min-width: 14px;
  min-height: 14px;
}

/* Checkout lock and disabled fulfillment foundation. */
.pcnyc-phase2-checkout-panel {
  --pcnyc-p2-accent: var(--pcnyc-p2-purple);
  clear: both;
  margin: 18px 0 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: var(--pcnyc-p2-radius);
  background: linear-gradient(145deg, #fff 0%, #faf6fc 100%);
  text-align: left;
  box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-purple), .62), 0 0 12px rgba(var(--pcnyc-p2-purple), .35), 0 0 28px rgba(var(--pcnyc-p2-purple), .2);
}

.pcnyc-phase2-checkout-panel h2 {
  margin: 0 0 8px;
  color: #622084;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 900;
  letter-spacing: .025em;
}

.pcnyc-phase2-checkout-panel > p {
  margin: 0 0 18px;
  color: #252126;
  font-size: 16px;
  line-height: 1.55;
}

.pcnyc-phase2-fulfillment-title {
  margin: 22px 0 10px !important;
  color: #222;
  font-size: 18px;
  font-weight: 800;
}

.pcnyc-phase2-fulfillment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.pcnyc-phase2-fulfillment-card {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 4px 10px;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(59, 59, 60, .24);
  border-radius: 11px;
  background: #f7f7f7;
  color: #555;
  opacity: .88;
}

.pcnyc-phase2-fulfillment-icon {
  grid-row: 1 / span 3;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #777;
}

.pcnyc-phase2-fulfillment-pickup .pcnyc-phase2-fulfillment-icon { background: rgb(var(--pcnyc-p2-teal)); }
.pcnyc-phase2-fulfillment-delivery .pcnyc-phase2-fulfillment-icon { background: rgb(var(--pcnyc-p2-gold)); }
.pcnyc-phase2-fulfillment-shipping .pcnyc-phase2-fulfillment-icon { background: rgb(var(--pcnyc-p2-blue)); }
.pcnyc-phase2-fulfillment-card strong { color: #333; font-size: 16px; }
.pcnyc-phase2-fulfillment-card small { color: #666; font-size: 13px; }
.pcnyc-phase2-status { color: #6c277f; font-size: 11px; font-weight: 900; letter-spacing: .07em; }

.pcnyc-phase2-disabled-checkout,
.pcnyc-phase2-disabled-checkout:hover,
.pcnyc-phase2-disabled-checkout:focus {
  display: block !important;
  width: 100% !important;
  min-height: 50px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #3b3b3c !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  cursor: not-allowed !important;
  opacity: .76 !important;
}

body.pcnyc-checkout-locked .wc-block-components-express-payment,
body.pcnyc-checkout-locked .wc-block-components-express-payment-continue-rule,
body.pcnyc-checkout-locked [class*="payment-request-button"],
body.pcnyc-checkout-locked [class*="express-checkout"],
body.pcnyc-checkout-locked .ppc-button-wrapper,
body.pcnyc-checkout-locked #wc-stripe-payment-request-wrapper {
  display: none !important;
}

body.pcnyc-checkout-locked:not(.pcnyc-checkout-view-enabled) a.checkout-button,
body.pcnyc-checkout-locked:not(.pcnyc-checkout-view-enabled) .wc-proceed-to-checkout > a,
body.pcnyc-checkout-locked:not(.pcnyc-checkout-view-enabled) .wc-block-cart__submit-container,
body.pcnyc-checkout-locked:not(.pcnyc-checkout-view-enabled) .wc-block-cart__submit-button {
  display: none !important;
}

/* Fail-safe for stale cached legacy markup after the explicit owner handoff. */
body.pcnyc-reservation-commerce-owner .pcnyc-phase2-checkout-panel,
body.pcnyc-reservation-commerce-owner .pcnyc-phase2-fulfillment {
  display: none !important;
}

@media (max-width: 680px) {
  .pcnyc-phase2-announcement {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-home {
    padding-right: 10px;
    padding-left: 10px;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-carousel.pcnyc-mobile-slideshow-active .pcnyc-halloween-track {
    aspect-ratio: 1 / 1 !important;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-carousel.pcnyc-mobile-slideshow-active .pcnyc-halloween-slide img {
    object-fit: contain !important;
    background: #000 !important;
  }

  body.pcnyc-phase2-active .pcnyc-p2-slide-label {
    display: block;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-grid,
  body.pcnyc-phase2-active .pcnyc-grid--two,
  body.pcnyc-phase2-active .pcnyc-p2-subcategory-grid,
  body.pcnyc-phase2-active ul.products.pcnyc-p2-subcategory-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.pcnyc-phase2-active .pcnyc-p2-subcategory-grid > *,
  body.pcnyc-phase2-active ul.products.pcnyc-p2-subcategory-grid > li.product-category {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* The Halloween navigation snippet emits its own later inline grid rules. */
  body.pcnyc-phase2-active .pcnyc-halloween-archive-nav .pcnyc-archive-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-archive-nav .pcnyc-archive-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Compact the search areas without reducing their touch targets. */
  body.pcnyc-phase2-active .fl-node-t65ly0azuder > .fl-module-content,
  body.pcnyc-phase2-active .fl-node-pamej2vd1cht > .fl-module-content,
  body.pcnyc-phase2-active .fl-node-lkmi045zwysh > .fl-module-content,
  body.pcnyc-phase2-active .pp-search-form-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-home + *,
  body.pcnyc-phase2-active .pcnyc-p2-subcategory-grid + .pp-search-form-wrap {
    margin-top: 28px !important;
  }

  /* Full black mobile menu control inside the rounded white container. */
  body.pcnyc-phase2-active .fl-node-2d60g9n54jtq > .fl-module-content {
    width: 100%;
    padding: 10px;
    border-radius: var(--pcnyc-p2-radius);
    background: #fff;
    box-shadow: inset 0 0 0 2px rgba(var(--pcnyc-p2-purple), .44), 0 0 12px rgba(var(--pcnyc-p2-purple), .32);
  }

  body.pcnyc-phase2-active .fl-node-2d60g9n54jtq .uabb-offcanvas-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 50px;
    margin: 0 !important;
    border-radius: 8px;
    background: #050505 !important;
    color: #fff !important;
    text-align: center;
  }

  body.pcnyc-phase2-active .fl-node-2d60g9n54jtq .uabb-offcanvas-icon {
    float: none !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 25px !important;
  }

  /* Mathematically center and slightly enlarge the approved mobile logo. */
  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 {
    width: min(78vw, 430px) !important;
    max-width: calc(100vw - 88px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 .pp-photo,
  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 .pp-photo-content,
  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 .pp-photo-content-inner,
  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 a {
    display: block;
    width: 100%;
    text-align: center !important;
  }

  body.pcnyc-phase2-active .fl-node-wdqmf90xuza1 img {
    display: block !important;
    width: 100% !important;
    max-width: 430px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body.pcnyc-phase2-active .pcnyc-p2-mobile-sidebar {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.pcnyc-phase2-active .fl-node-n05cvrmge7k8 .fl-list-item-2 .fl-list-item-heading {
    margin-bottom: 10px;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
  }

  body.pcnyc-phase2-active .fl-node-n05cvrmge7k8 .fl-list-item-2 table.WgFkxc {
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px !important;
    line-height: 1.25;
  }

  body.pcnyc-phase2-active .fl-node-n05cvrmge7k8 .fl-list-item-2 table.WgFkxc td {
    width: 50%;
    padding: 3px 4px 3px 0 !important;
    vertical-align: top;
  }

  body.pcnyc-phase2-active .fl-node-n05cvrmge7k8 .fl-list-item-2 table.WgFkxc td:last-child {
    padding-right: 0 !important;
    text-align: right;
    white-space: nowrap;
  }

  body.pcnyc-phase2-active .fl-node-n05cvrmge7k8 .fl-list-item-2 .fl-list-item-content-text > p {
    margin-top: 8px;
    font-size: 12px !important;
  }

  .pcnyc-phase2-fulfillment-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 681px) {
  /* Desktop layout and the approved two-row navigation remain unchanged. */
  body.pcnyc-phase2-active .pcnyc-p2-mobile-sidebar {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pcnyc-phase2-active *,
  body.pcnyc-phase2-active *::before,
  body.pcnyc-phase2-active *::after {
    scroll-behavior: auto !important;
  }

  body.pcnyc-phase2-active .pcnyc-halloween-slide,
  body.pcnyc-phase2-active .pcnyc-halloween-card {
    transition: none !important;
  }
}
