/*
 * Big Party Kit — Party Ideas / regular WordPress post presentation
 * v0.7.8.177
 * Scope: single standard WordPress posts only.
 */

body.single-post {
    background: #fffdf9;
}

/* Use one unified festive canvas behind the article instead of a separate
 * page-color layer + artwork layer. This makes the outer page blend with the
 * decorative balloon background so the sheet feels placed on one surface. */
body.single-post .site-content {
    background-color: #fffdf9;
    background-image:
        linear-gradient(rgba(255, 253, 249, 0.88), rgba(255, 253, 249, 0.88)),
        url("https://bigpartykit.com/wp-content/uploads/2026/08/Screen-Page-Post-.jpg");
    background-position: center top, center top;
    background-size: auto, 1200px auto;
    background-repeat: repeat, repeat-y;
}

/* Astra: keep the site header/footer, but let the article artwork own its canvas. */
body.single-post .site-content > .ast-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.single-post #primary,
body.single-post .content-area {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.single-post #secondary {
    display: none;
}

body.single-post .ast-article-single,
body.single-post article.post {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

/* Astra's standard post title/meta presentation is replaced by the single H1
 * generated inside the branded article sheet. */
body.single-post article.post > .entry-header,
body.single-post .ast-article-single > .entry-header,
body.single-post .ast-single-entry-banner,
body.single-post .ast-single-entry-banner[data-post-type="post"],
body.single-post .ast-single-entry-banner[data-banner-layout],
body.single-post .site-content > .ast-container > .ast-single-entry-banner {
    display: none !important;
}

body.single-post .entry-content {
    margin: 0;
}

/* Stable centered festive stage. The site-content now carries the artwork, so
 * the stage itself stays transparent and only controls width and spacing. */
.bpk-post-stage {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 44px 38px 56px;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    overflow: visible;
}

.bpk-page-shell {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(126, 97, 77, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(118, 88, 96, 0.10);
    overflow: hidden;
}

.bpk-post {
    color: #29272a;
    font-size: 17px;
    line-height: 1.72;
}

/* Editorial hero distinguishes the headline from the article body while
 * keeping the H1 visible and semantic for search engines. */
.bpk-post-hero {
    padding: 46px 42px 40px;
    background: linear-gradient(135deg, #fbf7f0 0%, #f9f3ea 100%);
    border-bottom: 1px solid rgba(150, 116, 78, 0.12);
}

.bpk-post-kicker {
    margin: 0 0 12px;
    color: #9b7446;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bpk-post-title {
    margin: 0;
    color: #272329;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.bpk-post-body {
    padding: 38px 42px 70px;
}

.bpk-post h2 {
    margin: 46px 0 16px;
    color: #2d2930;
    font-size: clamp(27px, 3.5vw, 36px);
    line-height: 1.18;
}

.bpk-post h3 {
    margin: 34px 0 12px;
    color: #373139;
    font-size: clamp(21px, 2.6vw, 27px);
    line-height: 1.25;
}

.bpk-post p,
.bpk-post ul,
.bpk-post ol {
    margin-top: 0;
    margin-bottom: 20px;
}

.bpk-post ul,
.bpk-post ol {
    padding-left: 1.35em;
}

.bpk-post li + li {
    margin-top: 8px;
}

.bpk-post a {
    text-underline-offset: 3px;
}

.bpk-post img,
.bpk-post .wp-block-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.bpk-post .wp-block-image,
.bpk-post figure {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bpk-post blockquote,
.bpk-post .wp-block-quote {
    margin: 30px 0;
    padding: 22px 26px;
    border-left: 4px solid #d3aa76;
    border-radius: 0 14px 14px 0;
    background: #fff8ef;
}

.bpk-post .bpk-section-card {
    margin: 30px 0;
    padding: 28px;
    background: #fffaf5;
    border: 1px solid #eee2d5;
    border-radius: 18px;
}

.bpk-post .bpk-cta,
.bpk-post a.bpk-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 0;
    border-radius: 10px;
    background: #173b71;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(23, 59, 113, 0.14);
}

.bpk-post .bpk-cta:hover,
.bpk-post .bpk-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 782px) {
    .bpk-post-stage {
        margin: 0 auto 34px;
        padding: 20px 14px 30px;
    }

    .bpk-page-shell {
        border-radius: 16px;
    }

    .bpk-post-hero {
        padding: 32px 22px 28px;
    }

    .bpk-post-body {
        padding: 30px 22px 46px;
    }

    .bpk-post {
        font-size: 16px;
        line-height: 1.68;
    }
}
