@charset "utf-8";

.goldbirthdays_button,
.party_favor,
.goldpastpartyphotos {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.goldbirthdays_button {
    padding-top: 30px;
}

.party_favor,
.goldpastpartyphotos {
    margin-top: 10px;
}

#party_categories {
    padding-inline: clamp(1rem, 8vw, 6.25rem);
}

.tele_cartouche {
    padding-bottom: 10px;
    color: rgb(255, 51, 255);
    font-family: Sniff, fantasy;
    text-align: center;
    text-shadow: rgb(51, 0, 255) 3px 3px 2px, rgb(255, 210, 255) 0 8px 8px;
}

.halloween {
    padding-bottom: 10px;
    color: rgb(248, 58, 34);
    font-family: "P22 Aragon", fantasy;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 3px 3px 2px, rgb(255, 255, 0) 0 8px 8px;
}

#directions {
    list-style-position: inside;
    text-align: justify;
}

a {
    color: #ecaa20;
}

.read_about {
    margin-bottom: -5px;
    padding-top: 6px;
}


.center {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

#party_categories span {
    position: relative;
    left: -45px;
}

.nowrap {
    white-space: nowrap;
}

#text {
    list-style-type: square;
}

@media (max-width: 680px) {
    #party_categories {
        padding-inline: 0;
    }

    #party_categories span {
        left: 0;
    }

    .center {
        width: min(100%, 520px);
    }
}

.party-contact-link {
    color: #d07df0;
}

/* Party-day CTA: visible shimmer + breathing gold glow.
   Preserves the existing banner artwork and adds bottom separation from footer navigation. */
.pc-party-day-link {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto clamp(22px, 3vw, 34px);
    overflow: hidden;
    border: 2px solid rgba(255, 220, 105, 0.72);
    border-radius: 8px;
    line-height: 0;
    isolation: isolate;
    animation: pc-party-day-glow 2.6s ease-in-out infinite;
}

.pc-party-day-link img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
}

.pc-party-day-link::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -55%;
    bottom: -55%;
    left: -42%;
    width: 30%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 242, 169, 0.30) 25%,
        rgba(255, 255, 255, 0.96) 50%,
        rgba(255, 216, 84, 0.42) 72%,
        rgba(255, 255, 255, 0)
    );
    mix-blend-mode: screen;
    transform: skewX(-18deg);
    animation: pc-party-day-shimmer 2.6s ease-in-out infinite;
}

.pc-party-day-link:hover,
.pc-party-day-link:focus-visible {
    box-shadow:
        0 0 0 2px rgba(255, 232, 143, 0.78),
        0 0 18px rgba(255, 206, 48, 0.92);
}

.pc-party-day-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

@keyframes pc-party-day-shimmer {
    0%, 12% {
        left: -42%;
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    58% {
        left: 116%;
        opacity: 1;
    }
    68%, 100% {
        left: 116%;
        opacity: 0;
    }
}

@keyframes pc-party-day-glow {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(255, 220, 105, 0.34),
            0 0 7px rgba(236, 170, 32, 0.36);
    }
    50% {
        box-shadow:
            0 0 0 2px rgba(255, 232, 143, 0.72),
            0 0 20px rgba(255, 206, 48, 0.82);
    }
}

/* Party-day contact fallback uses the existing HubSpot form authority.
   Normal Crisp chat remains separate through global.js. */
.pc-party-contact-panel {
    width: min(92%, 760px);
    margin: 1.5rem auto 3rem;
    padding: clamp(1rem, 3vw, 2rem);
    border: 2px solid #ecaa20;
    border-radius: 18px;
    background: rgba(16, 0, 31, 0.88);
    color: #fff;
    text-align: center;
    box-shadow: 0 0 18px rgba(111, 0, 168, 0.32);
}

.pc-party-contact-panel h2 {
    margin: 0 0 0.65rem;
    color: #ecaa20;
    font-family: "P22 Aragon", Sniff, fantasy;
    font-size: clamp(1.55rem, 4vw, 2.4rem);
    font-weight: normal;
}

.pc-party-contact-panel p {
    margin: 0 auto 1rem;
    max-width: 42rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1rem, 2.3vw, 1.2rem);
    line-height: 1.5;
}

.pc-party-contact-button {
    display: inline-block;
    min-width: min(100%, 300px);
    padding: 0.8rem 1.15rem;
    border: 2px solid #ecaa20;
    border-radius: 999px;
    background: #6e079e;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(236, 170, 32, 0.35);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pc-party-contact-button:hover,
.pc-party-contact-button:focus-visible {
    background: #8514bb;
    box-shadow: 0 0 15px rgba(255, 214, 84, 0.62);
    transform: translateY(-1px);
}

.pc-party-contact-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .pc-party-day-link,
    .pc-party-day-link::before {
        animation: none;
    }

    .pc-party-day-link::before {
        display: none;
    }

    .pc-party-contact-button {
        transition: none;
    }
}

