html, body { background: #050505; }
.lp-show {
    background: #050505;
    color: #fff;
    font-family: var(--bs-body-font-family);
    overflow-x: hidden;
}
.lp-show * { box-sizing: border-box; }
.lp-show p { text-shadow: none; }
.lp-show :target { scroll-margin-top: 140px; }

.lp-show .lp-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.lp-show .lp-frame { overflow-x: hidden; }

.lp-show .lp-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.75rem 1.5rem;
    background: rgba(5, 5, 5, 0.92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(251, 176, 59, 0.18);
}
.lp-show .lp-nav__logo {
    display: block;
    width: 175px;
    height: 68px;
    background: url("../img/MMC_Carmine_Logo_White.svg") center left / contain no-repeat;
    cursor: pointer;
    flex: 0 0 auto;
}
.lp-show .lp-pill {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border: 2px solid var(--golden);
    border-radius: 3rem;
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lp-show .lp-pill:hover,
.lp-show .lp-pill:focus { background: var(--golden); color: #111; }

.lp-show .lp-hero__img,
.lp-show .lp-hero__video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: cover;
    object-position: center 25%;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}
.lp-show .lp-hero__video.hidden { display: none; }
.lp-show .lp-hero__copy {
    text-align: center;
    padding: 1.6rem 0 0.4rem;
}
.lp-show .lp-hero__copy h1 {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.4;
    color: #fff;
    margin: 1rem;
}
.lp-show .lp-hero__copy h1 em { color: #fff; font-style: italic; font-weight: 700; }

.lp-show .lp-cta {
    display: block;
    width: 75%;
    padding: 0.3rem 1rem;
    margin: 3rem auto;
    border: 2px solid #fff;
    border-radius: 3rem;
    background: transparent;
    color: var(--golden);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lp-show .lp-cta:hover,
.lp-show .lp-cta:focus { background: var(--golden); color: #111; }

.lp-show .lp-section { padding: 0; }
.lp-show .lp-bighead {
    color: var(--golden);
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.05;
    margin: 0;
}
.lp-show .lp-subhead {
    font-style: italic;
    font-size: 1.1rem;
    color: #fff;
    margin: 0.25rem 0 0;
}
.lp-show .lp-lead {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin: 0 auto 1.4rem;
    max-width: 30rem;
}

.lp-show .show-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border: 1.5px solid var(--golden);
    border-radius: 12px;
    background: rgba(251, 176, 59, 0.04);
    padding: 0.2rem 1.5rem;
    margin-bottom: 0.8rem;
}
.lp-show #showtimes .show-card {
    margin-left: -3rem;
    padding-left: 2.25rem;
}
.lp-show .show-card__info { flex: 0 0 55%; min-width: 0; padding-left: 1.5rem; }
.lp-show .show-card__date {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.lp-show .show-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.7rem;
    margin-top: 0.1rem;
}
.lp-show .show-card__day { color: var(--golden); font-weight: 600; font-size: 0.9rem; }
.lp-show .show-card__time { color: var(--golden); font-weight: 600; font-size: 0.9rem; }
.lp-show .show-card__note { color: #9a9a9a; font-size: 0.75rem; margin-top: 0.3rem; }
.lp-show .show-card__avail {
    font-size: 0.78rem;
    font-weight: 700;
    font-style: italic;
    margin-top: 0.15rem;
}
.lp-show .show-card__btn {
    flex: 0 0 25%;
    align-self: center;
    display: inline-block;
    padding: 0.1rem 0.2rem;
    border-radius: 7px;
    background: var(--golden);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: filter 0.2s ease;
}
.lp-show .show-card__btn:hover { filter: brightness(1.12); }
.lp-show .show-card__btn.is-disabled {
    background: #444;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}
.lp-show .no-shows { text-align: center; color: #ccc; padding: 1rem 0; }

.lp-show .menu-head { text-align: center; margin-bottom: 1.2rem; }
.lp-show .menu-card {
    background: #121212;
    border-radius: 18px;
    padding: 1.4rem 1.2rem;
}
.lp-show .menu-course + .menu-course { margin-top: 1.6rem; }
.lp-show .menu-tagline { display: none; }
.lp-show .menu-course__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 0.4rem;
    margin-bottom: 0.9rem;
}
.lp-show .menu-course__label {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-size: 1rem;
    text-transform: uppercase;
}
.lp-show .menu-course__icon { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.lp-show .menu-item { margin-bottom: 1rem; }
.lp-show .menu-item:last-child { margin-bottom: 0; }
.lp-show .menu-item__name {
    color: var(--golden);
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 0.15rem;
    text-align: left;
}
.lp-show .menu-item__desc {
    color: #bdbdbd;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0;
    text-align: left;
}

.lp-show .lp-watch {
    display: block;
    margin: 1.5rem 0;
    text-decoration: none;
    overflow: hidden;
}
.lp-show .lp-watch__img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-show .lp-story h2 {
    color: var(--golden);
    font-weight: 800;
    font-style: italic;
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 1.1rem;
}
.lp-show .lp-story h2 em { font-style: italic; }
.lp-show .lp-story p {
    text-align: left;
    color: #d8d8d8;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1rem;
}
.lp-show .lp-story p strong { color: #fff; }

@media (max-width: 767px) {
    .lp-show .lp-story p { margin: 0 0 1.4rem; }
    .lp-show .lp-story p + p { margin-top: 1.4rem; }
}

.lp-show .lp-faq .lp-bighead { margin-bottom: 1.2rem; }
.lp-show .faq-item {
    padding: 0.9rem 0;
}
.lp-show .faq-item:first-of-type { border-top: 1px solid rgba(251, 176, 59, 0.75); }
.lp-show .faq-item:last-of-type { border-bottom: 1px solid rgba(251, 176, 59, 0.75); }
.lp-show .faq-item__q {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 0.35rem;
    text-align: left;
}
.lp-show .faq-item__a {
    color: var(--golden);
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .lp-show .lp-hero__copy h1 { font-size: 1.8rem; }
    .lp-show .lp-bighead { font-size: 3rem; }

    .lp-show .lp-nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    .lp-show .lp-nav__logo { justify-self: center; background-position: center; }
    .lp-show .lp-pill { grid-column: 3; justify-self: center; padding: 0.7rem 1.4rem; font-size: 0.95rem; }
}

@media (min-width: 992px) {
    .lp-show .lp-frame { max-width: 1040px; margin-inline: auto; }
    .lp-show .lp-wrap { max-width: 960px; }
    .lp-show .lp-cta { max-width: 360px; }

    .lp-show .show-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem 1.5rem;
        margin-bottom: 1.2rem;
    }
    .lp-show #showtimes .show-card {
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lp-show #showtimes .show-card:nth-child(odd) {
        margin-left: -4.5rem;
        padding-left: 2.5rem;
    }
    .lp-show #showtimes .show-card:nth-child(even) {
        margin-right: -4.5rem;
        padding-right: 2.5rem;
    }

    .lp-show .menu-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2.5rem;
        row-gap: 1.5rem;
        align-items: start;
    }
    .lp-show .menu-course + .menu-course { margin-top: 0; }
    .lp-show .menu-course:nth-child(1) { grid-column: 1; grid-row: 1; }
    .lp-show .menu-course:nth-child(2) { grid-column: 2; grid-row: 1; }
    .lp-show .menu-course:nth-child(3) { grid-column: 1; grid-row: 2; }
    .lp-show .menu-head .lp-subhead { display: none; }
    .lp-show .menu-tagline {
        display: block;
        grid-column: 2;
        grid-row: 2;
        align-self: end;
        justify-self: end;
        margin: 0;
        font-style: italic;
        font-size: 1.6rem;
        color: #fff;
        text-align: right;
    }

    .lp-show .lp-columns {
        max-width: 960px;
        margin: 2rem auto 0;
        padding: 0 1.25rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "story faq"
            "watch faq";
        column-gap: 3rem;
        row-gap: 1.5rem;
        align-items: start;
    }
    .lp-show .lp-columns .lp-story { grid-area: story; }
    .lp-show .lp-columns .lp-watch { grid-area: watch; }
    .lp-show .lp-columns .lp-faq   { grid-area: faq; }
    .lp-show .lp-columns .lp-wrap  { max-width: none; padding: 0; }
}
