@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Lora:wght@400;500;600&display=swap');

:root {
    --bdp-black: #060305;
    --bdp-ink: #0d0708;
    --bdp-wine: #25070b;
    --bdp-wine-2: #450a0a;
    --bdp-burgundy: #6e1016;
    --bdp-gold: #d9b25f;
    --bdp-gold-soft: #f2d48a;
    --bdp-cream: #f5e8ce;
    --bdp-muted: #b9a88b;
    --bdp-shadow: 0 28px 80px rgba(0, 0, 0, .55);
    --bdp-border: rgba(217,178,95,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.bdp-theatre-body,
body {
    margin: 0;
    background: radial-gradient(circle at 50% -10%, rgba(110,16,22,.55), transparent 36%), linear-gradient(180deg, #050203 0%, #0d0708 38%, #050203 100%) !important;
    color: var(--bdp-cream);
    font-family: 'Lora', Georgia, serif;
    line-height: 1.75;
    overflow-x: hidden;
}
body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    z-index: -1;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 46px 46px;
    mix-blend-mode: screen;
}
a { color: var(--bdp-gold-soft); text-decoration: none; transition: color .25s ease, transform .25s ease; }
a:hover { color: #fff2c7; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--bdp-gold); font-weight: 600; letter-spacing: .02em; line-height: 1.05; margin: 0 0 20px; }
h1 { font-size: clamp(3.2rem, 8vw, 7.2rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
p { color: rgba(245,232,206,.84); margin: 0 0 20px; }
.screen-reader-text { position:absolute; left:-9999px; }
.bdp-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; }

.bdp-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(6,3,5,.72);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(217,178,95,.2);
}
.bdp-header-inner { width: min(1220px, calc(100% - 32px)); margin: 0 auto; min-height: 78px; display: flex; align-items: center; gap: 24px; }
.bdp-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--bdp-gold); font-family: 'Cormorant Garamond'; font-size: 1.45rem; font-weight: 700; letter-spacing: .04em; }
.bdp-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--bdp-border); background: #050505; box-shadow: inset 0 0 18px rgba(217,178,95,.14); overflow: hidden; }
.bdp-brand-mark img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(.95); }
.bdp-main-nav { margin-left: auto; }
.bdp-mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 14px;
    margin-left: auto;
    color: var(--bdp-gold-soft);
    background: rgba(8,4,5,.48);
    border: 1px solid var(--bdp-border);
    font-family: 'Lora', Georgia, serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.bdp-mobile-menu-icon {
    width: 20px;
    height: 12px;
    display: inline-block;
    position: relative;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
.bdp-mobile-menu-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    border-top: 2px solid currentColor;
}
.bdp-menu, .bdp-footer-menu { list-style: none; display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; }
.bdp-menu a { color: rgba(245,232,206,.88); font-size: .95rem; letter-spacing: .05em; text-transform: uppercase; }
.bdp-menu a:hover { color: var(--bdp-gold-soft); }
.bdp-reserve-link { border: 1px solid var(--bdp-border); padding: 11px 18px; color: var(--bdp-gold-soft); background: linear-gradient(135deg, rgba(69,10,10,.78), rgba(13,7,8,.64)); box-shadow: 0 12px 30px rgba(0,0,0,.32); }

.bdp-hero, .bdp-page-hero { position: relative; min-height: 78vh; display: grid; place-items: center; text-align: center; overflow: hidden; padding: 120px 0 80px; background: radial-gradient(circle at 50% 44%, rgba(217,178,95,.18), transparent 26%), linear-gradient(180deg, rgba(69,10,10,.55), rgba(6,3,5,.96)); }
.bdp-page-hero { min-height: 48vh; padding-top: 110px; }
.bdp-red-hero { background: radial-gradient(circle at 50% 20%, rgba(217,178,95,.18), transparent 28%), linear-gradient(135deg, #2b0609, #060305 70%); }
.bdp-archive-hero { background: radial-gradient(circle at 50% 5%, rgba(217,178,95,.22), transparent 30%), linear-gradient(180deg, #16080a, #050203); }
.bdp-hero:after, .bdp-page-hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(180deg, transparent, var(--bdp-black)); }
.bdp-stage-scene:before { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(900px, 92vw); height: 180px; background: linear-gradient(180deg, rgba(217,178,95,.18), rgba(0,0,0,.78)), repeating-linear-gradient(90deg, rgba(217,178,95,.14) 0 1px, transparent 1px 90px); border-top: 2px solid rgba(217,178,95,.4); box-shadow: 0 -18px 80px rgba(217,178,95,.08); border-radius: 50% 50% 0 0 / 20% 20% 0 0; }
.bdp-curtain { position: absolute; top: 0; bottom: 0; width: min(27vw, 360px); opacity: .92; background: repeating-linear-gradient(90deg, #2a0609 0 18px, #5c0d13 18px 36px, #170306 36px 54px); filter: drop-shadow(0 0 40px rgba(0,0,0,.75)); }
.bdp-curtain-left { left: 0; clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%); }
.bdp-curtain-right { right: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%); }
.bdp-spotlight { position: absolute; top: 0; width: 34vw; height: 90vh; opacity: .35; background: conic-gradient(from 180deg at 50% 0%, rgba(255,226,154,.45), transparent 22deg, transparent 338deg, rgba(255,226,154,.45)); filter: blur(3px); }
.bdp-spotlight-left { left: 16%; transform: rotate(20deg); }
.bdp-spotlight-right { right: 16%; transform: rotate(-20deg); }
.bdp-ornament { position: absolute; top: 105px; color: rgba(217,178,95,.54); font-size: 1.25rem; letter-spacing: 1.1rem; }
.bdp-hero-content { width: min(820px, calc(100% - 36px)); margin: 0 auto; position: relative; z-index: 3; }
.bdp-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--bdp-gold-soft); text-transform: uppercase; letter-spacing: .18em; font-size: .82rem; font-weight: 600; margin-bottom: 14px; }
.bdp-kicker:before, .bdp-kicker:after { content: ""; width: 38px; height: 1px; background: var(--bdp-border); }
.bdp-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.bdp-btn, .sp-button, input[type='submit'], button, .button.wp-element-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 13px 24px; color: #1a0b05 !important; background: linear-gradient(135deg, var(--bdp-gold-soft), var(--bdp-gold)); border: 1px solid rgba(255,237,184,.5); border-radius: 0 !important; box-shadow: 0 18px 35px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.18); font-family: 'Lora'; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.bdp-btn:hover { transform: translateY(-2px); color: #000 !important; }
.bdp-btn-ghost { background: rgba(8,4,5,.4); color: var(--bdp-gold-soft) !important; border-color: var(--bdp-border); }
.bdp-btn-small { min-height: 40px; padding: 10px 18px; font-size: .85rem; }

.bdp-scene { position: relative; padding: 110px 0; overflow: hidden; }
.bdp-scene:before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 18% 20%, rgba(110,16,22,.16), transparent 30%), radial-gradient(circle at 82% 0%, rgba(217,178,95,.08), transparent 26%); pointer-events:none; }
.bdp-two-col { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.bdp-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bdp-feature-grid article, .bdp-content-card, .bdp-poster-card, .bdp-archive-card, .bdp-seat-wrapper { background: linear-gradient(145deg, rgba(23,8,9,.92), rgba(6,3,5,.88)); border: 1px solid var(--bdp-border); box-shadow: var(--bdp-shadow); position: relative; }
.bdp-feature-grid article { padding: 28px; }
.bdp-feature-grid strong { color: var(--bdp-gold-soft); font-size: 1.4rem; }
.bdp-section-heading { text-align: center; width: min(760px, 100%); margin: 0 auto 52px; }
.bdp-poster-grid, .bdp-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.bdp-poster-card { min-height: 420px; padding: 34px 30px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(217,178,95,.12), transparent 28%), linear-gradient(180deg, rgba(77,11,15,.92), rgba(8,4,5,.96)); }
.bdp-poster-card:before { content:""; position:absolute; inset:14px; border:1px solid rgba(217,178,95,.32); pointer-events:none; }
.bdp-poster-card:after { content:"✦"; position:absolute; top:32px; left:50%; transform:translateX(-50%); color: rgba(217,178,95,.32); font-size: 3.3rem; }
.bdp-poster-topline { position:absolute; top:0; left:0; right:0; height:7px; background: linear-gradient(90deg, transparent, var(--bdp-gold), transparent); }
.bdp-poster-card h3 { font-size: 2.25rem; }
.bdp-price { display:block; color: var(--bdp-gold-soft); margin: 0 0 20px; }
.bdp-poster-image, .bdp-archive-image { margin: -34px -30px 24px; overflow: hidden; border-bottom: 1px solid var(--bdp-border); }
.bdp-poster-image img, .bdp-archive-image img { width:100%; height:220px; object-fit:cover; filter: sepia(.15) contrast(1.05) brightness(.75); transition: transform .8s ease; }
.bdp-poster-card:hover img, .bdp-archive-card:hover img { transform: scale(1.06); }

.bdp-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.bdp-memory-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; }
.bdp-memory-gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.bdp-gallery-grid figure { margin: 0; border: 1px solid var(--bdp-border); padding: 10px; background: #0d0708; box-shadow: var(--bdp-shadow); }
.bdp-gallery-grid img { height: 420px; width: 100%; object-fit: cover; filter: sepia(.08) brightness(.76); }
.bdp-gallery-grid figure:first-child img { height: 520px; }
.bdp-memory-gallery figure:first-child img { height: 864px; }
.bdp-gallery-grid figcaption { display: none; }

.bdp-seat-wrapper { padding: clamp(24px, 5vw, 54px); text-align: center; }
.bdp-stage-label { margin: 0 auto 36px; width: min(620px, 96%); height: 74px; display: grid; place-items: center; color: var(--bdp-gold-soft); letter-spacing: .35em; font-weight: 700; border: 1px solid var(--bdp-border); background: linear-gradient(180deg, rgba(217,178,95,.18), rgba(70,10,13,.26)); box-shadow: inset 0 -24px 45px rgba(0,0,0,.35); }
.bdp-seat-map { display: grid; gap: 14px; justify-content: center; perspective: 900px; }
.bdp-seat-row { display: flex; gap: 10px; align-items: center; justify-content: center; transform: rotateX(2deg); }
.bdp-row-label { width: 28px; color: var(--bdp-gold-soft); font-weight: 700; }
.bdp-seat { width: 42px; height: 42px; min-height: 0; padding: 0; color: var(--bdp-cream) !important; border: 1px solid rgba(245,232,206,.18); background: linear-gradient(180deg, #3b1012, #170708); position: relative; box-shadow: 0 8px 18px rgba(0,0,0,.32); font-size: .78rem; }
.bdp-seat:before { content:""; position:absolute; left:7px; right:7px; top:7px; height:13px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.bdp-seat.available:hover { border-color: var(--bdp-gold); transform: translateY(-3px); }
.bdp-seat.selected { background: linear-gradient(180deg, #d9b25f, #8c6527); color: #170705 !important; border-color: #fff0b8; }
.bdp-seat.reserved { background: linear-gradient(180deg, #252022, #0a0809); color: rgba(245,232,206,.35) !important; cursor: not-allowed; opacity: .58; }
.bdp-seat-legend { display:flex; justify-content:center; flex-wrap:wrap; gap: 20px; margin: 28px 0; color: rgba(245,232,206,.82); }
.bdp-dot { display:inline-block; width:13px; height:13px; margin-right:7px; vertical-align: -1px; border:1px solid rgba(255,255,255,.2); }
.bdp-dot.available { background:#3b1012; }
.bdp-dot.selected { background: var(--bdp-gold); }
.bdp-dot.reserved { background: #252022; }
.bdp-reservation-panel { width:min(620px,100%); margin: 24px auto 0; padding: 24px; border:1px solid rgba(217,178,95,.26); background: rgba(0,0,0,.2); }
.bdp-reservation-panel h2 { font-size: 2rem; }

.bdp-archive-card { padding: 26px; min-height: 320px; background: linear-gradient(145deg, rgba(34,15,10,.92), rgba(6,3,5,.95)); }
.bdp-archive-card:before { content:""; position:absolute; inset:10px; border:1px dashed rgba(217,178,95,.18); pointer-events:none; }
.bdp-content-card { padding: clamp(28px, 5vw, 52px); }
.bdp-post-list { display:grid; gap:28px; }
.bdp-thumb img { width:100%; max-height:380px; object-fit:cover; margin-bottom:22px; border: 1px solid var(--bdp-border); }
.bdp-single-layout { display:grid; grid-template-columns: .85fr 1.15fr; gap:34px; align-items:start; }
.bdp-single-poster { border:1px solid var(--bdp-border); padding:12px; background:#0d0708; box-shadow: var(--bdp-shadow); }
.bdp-single-poster img { width:100%; }
.bdp-poster-placeholder { aspect-ratio: 2/3; display:grid; place-items:center; border:1px solid var(--bdp-border); color: var(--bdp-gold); font-family:'Cormorant Garamond'; font-size:3rem; background: radial-gradient(circle, rgba(217,178,95,.13), transparent 46%), #160709; }
.bdp-detail-list { border-top: 1px solid rgba(217,178,95,.2); margin: 24px 0; padding-top: 18px; }
.bdp-form label { display:grid; gap:8px; color: var(--bdp-gold-soft); margin-bottom:18px; }
.bdp-form input, .bdp-form textarea, input, textarea, select { width: 100%; border:1px solid rgba(217,178,95,.34) !important; border-radius:0 !important; background: rgba(0,0,0,.22) !important; color: var(--bdp-cream) !important; padding:14px 16px !important; font-family:'Lora'; }

.bdp-site-footer { position:relative; padding: 80px 0 24px; background: linear-gradient(180deg, #050203, #130607); border-top: 1px solid rgba(217,178,95,.25); overflow:hidden; }
.bdp-footer-stage { position:absolute; top:0; left:0; right:0; height:8px; background: linear-gradient(90deg, transparent, var(--bdp-gold), transparent); }
.bdp-footer-inner { width:min(1160px, calc(100% - 40px)); margin:0 auto; display:grid; grid-template-columns:1fr auto; gap:34px; align-items:start; }
.bdp-footer-nav .bdp-menu { display:grid; gap:8px; align-items:start; }
.bdp-copyright { width:min(1160px, calc(100% - 40px)); margin:40px auto 0; color: rgba(245,232,206,.55); font-size:.9rem; }

.reveal-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto !important; transition:none !important; animation:none !important; } .reveal-on-scroll { opacity:1; transform:none; } }

@media (max-width: 980px) {
    .bdp-header-inner { flex-wrap: wrap; padding: 14px 0; }
    .bdp-main-nav { order:3; width:100%; }
    .bdp-menu { justify-content:center; flex-wrap:wrap; gap: 14px; }
    .bdp-two-col, .bdp-single-layout { grid-template-columns: 1fr; }
    .bdp-poster-grid, .bdp-archive-grid, .bdp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bdp-gallery-grid { grid-template-columns: 1fr; }
    .bdp-gallery-grid img, .bdp-gallery-grid figure:first-child img { height: 340px; }
    .bdp-curtain { opacity:.48; width:22vw; }
}
@media (max-width: 640px) {
    h1 { font-size: 3.1rem; }
    .bdp-poster-grid, .bdp-archive-grid, .bdp-feature-grid { grid-template-columns: 1fr; }
    .bdp-reserve-link { display:none; }
    .bdp-seat-row { gap:5px; }
    .bdp-seat { width:29px; height:32px; font-size:.62rem; }
    .bdp-row-label { width:20px; }
    .bdp-scene { padding:72px 0; }
    .bdp-kicker:before, .bdp-kicker:after { width:20px; }
}


/* Bartók Diákszínpad real-data additions */
.bdp-poster-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 850px; margin-inline: auto; }
.bdp-real-poster-card { min-height: auto; padding-top: 0; justify-content: flex-start; }
.bdp-real-poster-card:after { display: none; }
.bdp-real-poster-card .bdp-poster-image { display:block; margin: 0 -30px 24px; }
.bdp-real-poster-card .bdp-poster-image img { height: 430px; object-fit: cover; object-position: center top; filter: sepia(.05) contrast(1.02) brightness(.82); }
.bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 360px; }
.bdp-poster-missing { height: 360px; display:grid; place-items:center; padding:30px; background: radial-gradient(circle, rgba(217,178,95,.12), transparent 44%), linear-gradient(145deg, rgba(69,10,10,.92), rgba(6,3,5,.98)); color: var(--bdp-gold); font-family:'Cormorant Garamond'; font-size:2.4rem; text-align:center; }
.bdp-muted-text { color: rgba(245,232,206,.64); font-style: italic; }
.bdp-chip-cloud { display:flex; flex-wrap:wrap; gap:10px; margin: 16px 0 32px; }
.bdp-chip-cloud span { border:1px solid rgba(217,178,95,.28); background: rgba(217,178,95,.07); color: var(--bdp-cream); padding:8px 12px; }
.bdp-tech-list { display:grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap:8px 18px; }
.bdp-tech-list dt { color: var(--bdp-gold-soft); font-weight:700; }
.bdp-tech-list dd { margin:0; color: rgba(245,232,206,.85); }
.bdp-person-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:20px; }
.bdp-person-card { background: linear-gradient(145deg, rgba(23,8,9,.92), rgba(6,3,5,.88)); border: 1px solid var(--bdp-border); box-shadow: var(--bdp-shadow); padding: 22px; position:relative; }
.bdp-person-card:before { content:""; position:absolute; inset:9px; border:1px dashed rgba(217,178,95,.16); pointer-events:none; }
.bdp-person-card h3 { font-size:1.65rem; margin-bottom:10px; }
.bdp-person-card p { font-size:.95rem; margin:0; }
.bdp-alt-scene { background: radial-gradient(circle at 50% 0%, rgba(110,16,22,.18), transparent 32%); }
.bdp-contact-layout { align-items: start; }
.bdp-reservation-form h2 { margin-bottom: 18px; }
.bdp-form select { appearance:none; }
.bdp-form-notice { padding: 12px 14px; margin: 0 0 18px; border: 1px solid var(--bdp-border); background: rgba(0,0,0,.24); }
.bdp-form-success { color: #f2d48a; }
.bdp-form-error { color: #ffd2d2; border-color: rgba(180, 48, 48, .55); }
.bdp-gallery-grid figure:nth-child(2) img,
.bdp-gallery-grid figure:nth-child(3) img { object-position: center top; }
.bdp-detail-list strong { color: var(--bdp-gold-soft); }
@media (max-width: 980px) { .bdp-person-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bdp-poster-grid-two { grid-template-columns:1fr; } }
@media (max-width: 640px) { .bdp-person-grid { grid-template-columns: 1fr; } .bdp-real-poster-card .bdp-poster-image img { height: 340px; } .bdp-tech-list { grid-template-columns:1fr; } }

.bdp-home-credit { padding: 18px 0 34px; text-align: center; font-size: .82rem; letter-spacing: .08em; color: rgba(245,232,206,.52); background: #050203; }
.bdp-home-credit .bdp-container { border-top: 1px solid rgba(217,178,95,.18); padding-top: 18px; }
@media (max-width: 900px) { .bdp-memory-gallery { grid-template-columns: 1fr; } .bdp-memory-gallery figure:first-child { grid-column: auto; grid-row: auto; } .bdp-memory-gallery figure:first-child img { height: 420px; } }


/* V5 mobile polish */
@media (max-width: 760px) {
    body.bdp-theatre-body { font-size: 15px; }
    .bdp-container,
    .bdp-footer-inner,
    .bdp-copyright { width: min(100% - 26px, 1160px); }

    .bdp-site-header { position: sticky; }
    .bdp-header-inner {
        width: min(100% - 22px, 1220px);
        min-height: 64px;
        flex-wrap: nowrap;
        gap: 10px;
        position: relative;
    }
    .bdp-brand { font-size: 1.08rem; gap: 10px; min-width: 0; }
    .bdp-brand-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bdp-brand-mark { width: 42px; height: 42px; flex: 0 0 42px; }
    .bdp-mobile-menu-toggle { display: inline-flex; }
    .bdp-main-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: -11px;
        right: -11px;
        width: auto;
        margin-left: 0;
        padding: 12px;
        background: rgba(6,3,5,.98);
        border: 1px solid rgba(217,178,95,.22);
        border-top: 0;
        box-shadow: 0 26px 70px rgba(0,0,0,.58);
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        transition: opacity .25s ease, transform .25s ease, max-height .25s ease;
    }
    body.bdp-mobile-nav-open .bdp-main-nav {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        max-height: 75vh;
        overflow-y: auto;
    }
    .bdp-menu {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        align-items: stretch;
        gap: 8px;
    }
    .bdp-menu a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px 10px;
        border: 1px solid rgba(217,178,95,.16);
        background: rgba(217,178,95,.04);
    }

    .bdp-hero, .bdp-page-hero {
        min-height: 68vh;
        padding: 86px 0 56px;
    }
    .bdp-page-hero { min-height: 38vh; }
    h1 { font-size: clamp(2.45rem, 16vw, 4.15rem); }
    h2 { font-size: clamp(2rem, 11vw, 3rem); }
    h3 { font-size: clamp(1.35rem, 8vw, 2rem); }
    .bdp-kicker {
        font-size: .68rem;
        letter-spacing: .12em;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bdp-kicker:before, .bdp-kicker:after { width: 18px; }
    .bdp-ornament { letter-spacing: .35rem; }
    .bdp-curtain { opacity: .26; width: 18vw; }
    .bdp-spotlight { opacity: .32; }
    .bdp-actions { display: grid; grid-template-columns: 1fr; gap: 12px; width: min(330px, 100%); margin-inline: auto; }
    .bdp-actions .bdp-btn { width: 100%; }

    .bdp-scene { padding: 64px 0; }
    .bdp-section-heading { margin-bottom: 32px; }
    .bdp-two-col, .bdp-single-layout { grid-template-columns: 1fr; gap: 28px; }
    .bdp-feature-grid,
    .bdp-poster-grid,
    .bdp-archive-grid,
    .bdp-poster-grid-two,
    .bdp-person-grid { grid-template-columns: 1fr !important; }
    .bdp-real-poster-card .bdp-poster-image { margin-left: -18px; margin-right: -18px; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: auto; max-height: 520px; object-fit: contain; background: #050203; }

    .bdp-gallery-grid,
    .bdp-memory-gallery { grid-template-columns: 1fr !important; gap: 14px; }
    .bdp-memory-gallery figure:first-child { grid-column: auto; grid-row: auto; }
    .bdp-gallery-grid figure { padding: 7px; }
    .bdp-gallery-grid img,
    .bdp-gallery-grid figure:first-child img,
    .bdp-memory-gallery figure:first-child img {
        height: auto;
        max-height: none;
        object-fit: contain;
        filter: sepia(.04) brightness(.82);
    }

    .bdp-content-card,
    .bdp-poster-card,
    .bdp-person-card { padding: 22px 18px; }
    .bdp-tech-list { grid-template-columns: 1fr; }
    .bdp-form input,
    .bdp-form textarea,
    .bdp-form select { font-size: 16px !important; }

    .bdp-footer-inner { grid-template-columns: 1fr; text-align: center; }
    .bdp-footer-menu { justify-content: center; flex-wrap: wrap; }
}

/* V7 mobile menu fix: white text/icon on the burger button */
@media (max-width: 760px) {
    .bdp-mobile-menu-toggle,
    .bdp-mobile-menu-toggle .bdp-mobile-menu-text,
    .bdp-mobile-menu-toggle .bdp-mobile-menu-icon {
        color: #ffffff !important;
    }
    .bdp-mobile-menu-toggle .bdp-mobile-menu-icon,
    .bdp-mobile-menu-toggle .bdp-mobile-menu-icon:before {
        border-color: #ffffff !important;
    }
}


/* V8 fixes: email form page, mobile menu text only, archive detail mobile layout, no footer mini-menu */
.bdp-footer-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
}
.bdp-footer-nav,
.bdp-footer-menu {
    display: none !important;
}
.bdp-mobile-menu-icon {
    display: none !important;
}
.bdp-mobile-menu-toggle {
    color: #ffffff !important;
}
.bdp-mobile-menu-toggle .bdp-mobile-menu-text {
    color: #ffffff !important;
}
.bdp-content-card,
.bdp-single-layout,
.bdp-single-layout > *,
.bdp-page-hero .bdp-container {
    min-width: 0;
}
.bdp-content-card h1,
.bdp-page-hero h1,
.bdp-content-card h2,
.bdp-content-card h3,
.bdp-detail-list,
.bdp-chip-cloud span {
    overflow-wrap: anywhere;
    word-break: normal;
}
@media (max-width: 760px) {
    .bdp-mobile-menu-toggle {
        gap: 0;
        padding: 10px 18px;
        color: #ffffff !important;
        background: rgba(8,4,5,.72);
    }
    .bdp-mobile-menu-icon,
    .bdp-mobile-menu-icon:before {
        display: none !important;
        border: 0 !important;
    }
    .bdp-single-layout {
        display: block !important;
        width: 100%;
    }
    .bdp-single-poster {
        width: 100%;
        margin: 0 0 22px;
        padding: 8px;
    }
    .bdp-single-poster img {
        width: 100%;
        height: auto;
        max-height: 72vh;
        object-fit: contain;
    }
    .bdp-content-card {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .bdp-content-card h1 {
        font-size: clamp(2.05rem, 13vw, 3.15rem);
        line-height: 1.02;
    }
    .bdp-chip-cloud {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bdp-chip-cloud span {
        display: block;
        width: 100%;
    }
}


/* V9 admin + reservation capacity polish */
.bdp-admin-home-link {
    display: inline-flex;
    margin-left: 12px;
    padding: 4px 10px;
    border: 1px solid rgba(217,178,95,.38);
    color: var(--bdp-gold-soft) !important;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(0,0,0,.22);
}
.bdp-capacity-list {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(217,178,95,.24);
}
.bdp-capacity-list h3 { margin-top: 0; }
.bdp-capacity-list p { margin: 0 0 14px; }
.bdp-form button:disabled,
.bdp-form select option:disabled { opacity: .55; cursor: not-allowed; }
@media (max-width: 760px) {
    .bdp-admin-home-link { display: table; margin: 10px auto 0; }
}

/* V12 homepage visual effects - elegant, mobile friendly */
body.home .bdp-stage-scene .bdp-hero-content,
body.front-page .bdp-stage-scene .bdp-hero-content {
    isolation: isolate;
}
body.home .bdp-stage-scene .bdp-hero-content:before,
body.front-page .bdp-stage-scene .bdp-hero-content:before {
    content: "";
    position: absolute;
    inset: -48px -34px;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(217,178,95,.18);
    background:
        radial-gradient(circle at 50% 32%, rgba(242,212,138,.18), transparent 35%),
        linear-gradient(135deg, rgba(217,178,95,.08), transparent 34%, rgba(110,16,22,.18));
    box-shadow: 0 0 90px rgba(217,178,95,.10), inset 0 0 70px rgba(217,178,95,.04);
    animation: bdp-title-glow 5.5s ease-in-out infinite;
}
body.home .bdp-stage-scene .bdp-hero-content:after,
body.front-page .bdp-stage-scene .bdp-hero-content:after {
    content: "✦   ✧   ✦";
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    color: rgba(242,212,138,.42);
    letter-spacing: .6rem;
    font-size: .85rem;
    pointer-events: none;
}
body.home .bdp-stage-scene .bdp-spotlight-left,
body.front-page .bdp-stage-scene .bdp-spotlight-left { animation: bdp-spotlight-left 7s ease-in-out infinite; }
body.home .bdp-stage-scene .bdp-spotlight-right,
body.front-page .bdp-stage-scene .bdp-spotlight-right { animation: bdp-spotlight-right 7.5s ease-in-out infinite; }
body.home .bdp-intro-scene .bdp-feature-grid article,
body.front-page .bdp-intro-scene .bdp-feature-grid article,
body.home .bdp-performances-scene .bdp-poster-card,
body.front-page .bdp-performances-scene .bdp-poster-card {
    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
body.home .bdp-intro-scene .bdp-feature-grid article:hover,
body.front-page .bdp-intro-scene .bdp-feature-grid article:hover,
body.home .bdp-performances-scene .bdp-poster-card:hover,
body.front-page .bdp-performances-scene .bdp-poster-card:hover {
    transform: translateY(-5px);
    border-color: rgba(242,212,138,.62);
    box-shadow: 0 34px 90px rgba(0,0,0,.62), 0 0 38px rgba(217,178,95,.08);
}
body.home .bdp-intro-scene .bdp-feature-grid article:after,
body.front-page .bdp-intro-scene .bdp-feature-grid article:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217,178,95,.38), transparent);
    pointer-events: none;
}
body.home .bdp-gallery-scene:after,
body.front-page .bdp-gallery-scene:after,
body.home .bdp-performances-scene:after,
body.front-page .bdp-performances-scene:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: min(760px, calc(100% - 42px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(217,178,95,.52), transparent);
    opacity: .75;
    pointer-events: none;
}
@keyframes bdp-title-glow {
    0%, 100% { opacity: .72; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.015); }
}
@keyframes bdp-spotlight-left {
    0%, 100% { transform: rotate(18deg) translateX(0); opacity: .29; }
    50% { transform: rotate(23deg) translateX(8px); opacity: .42; }
}
@keyframes bdp-spotlight-right {
    0%, 100% { transform: rotate(-18deg) translateX(0); opacity: .29; }
    50% { transform: rotate(-23deg) translateX(-8px); opacity: .42; }
}
@media (max-width: 760px) {
    body.home .bdp-stage-scene .bdp-hero-content:before,
    body.front-page .bdp-stage-scene .bdp-hero-content:before {
        inset: -24px -10px;
        opacity: .62;
        box-shadow: 0 0 42px rgba(217,178,95,.08), inset 0 0 34px rgba(217,178,95,.035);
    }
    body.home .bdp-stage-scene .bdp-hero-content:after,
    body.front-page .bdp-stage-scene .bdp-hero-content:after {
        bottom: -26px;
        font-size: .72rem;
        letter-spacing: .28rem;
    }
    body.home .bdp-stage-scene .bdp-spotlight-left,
    body.home .bdp-stage-scene .bdp-spotlight-right,
    body.front-page .bdp-stage-scene .bdp-spotlight-left,
    body.front-page .bdp-stage-scene .bdp-spotlight-right {
        animation: none;
        opacity: .24;
    }
    body.home .bdp-intro-scene .bdp-feature-grid article:hover,
    body.front-page .bdp-intro-scene .bdp-feature-grid article:hover,
    body.home .bdp-performances-scene .bdp-poster-card:hover,
    body.front-page .bdp-performances-scene .bdp-poster-card:hover {
        transform: none;
    }
}

/* V13 mobile readability + extra theatre animations */
body.home .bdp-curtain-valance,
body.front-page .bdp-curtain-valance {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: min(118px, 18vh);
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 50% 100%, rgba(0,0,0,.55), transparent 62%),
        repeating-linear-gradient(90deg, #170305 0 18px, #5d0f16 18px 36px, #2b0609 36px 54px);
    border-bottom: 1px solid rgba(217,178,95,.34);
    box-shadow: 0 22px 70px rgba(0,0,0,.55), inset 0 -18px 34px rgba(0,0,0,.38);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 94% 88%, 88% 72%, 82% 88%, 76% 72%, 70% 88%, 64% 72%, 58% 88%, 52% 72%, 46% 88%, 40% 72%, 34% 88%, 28% 72%, 22% 88%, 16% 72%, 10% 88%, 4% 72%, 0 84%);
    animation: bdp-valance-sway 8s ease-in-out infinite;
}
body.home .bdp-stage-sparkles,
body.front-page .bdp-stage-sparkles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .35;
    background-image:
        radial-gradient(circle, rgba(242,212,138,.55) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(255,255,255,.25) 0 1px, transparent 2px);
    background-size: 160px 160px, 230px 230px;
    background-position: 12px 80px, 80px 24px;
    animation: bdp-dust-float 13s linear infinite;
}
body.home .bdp-curtain-left,
body.front-page .bdp-curtain-left { animation: bdp-left-curtain-breathe 9s ease-in-out infinite; transform-origin: left center; }
body.home .bdp-curtain-right,
body.front-page .bdp-curtain-right { animation: bdp-right-curtain-breathe 9s ease-in-out infinite; transform-origin: right center; }
body.home .bdp-stage-scene h1,
body.front-page .bdp-stage-scene h1 {
    text-shadow: 0 0 22px rgba(242,212,138,.18), 0 8px 34px rgba(0,0,0,.75);
}
body.home .bdp-stage-scene h1:after,
body.front-page .bdp-stage-scene h1:after {
    content: "";
    display: block;
    width: min(360px, 72vw);
    height: 1px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, transparent, rgba(242,212,138,.68), transparent);
    transform-origin: center;
    animation: bdp-title-line 4.8s ease-in-out infinite;
}
@keyframes bdp-valance-sway {
    0%,100% { transform: translateY(0); filter: brightness(.92); }
    50% { transform: translateY(-4px); filter: brightness(1.06); }
}
@keyframes bdp-dust-float {
    from { background-position: 12px 80px, 80px 24px; }
    to { background-position: 12px -220px, 80px -276px; }
}
@keyframes bdp-left-curtain-breathe {
    0%,100% { transform: translateX(0) skewX(0deg); filter: drop-shadow(0 0 40px rgba(0,0,0,.75)) brightness(.95); }
    50% { transform: translateX(-7px) skewX(-1.2deg); filter: drop-shadow(0 0 50px rgba(0,0,0,.75)) brightness(1.04); }
}
@keyframes bdp-right-curtain-breathe {
    0%,100% { transform: translateX(0) skewX(0deg); filter: drop-shadow(0 0 40px rgba(0,0,0,.75)) brightness(.95); }
    50% { transform: translateX(7px) skewX(1.2deg); filter: drop-shadow(0 0 50px rgba(0,0,0,.75)) brightness(1.04); }
}
@keyframes bdp-title-line {
    0%,100% { opacity: .48; transform: scaleX(.72); }
    50% { opacity: .95; transform: scaleX(1); }
}

@media (max-width: 760px) {
    body.bdp-theatre-body { font-size: 14px; line-height: 1.62; }
    .bdp-container,
    .bdp-footer-inner,
    .bdp-copyright { width: min(100% - 20px, 1160px); }

    .bdp-header-inner { min-height: 58px; width: min(100% - 18px, 1220px); }
    .bdp-brand { font-size: .96rem; gap: 8px; }
    .bdp-brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
    .bdp-mobile-menu-toggle { min-height: 36px; padding: 8px 13px; font-size: .74rem; letter-spacing: .08em; }

    .bdp-hero,
    .bdp-page-hero { min-height: auto; padding: 70px 0 42px; }
    .bdp-hero { min-height: 54vh; }
    .bdp-page-hero { min-height: 30vh; }
    .bdp-hero-content { width: min(100% - 20px, 680px); }
    h1 { font-size: clamp(2.05rem, 12vw, 3.25rem); margin-bottom: 13px; }
    h2 { font-size: clamp(1.65rem, 8.5vw, 2.35rem); margin-bottom: 14px; }
    h3 { font-size: clamp(1.22rem, 6vw, 1.7rem); margin-bottom: 12px; }
    p { margin-bottom: 14px; }
    .bdp-kicker { font-size: .6rem; letter-spacing: .095em; gap: 7px; margin-bottom: 10px; }
    .bdp-kicker:before,
    .bdp-kicker:after { width: 14px; }
    .bdp-ornament { top: 70px; font-size: .86rem; letter-spacing: .22rem; opacity: .62; }
    .bdp-actions { gap: 9px; margin-top: 22px; width: min(270px, 100%); }
    .bdp-btn,
    .sp-button,
    input[type='submit'],
    button,
    .button.wp-element-button { min-height: 39px; padding: 10px 15px; font-size: .76rem; letter-spacing: .04em; }

    .bdp-scene { padding: 44px 0; }
    .bdp-section-heading { margin-bottom: 22px; width: min(100%, 620px); }
    .bdp-two-col,
    .bdp-single-layout { gap: 20px; }
    .bdp-feature-grid { gap: 10px; }
    .bdp-feature-grid article,
    .bdp-content-card,
    .bdp-poster-card,
    .bdp-person-card { padding: 16px 14px; }
    .bdp-feature-grid article h3,
    .bdp-person-card h3 { margin-bottom: 6px; }
    .bdp-feature-grid strong { font-size: 1rem; }

    .bdp-poster-grid,
    .bdp-archive-grid,
    .bdp-poster-grid-two { gap: 16px; }
    .bdp-poster-card { min-height: auto; }
    .bdp-poster-card:before { inset: 8px; }
    .bdp-poster-card h3 { font-size: 1.65rem; }
    .bdp-real-poster-card .bdp-poster-image { margin: -16px -14px 16px; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { max-height: 390px; }
    .bdp-poster-missing { height: 230px; font-size: 1.7rem; }

    .bdp-gallery-grid,
    .bdp-memory-gallery { gap: 10px; }
    .bdp-gallery-grid figure { padding: 5px; }
    .bdp-gallery-grid img,
    .bdp-gallery-grid figure:first-child img,
    .bdp-memory-gallery figure:first-child img { max-height: 330px; width: 100%; object-fit: cover; }

    .bdp-tech-list { gap: 4px 10px; }
    .bdp-chip-cloud { gap: 7px; margin: 12px 0 20px; }
    .bdp-chip-cloud span { padding: 7px 9px; font-size: .86rem; }
    .bdp-form label { font-size: .9rem; }
    .bdp-form input,
    .bdp-form textarea,
    .bdp-form select { padding: 11px 12px !important; }
    .bdp-form textarea { min-height: 115px; }
    .bdp-home-credit { padding: 12px 0 24px; font-size: .7rem; }

    body.home .bdp-curtain-valance,
    body.front-page .bdp-curtain-valance { height: 70px; opacity: .82; animation-duration: 10s; }
    body.home .bdp-stage-sparkles,
    body.front-page .bdp-stage-sparkles { opacity: .22; background-size: 120px 120px, 170px 170px; }
    body.home .bdp-curtain-left,
    body.home .bdp-curtain-right,
    body.front-page .bdp-curtain-left,
    body.front-page .bdp-curtain-right { animation: none; opacity: .22; width: 15vw; }
    body.home .bdp-stage-scene h1:after,
    body.front-page .bdp-stage-scene h1:after { width: min(230px, 68vw); margin-top: 12px; }
    body.home .bdp-stage-scene .bdp-hero-content:before,
    body.front-page .bdp-stage-scene .bdp-hero-content:before { inset: -16px -7px; }
}

@media (max-width: 390px) {
    .bdp-brand-text { max-width: 142px; }
    h1 { font-size: clamp(1.85rem, 11vw, 2.75rem); }
    h2 { font-size: clamp(1.5rem, 8vw, 2.05rem); }
    .bdp-actions { width: min(245px, 100%); }
    .bdp-scene { padding: 38px 0; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { max-height: 330px; }
    .bdp-gallery-grid img,
    .bdp-gallery-grid figure:first-child img,
    .bdp-memory-gallery figure:first-child img { max-height: 285px; }
}


/* V14: compact mobile cards + only side curtain motion */
body.home .bdp-curtain-valance,
body.front-page .bdp-curtain-valance {
    display: none !important;
}

@media (max-width: 760px) {
    body.bdp-theatre-body { font-size: 13px; }
    .bdp-container,
    .bdp-footer-inner,
    .bdp-copyright { width: min(100% - 16px, 1160px); }
    .bdp-header-inner { min-height: 54px; width: min(100% - 14px, 1220px); }
    .bdp-brand { font-size: .88rem; }
    .bdp-brand-mark { width: 30px; height: 30px; flex-basis: 30px; }
    .bdp-mobile-menu-toggle { min-height: 32px; padding: 7px 11px; font-size: .68rem; }

    .bdp-hero,
    .bdp-page-hero { padding: 60px 0 34px; }
    .bdp-hero { min-height: 48vh; }
    .bdp-page-hero { min-height: 25vh; }
    .bdp-stage-scene:before { height: 112px; width: min(620px, 90vw); }
    h1 { font-size: clamp(1.78rem, 10vw, 2.85rem); line-height: .98; }
    h2 { font-size: clamp(1.42rem, 7.2vw, 2rem); }
    h3 { font-size: clamp(1.05rem, 5vw, 1.42rem); }
    .bdp-kicker { font-size: .55rem; letter-spacing: .08em; }
    .bdp-actions { width: min(240px, 100%); gap: 8px; margin-top: 17px; }
    .bdp-btn,
    .sp-button,
    input[type='submit'],
    button,
    .button.wp-element-button { min-height: 34px; padding: 8px 12px; font-size: .67rem; }

    .bdp-scene { padding: 34px 0; }
    .bdp-section-heading { margin-bottom: 16px; }
    .bdp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }
    .bdp-feature-grid article,
    .bdp-content-card,
    .bdp-poster-card,
    .bdp-person-card { padding: 12px 10px; }
    .bdp-feature-grid strong { font-size: .88rem; }
    .bdp-feature-grid article p { font-size: .78rem; line-height: 1.45; margin-bottom: 0; }

    .bdp-poster-grid,
    .bdp-archive-grid,
    .bdp-poster-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }
    .bdp-poster-card { min-height: auto; padding: 12px 10px; }
    .bdp-poster-card:before { inset: 6px; }
    .bdp-poster-card h3 { font-size: clamp(.9rem, 4.7vw, 1.2rem); line-height: 1.05; margin-bottom: 7px; }
    .bdp-poster-card p { font-size: .74rem; line-height: 1.42; margin-bottom: 9px; }
    .bdp-poster-card .bdp-btn,
    .bdp-archive-card .bdp-btn { min-height: 30px; padding: 7px 9px; font-size: .58rem; }
    .bdp-real-poster-card .bdp-poster-image { margin: -12px -10px 10px; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 185px !important; max-height: 185px !important; object-fit: cover; object-position: center top; }
    .bdp-poster-missing { height: 170px; font-size: 1.25rem; padding: 18px; }

    .bdp-gallery-grid,
    .bdp-memory-gallery { gap: 8px; }
    .bdp-gallery-grid figure { padding: 4px; }
    .bdp-gallery-grid img,
    .bdp-gallery-grid figure:first-child img,
    .bdp-memory-gallery figure:first-child img { max-height: 245px; }

    body.home .bdp-curtain-left,
    body.front-page .bdp-curtain-left {
        animation: bdp-left-curtain-breathe-mobile 7.5s ease-in-out infinite !important;
        opacity: .24;
        width: 14vw;
    }
    body.home .bdp-curtain-right,
    body.front-page .bdp-curtain-right {
        animation: bdp-right-curtain-breathe-mobile 7.5s ease-in-out infinite !important;
        opacity: .24;
        width: 14vw;
    }
    body.home .bdp-stage-sparkles,
    body.front-page .bdp-stage-sparkles { opacity: .18; background-size: 105px 105px, 150px 150px; }
}

@media (max-width: 390px) {
    body.bdp-theatre-body { font-size: 12.5px; }
    h1 { font-size: clamp(1.62rem, 9.4vw, 2.35rem); }
    h2 { font-size: clamp(1.26rem, 6.7vw, 1.75rem); }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 158px !important; max-height: 158px !important; }
    .bdp-poster-card h3 { font-size: .96rem; }
    .bdp-poster-card p { font-size: .68rem; }
    .bdp-feature-grid article p { font-size: .72rem; }
}

@keyframes bdp-left-curtain-breathe-mobile {
    0%,100% { transform: translateX(0) skewX(0deg); filter: drop-shadow(0 0 26px rgba(0,0,0,.68)) brightness(.95); }
    50% { transform: translateX(-3px) skewX(-.7deg); filter: drop-shadow(0 0 34px rgba(0,0,0,.7)) brightness(1.04); }
}
@keyframes bdp-right-curtain-breathe-mobile {
    0%,100% { transform: translateX(0) skewX(0deg); filter: drop-shadow(0 0 26px rgba(0,0,0,.68)) brightness(.95); }
    50% { transform: translateX(3px) skewX(.7deg); filter: drop-shadow(0 0 34px rgba(0,0,0,.7)) brightness(1.04); }
}


/* V15: anchored spotlight beams + cleaner footer */
.bdp-site-footer .bdp-footer-inner p {
    display: none !important;
}
body.home .bdp-stage-scene .bdp-spotlight-left,
body.front-page .bdp-stage-scene .bdp-spotlight-left,
body.home .bdp-stage-scene .bdp-spotlight-right,
body.front-page .bdp-stage-scene .bdp-spotlight-right {
    top: 0;
    height: min(72vh, 640px);
    width: min(34vw, 430px);
    opacity: .38;
    filter: blur(7px);
    pointer-events: none;
    mix-blend-mode: screen;
    transform: none !important;
}
body.home .bdp-stage-scene .bdp-spotlight-left,
body.front-page .bdp-stage-scene .bdp-spotlight-left {
    left: min(19vw, 245px);
    transform-origin: top left;
    clip-path: polygon(0 0, 20px 0, 100% 100%, 34% 100%);
    background: linear-gradient(112deg, rgba(255,232,166,.44) 0%, rgba(242,212,138,.20) 42%, rgba(242,212,138,.03) 68%, transparent 100%);
    animation: bdp-beam-sweep-left 7.8s ease-in-out infinite !important;
}
body.home .bdp-stage-scene .bdp-spotlight-right,
body.front-page .bdp-stage-scene .bdp-spotlight-right {
    right: min(19vw, 245px);
    transform-origin: top right;
    clip-path: polygon(calc(100% - 20px) 0, 100% 0, 66% 100%, 0 100%);
    background: linear-gradient(248deg, rgba(255,232,166,.44) 0%, rgba(242,212,138,.20) 42%, rgba(242,212,138,.03) 68%, transparent 100%);
    animation: bdp-beam-sweep-right 8.2s ease-in-out infinite !important;
}
@keyframes bdp-beam-sweep-left {
    0%,100% { clip-path: polygon(0 0, 20px 0, 100% 100%, 34% 100%); opacity: .31; }
    50% { clip-path: polygon(0 0, 20px 0, 82% 100%, 18% 100%); opacity: .43; }
}
@keyframes bdp-beam-sweep-right {
    0%,100% { clip-path: polygon(calc(100% - 20px) 0, 100% 0, 66% 100%, 0 100%); opacity: .31; }
    50% { clip-path: polygon(calc(100% - 20px) 0, 100% 0, 82% 100%, 18% 100%); opacity: .43; }
}
@media (max-width: 760px) {
    body.home .bdp-stage-scene .bdp-spotlight-left,
    body.front-page .bdp-stage-scene .bdp-spotlight-left,
    body.home .bdp-stage-scene .bdp-spotlight-right,
    body.front-page .bdp-stage-scene .bdp-spotlight-right {
        height: 48vh;
        width: 38vw;
        opacity: .24;
        filter: blur(5px);
    }
    body.home .bdp-stage-scene .bdp-spotlight-left,
    body.front-page .bdp-stage-scene .bdp-spotlight-left { left: 11vw; }
    body.home .bdp-stage-scene .bdp-spotlight-right,
    body.front-page .bdp-stage-scene .bdp-spotlight-right { right: 11vw; }
}


/* V16 hero title readability + mobile star positioning */
body.home .bdp-stage-scene .bdp-hero-content:before,
body.front-page .bdp-stage-scene .bdp-hero-content:before {
    background:
        radial-gradient(circle at 50% 30%, rgba(242,212,138,.16), transparent 38%),
        linear-gradient(135deg, rgba(8,4,5,.68), rgba(31,7,9,.56) 42%, rgba(8,4,5,.66)),
        linear-gradient(135deg, rgba(217,178,95,.10), transparent 34%, rgba(110,16,22,.20));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 90px rgba(217,178,95,.12), 0 24px 70px rgba(0,0,0,.38), inset 0 0 70px rgba(217,178,95,.05);
}

@media (max-width: 760px) {
    body.home .bdp-stage-scene .bdp-hero-content:before,
    body.front-page .bdp-stage-scene .bdp-hero-content:before {
        inset: -18px -8px -24px;
        opacity: .86;
        background:
            radial-gradient(circle at 50% 22%, rgba(242,212,138,.12), transparent 42%),
            linear-gradient(135deg, rgba(8,4,5,.74), rgba(37,8,11,.60) 48%, rgba(8,4,5,.72));
    }
    body.home .bdp-stage-scene .bdp-hero-content:after,
    body.front-page .bdp-stage-scene .bdp-hero-content:after {
        bottom: -38px;
        font-size: .58rem;
        letter-spacing: .20rem;
        opacity: .46;
        width: 100%;
        text-align: center;
    }
    body.home .bdp-stage-sparkles,
    body.front-page .bdp-stage-sparkles {
        opacity: .14;
        background-size: 150px 150px, 210px 210px;
        background-position: -28px 130px, calc(100% + 34px) 190px;
    }
}

@media (max-width: 420px) {
    body.home .bdp-stage-scene .bdp-hero-content:after,
    body.front-page .bdp-stage-scene .bdp-hero-content:after {
        bottom: -34px;
        transform: translateX(-50%) scale(.86);
    }
}


/* V17: slightly larger mobile scale, brighter ghost hover, star ratings */
body.home .bdp-actions .bdp-btn-ghost:hover,
body.front-page .bdp-actions .bdp-btn-ghost:hover {
    background: linear-gradient(135deg, #fff1be, var(--bdp-gold-soft) 46%, var(--bdp-gold));
    color: #170805 !important;
    border-color: rgba(255,237,184,.82);
    box-shadow: 0 20px 42px rgba(217,178,95,.22), inset 0 0 0 1px rgba(255,255,255,.25);
}
.bdp-rating-card {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid rgba(217,178,95,.32);
    background: linear-gradient(145deg, rgba(35,9,11,.92), rgba(8,4,5,.94));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.28);
}
.bdp-rating-card h2 { margin-bottom: 12px; }
.bdp-rating-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 18px; }
.bdp-rating-summary strong { color: var(--bdp-gold-soft); }
.bdp-rating-summary small { color: rgba(245,232,206,.70); }
.bdp-rating-stars-static { display: inline-flex; gap: 3px; font-size: 1.28rem; letter-spacing: .02em; color: rgba(245,232,206,.24); }
.bdp-rating-stars-static .is-filled { color: var(--bdp-gold-soft); text-shadow: 0 0 18px rgba(217,178,95,.22); }
.bdp-rating-form { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.bdp-star-picker { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; }
.bdp-star-picker input { position: absolute; opacity: 0; width: 1px; height: 1px; overflow: hidden; }
.bdp-star-picker label { cursor: pointer; font-size: 2rem; line-height: 1; color: rgba(245,232,206,.28); transition: color .18s ease, transform .18s ease, text-shadow .18s ease; }
.bdp-star-picker label:hover,
.bdp-star-picker label:hover ~ label,
.bdp-star-picker input:checked ~ label { color: var(--bdp-gold-soft); text-shadow: 0 0 20px rgba(217,178,95,.28); }
.bdp-star-picker label:hover { transform: translateY(-2px) scale(1.04); }
.bdp-rating-notice { margin: 10px 0 14px; }

@media (max-width: 760px) {
    body.bdp-theatre-body { font-size: 13.8px; }
    .bdp-container,
    .bdp-footer-inner,
    .bdp-copyright { width: min(100% - 20px, 1160px); }
    .bdp-hero { min-height: 52vh; }
    .bdp-hero,
    .bdp-page-hero { padding: 66px 0 40px; }
    .bdp-page-hero { min-height: 29vh; }
    h1 { font-size: clamp(1.95rem, 10.6vw, 3.05rem); }
    h2 { font-size: clamp(1.52rem, 7.7vw, 2.14rem); }
    h3 { font-size: clamp(1.12rem, 5.4vw, 1.52rem); }
    .bdp-kicker { font-size: .6rem; letter-spacing: .095em; }
    .bdp-actions { width: min(270px, 100%); gap: 9px; margin-top: 19px; }
    .bdp-btn,
    .sp-button,
    input[type='submit'],
    button,
    .button.wp-element-button { min-height: 36px; padding: 9px 13px; font-size: .7rem; }
    .bdp-scene { padding: 40px 0; }
    .bdp-section-heading { margin-bottom: 20px; }
    .bdp-feature-grid article,
    .bdp-content-card,
    .bdp-poster-card,
    .bdp-person-card { padding: 14px 12px; }
    .bdp-poster-grid,
    .bdp-archive-grid,
    .bdp-poster-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 11px; }
    .bdp-poster-card h3 { font-size: clamp(.98rem, 4.9vw, 1.28rem); line-height: 1.08; }
    .bdp-poster-card p { font-size: .77rem; line-height: 1.45; }
    .bdp-poster-card .bdp-btn,
    .bdp-archive-card .bdp-btn { min-height: 31px; padding: 7px 10px; font-size: .6rem; }
    .bdp-real-poster-card .bdp-poster-image { margin: -14px -12px 11px; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 205px !important; max-height: 205px !important; }
    .bdp-rating-card { margin-top: 20px; padding: 17px 14px; }
    .bdp-rating-form { align-items: flex-start; flex-direction: column; }
    .bdp-star-picker label { font-size: 1.75rem; }
}

@media (max-width: 390px) {
    body.bdp-theatre-body { font-size: 13px; }
    h1 { font-size: clamp(1.78rem, 9.8vw, 2.55rem); }
    h2 { font-size: clamp(1.36rem, 7.1vw, 1.9rem); }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 178px !important; max-height: 178px !important; }
    .bdp-poster-card h3 { font-size: 1.02rem; }
    .bdp-poster-card p { font-size: .72rem; }
}


/* V18: bigger mobile scale + richer theatrical motion */
@media (max-width: 760px) {
    body.bdp-theatre-body { font-size: 14.6px; }
    .bdp-container,
    .bdp-footer-inner,
    .bdp-copyright { width: min(100% - 22px, 1160px); }
    .bdp-hero { min-height: 56vh; }
    .bdp-hero,
    .bdp-page-hero { padding: 72px 0 44px; }
    .bdp-page-hero { min-height: 31vh; }
    h1 { font-size: clamp(2.08rem, 11.2vw, 3.25rem); }
    h2 { font-size: clamp(1.62rem, 8.1vw, 2.28rem); }
    h3 { font-size: clamp(1.18rem, 5.7vw, 1.62rem); }
    .bdp-kicker { font-size: .64rem; letter-spacing: .105em; }
    .bdp-actions { width: min(292px, 100%); gap: 10px; margin-top: 20px; }
    .bdp-btn,
    .sp-button,
    input[type='submit'],
    button,
    .button.wp-element-button { min-height: 39px; padding: 10px 14px; font-size: .74rem; }
    .bdp-mobile-menu-toggle { min-height: 36px; padding: 8px 13px; font-size: .74rem; }
    .bdp-scene { padding: 46px 0; }
    .bdp-section-heading { margin-bottom: 24px; }
    .bdp-feature-grid article,
    .bdp-content-card,
    .bdp-poster-card,
    .bdp-person-card { padding: 16px 13px; }
    .bdp-poster-grid,
    .bdp-archive-grid,
    .bdp-poster-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
    .bdp-poster-card h3 { font-size: clamp(1.05rem, 5.15vw, 1.38rem); line-height: 1.09; margin-bottom: 8px; }
    .bdp-poster-card p { font-size: .81rem; line-height: 1.48; margin-bottom: 10px; }
    .bdp-poster-card .bdp-btn,
    .bdp-archive-card .bdp-btn { min-height: 33px; padding: 8px 10px; font-size: .63rem; }
    .bdp-real-poster-card .bdp-poster-image { margin: -16px -13px 12px; }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 228px !important; max-height: 228px !important; object-fit: cover; object-position: center top; }
    .bdp-memory-gallery { gap: 13px; }
    .bdp-memory-gallery img { min-height: 210px; }
    .bdp-rating-card { padding: 18px 15px; }
}

@media (max-width: 390px) {
    body.bdp-theatre-body { font-size: 13.9px; }
    h1 { font-size: clamp(1.94rem, 10.4vw, 2.78rem); }
    h2 { font-size: clamp(1.48rem, 7.6vw, 2.02rem); }
    .bdp-real-poster-card .bdp-poster-image img,
    .bdp-archive-grid .bdp-real-poster-card .bdp-poster-image img { height: 198px !important; max-height: 198px !important; }
    .bdp-poster-card h3 { font-size: 1.08rem; }
    .bdp-poster-card p { font-size: .75rem; }
}

/* Extra theatre motion: subtle and elegant */
body.home .bdp-stage-scene .bdp-hero-content,
body.front-page .bdp-stage-scene .bdp-hero-content {
    animation: bdp-hero-float-v18 8s ease-in-out infinite;
}

body.home .bdp-stage-scene .bdp-hero-content:before,
body.front-page .bdp-stage-scene .bdp-hero-content:before {
    animation: bdp-title-glow-v18 6.5s ease-in-out infinite;
}

body.home .bdp-stage-scene .bdp-spotlight-left,
body.front-page .bdp-stage-scene .bdp-spotlight-left { animation: bdp-spotlight-beam-left-v18 5.8s ease-in-out infinite !important; }
body.home .bdp-stage-scene .bdp-spotlight-right,
body.front-page .bdp-stage-scene .bdp-spotlight-right { animation: bdp-spotlight-beam-right-v18 6.2s ease-in-out infinite !important; }

body.home .bdp-scene,
body.front-page .bdp-scene { position: relative; }

body.home .bdp-scene:before,
body.front-page .bdp-scene:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background:
        radial-gradient(circle at 15% 18%, rgba(217,178,95,.12), transparent 17%),
        radial-gradient(circle at 82% 76%, rgba(91,15,28,.18), transparent 24%);
    animation: bdp-ambient-drift-v18 12s ease-in-out infinite;
}

body.home .bdp-poster-card,
body.front-page .bdp-poster-card,
.bdp-archive-card,
.bdp-person-card,
.bdp-content-card {
    transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease, filter .34s ease;
}

body.home .bdp-poster-card:hover,
body.front-page .bdp-poster-card:hover,
.bdp-archive-card:hover,
.bdp-person-card:hover,
.bdp-content-card:hover {
    transform: translateY(-5px);
    border-color: rgba(240,217,153,.48);
    filter: brightness(1.04);
}

.bdp-btn,
.sp-button,
input[type='submit'],
button,
.button.wp-element-button {
    position: relative;
    overflow: hidden;
}

.bdp-btn:after,
.sp-button:after,
input[type='submit']:after,
button:after,
.button.wp-element-button:after {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    left: -60%;
    width: 38%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    transform: skewX(-18deg);
    opacity: 0;
}

.bdp-btn:hover:after,
.sp-button:hover:after,
input[type='submit']:hover:after,
button:hover:after,
.button.wp-element-button:hover:after {
    animation: bdp-button-shine-v18 .75s ease-out;
}

.bdp-memory-gallery figure:nth-child(odd) { animation: bdp-gallery-float-v18 8.5s ease-in-out infinite; }
.bdp-memory-gallery figure:nth-child(even) { animation: bdp-gallery-float-v18 9.2s ease-in-out infinite reverse; }

@keyframes bdp-hero-float-v18 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@keyframes bdp-title-glow-v18 {
    0%, 100% { box-shadow: 0 24px 70px rgba(0,0,0,.50), inset 0 0 0 1px rgba(255,255,255,.04); }
    50% { box-shadow: 0 28px 82px rgba(217,178,95,.12), inset 0 0 0 1px rgba(255,255,255,.06); }
}
@keyframes bdp-spotlight-beam-left-v18 {
    0%, 100% { transform: translateY(0) rotate(7deg) skewX(-8deg); opacity: .33; }
    45% { transform: translateY(8px) rotate(13deg) skewX(-5deg); opacity: .47; }
    70% { transform: translateY(4px) rotate(9deg) skewX(-10deg); opacity: .39; }
}
@keyframes bdp-spotlight-beam-right-v18 {
    0%, 100% { transform: translateY(0) rotate(-7deg) skewX(8deg); opacity: .33; }
    50% { transform: translateY(9px) rotate(-13deg) skewX(5deg); opacity: .47; }
    75% { transform: translateY(3px) rotate(-9deg) skewX(10deg); opacity: .39; }
}
@keyframes bdp-ambient-drift-v18 {
    0%, 100% { transform: translate3d(0,0,0); opacity: .22; }
    50% { transform: translate3d(0,-10px,0); opacity: .34; }
}
@keyframes bdp-button-shine-v18 {
    0% { left: -60%; opacity: 0; }
    20% { opacity: .9; }
    100% { left: 130%; opacity: 0; }
}
@keyframes bdp-gallery-float-v18 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@media (max-width: 760px) {
    body.home .bdp-stage-scene .bdp-hero-content,
    body.front-page .bdp-stage-scene .bdp-hero-content { animation-duration: 9.5s; }
    body.home .bdp-scene:before,
    body.front-page .bdp-scene:before { opacity: .18; }
    .bdp-memory-gallery figure:nth-child(odd),
    .bdp-memory-gallery figure:nth-child(even) { animation-duration: 10s; }
    body.home .bdp-poster-card:hover,
    body.front-page .bdp-poster-card:hover,
    .bdp-archive-card:hover,
    .bdp-person-card:hover,
    .bdp-content-card:hover { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
    body.home .bdp-stage-scene .bdp-hero-content,
    body.front-page .bdp-stage-scene .bdp-hero-content,
    body.home .bdp-stage-scene .bdp-hero-content:before,
    body.front-page .bdp-stage-scene .bdp-hero-content:before,
    body.home .bdp-stage-scene .bdp-spotlight-left,
    body.front-page .bdp-stage-scene .bdp-spotlight-left,
    body.home .bdp-stage-scene .bdp-spotlight-right,
    body.front-page .bdp-stage-scene .bdp-spotlight-right,
    body.home .bdp-scene:before,
    body.front-page .bdp-scene:before,
    .bdp-memory-gallery figure:nth-child(odd),
    .bdp-memory-gallery figure:nth-child(even) { animation: none !important; }
}

/* V19: hidden curtain easter egg */
.bdp-easter-curtain {
    cursor: pointer;
    outline: none;
}
.bdp-easter-curtain:focus-visible {
    filter: drop-shadow(0 0 28px rgba(242,212,138,.35)) brightness(1.12);
}
.bdp-stage-scene.bdp-easter-tap .bdp-curtain-left,
.bdp-stage-scene.bdp-easter-tap .bdp-curtain-right {
    filter: drop-shadow(0 0 48px rgba(242,212,138,.20)) brightness(1.08);
}
.bdp-stage-scene.bdp-easter-awake:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 45%, rgba(255,224,143,.28), transparent 23%),
        radial-gradient(circle at 50% 78%, rgba(217,178,95,.16), transparent 31%);
    animation: bdp-easter-light-bloom .9s ease-out both;
}
.bdp-stage-scene.bdp-easter-awake .bdp-curtain-left {
    animation: bdp-easter-curtain-left 1.2s cubic-bezier(.2,.7,.25,1) both !important;
}
.bdp-stage-scene.bdp-easter-awake .bdp-curtain-right {
    animation: bdp-easter-curtain-right 1.2s cubic-bezier(.2,.7,.25,1) both !important;
}
.bdp-stage-scene.bdp-easter-awake .bdp-stage-sparkles {
    opacity: .62;
    animation-duration: 4.5s;
}
.bdp-easter-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .32s ease, visibility .32s ease;
}
.bdp-easter-modal.is-visible {
    opacity: 1;
    visibility: visible;
}
.bdp-easter-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(8px);
}
.bdp-easter-card {
    position: relative;
    width: min(560px, 100%);
    padding: clamp(28px, 5vw, 46px) clamp(22px, 5vw, 42px);
    text-align: center;
    color: var(--bdp-cream);
    border: 1px solid rgba(242,212,138,.58);
    background:
        radial-gradient(circle at 50% 0%, rgba(242,212,138,.18), transparent 34%),
        linear-gradient(145deg, rgba(51,8,12,.98), rgba(7,3,4,.98));
    box-shadow: 0 40px 120px rgba(0,0,0,.72), 0 0 60px rgba(217,178,95,.20), inset 0 0 0 1px rgba(255,255,255,.035);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px));
    transform: translateY(16px) scale(.96);
    transition: transform .34s ease;
    overflow: hidden;
}
.bdp-easter-modal.is-visible .bdp-easter-card {
    transform: translateY(0) scale(1);
}
.bdp-easter-card:before {
    content: "";
    position: absolute;
    inset: -30%;
    background: conic-gradient(from 0deg, transparent, rgba(242,212,138,.12), transparent 35%, rgba(255,255,255,.05), transparent 65%);
    animation: bdp-easter-rotate 7s linear infinite;
    pointer-events: none;
}
.bdp-easter-card > * {
    position: relative;
    z-index: 1;
}
.bdp-easter-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(242,212,138,.45);
    background: rgba(0,0,0,.22);
    color: var(--bdp-gold-soft);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}
.bdp-easter-close:hover,
.bdp-easter-close:focus-visible {
    background: rgba(242,212,138,.16);
    color: #fff4c9;
}
.bdp-easter-stars {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
    color: var(--bdp-gold-soft);
    text-shadow: 0 0 22px rgba(242,212,138,.45);
}
.bdp-easter-stars span {
    animation: bdp-easter-star-pop 1.8s ease-in-out infinite;
}
.bdp-easter-stars span:nth-child(2) { animation-delay: .16s; }
.bdp-easter-stars span:nth-child(3) { animation-delay: .32s; }
.bdp-easter-stars span:nth-child(4) { animation-delay: .48s; }
.bdp-easter-stars span:nth-child(5) { animation-delay: .64s; }
.bdp-easter-card h2 {
    margin: 0 0 12px;
    color: var(--bdp-gold-soft);
    font-size: clamp(2rem, 7vw, 3.3rem);
}
.bdp-easter-card p {
    max-width: 440px;
    margin: 0 auto 22px;
    color: rgba(248,239,217,.84);
}
.bdp-golden-ticket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(242,212,138,.68);
    color: #140804;
    background: linear-gradient(135deg, #f7df94, #b98a2c);
    box-shadow: 0 12px 34px rgba(217,178,95,.22);
    letter-spacing: .05em;
    text-transform: uppercase;
}
@keyframes bdp-easter-light-bloom {
    from { opacity: 0; transform: scale(.96); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes bdp-easter-curtain-left {
    0% { transform: translateX(0) skewX(0deg); }
    55% { transform: translateX(-18px) skewX(-2.5deg); }
    100% { transform: translateX(-10px) skewX(-1.1deg); }
}
@keyframes bdp-easter-curtain-right {
    0% { transform: translateX(0) skewX(0deg); }
    55% { transform: translateX(18px) skewX(2.5deg); }
    100% { transform: translateX(10px) skewX(1.1deg); }
}
@keyframes bdp-easter-rotate {
    to { transform: rotate(1turn); }
}
@keyframes bdp-easter-star-pop {
    0%, 100% { opacity: .45; transform: translateY(0) scale(.92); }
    50% { opacity: 1; transform: translateY(-4px) scale(1.12); }
}
@media (max-width: 760px) {
    .bdp-easter-modal { padding: 14px; }
    .bdp-easter-card { padding: 30px 18px 24px; }
    .bdp-easter-close { width: 34px; height: 34px; }
    .bdp-easter-card p { font-size: .92rem; }
    .bdp-golden-ticket { min-height: 38px; padding: 9px 13px; font-size: .73rem; }
    .bdp-stage-scene.bdp-easter-awake .bdp-curtain-left { animation-name: bdp-easter-curtain-left-mobile !important; }
    .bdp-stage-scene.bdp-easter-awake .bdp-curtain-right { animation-name: bdp-easter-curtain-right-mobile !important; }
}
@keyframes bdp-easter-curtain-left-mobile {
    0% { transform: translateX(0); }
    55% { transform: translateX(-9px); }
    100% { transform: translateX(-5px); }
}
@keyframes bdp-easter-curtain-right-mobile {
    0% { transform: translateX(0); }
    55% { transform: translateX(9px); }
    100% { transform: translateX(5px); }
}
@media (prefers-reduced-motion: reduce) {
    .bdp-stage-scene.bdp-easter-awake .bdp-curtain-left,
    .bdp-stage-scene.bdp-easter-awake .bdp-curtain-right,
    .bdp-easter-card:before,
    .bdp-easter-stars span { animation: none !important; }
}

/* V20: cinematic hidden easter egg. No visible mouse clue on the curtain. */
.bdp-easter-curtain,
.bdp-easter-curtain:hover,
.bdp-easter-curtain:active {
    cursor: default !important;
}
.bdp-easter-curtain:focus-visible {
    filter: inherit !important;
    outline: none !important;
}
.bdp-stage-scene.bdp-easter-tap .bdp-curtain-left,
.bdp-stage-scene.bdp-easter-tap .bdp-curtain-right {
    filter: drop-shadow(0 0 18px rgba(242,212,138,.10)) brightness(1.02) !important;
}
.bdp-easter-modal { display: none !important; }
.bdp-easter-cinema {
    position: fixed;
    inset: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}
.bdp-easter-cinema.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.bdp-easter-open {
    overflow: hidden;
}
.bdp-cinema-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 48%, rgba(72,12,18,.36), transparent 42%),
        rgba(0,0,0,.82);
    backdrop-filter: blur(11px) saturate(1.05);
    -webkit-backdrop-filter: blur(11px) saturate(1.05);
}
.bdp-cinema-frame {
    position: absolute;
    inset: clamp(14px, 3vw, 34px);
    overflow: hidden;
    color: var(--bdp-cream);
    border: 1px solid rgba(242,212,138,.38);
    background:
        linear-gradient(180deg, rgba(3,1,2,.98), rgba(19,4,7,.96) 44%, rgba(6,2,3,.98)),
        radial-gradient(circle at 50% 72%, rgba(217,178,95,.13), transparent 34%);
    box-shadow: 0 46px 160px rgba(0,0,0,.88), inset 0 0 0 1px rgba(255,255,255,.035), 0 0 70px rgba(217,178,95,.11);
    clip-path: polygon(0 18px, 18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px));
    transform: scale(.985);
    transition: transform .45s ease;
}
.bdp-easter-cinema.is-visible .bdp-cinema-frame {
    transform: scale(1);
}
.bdp-cinema-vignette {
    position: absolute;
    inset: -1px;
    z-index: 20;
    pointer-events: none;
    background: radial-gradient(circle at 50% 52%, transparent 34%, rgba(0,0,0,.38) 70%, rgba(0,0,0,.88));
}
.bdp-cinema-close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 30;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(242,212,138,.48);
    background: rgba(0,0,0,.44);
    color: #fff0bd;
    font-size: 1.45rem;
    line-height: 1;
    box-shadow: 0 0 26px rgba(0,0,0,.35);
}
.bdp-cinema-close:hover,
.bdp-cinema-close:focus-visible {
    background: rgba(242,212,138,.18);
    color: #fff8d8;
}
.bdp-cinema-curtain {
    position: absolute;
    top: -4%;
    bottom: -6%;
    z-index: 8;
    width: 56%;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 6px, transparent 6px 22px),
        linear-gradient(90deg, rgba(0,0,0,.50), transparent 19%, rgba(255,255,255,.045) 33%, transparent 48%, rgba(0,0,0,.36) 66%, transparent 82%),
        linear-gradient(180deg, #210306, #67111b 42%, #1a0205);
    box-shadow: inset 0 0 70px rgba(0,0,0,.72), 0 0 70px rgba(0,0,0,.55);
}
.bdp-cinema-curtain-left {
    left: -3%;
    transform-origin: left center;
}
.bdp-cinema-curtain-right {
    right: -3%;
    transform-origin: right center;
}
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-left {
    animation: bdp-cinema-curtain-left 5.8s cubic-bezier(.16,.82,.19,1) both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-right {
    animation: bdp-cinema-curtain-right 5.8s cubic-bezier(.16,.82,.19,1) both;
}
.bdp-cinema-floor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11%;
    height: 45%;
    z-index: 3;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(242,212,138,.16), transparent 34%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 62px),
        linear-gradient(180deg, rgba(44,9,11,.45), rgba(6,2,3,.96));
    transform: perspective(620px) rotateX(62deg);
    transform-origin: top center;
    opacity: .95;
}
.bdp-cinema-beam {
    position: absolute;
    top: -3%;
    height: 112%;
    z-index: 4;
    pointer-events: none;
    mix-blend-mode: screen;
    filter: blur(7px);
    opacity: 0;
}
.bdp-cinema-beam-left {
    left: 4%;
    width: 48%;
    clip-path: polygon(0 0, 10% 0, 74% 100%, 22% 100%);
    background: linear-gradient(108deg, rgba(255,235,167,.66), rgba(242,212,138,.20) 43%, transparent 75%);
}
.bdp-cinema-beam-right {
    right: 4%;
    width: 48%;
    clip-path: polygon(90% 0, 100% 0, 78% 100%, 26% 100%);
    background: linear-gradient(252deg, rgba(255,235,167,.66), rgba(242,212,138,.20) 43%, transparent 75%);
}
.bdp-cinema-beam-center {
    left: 28%;
    width: 44%;
    clip-path: polygon(40% 0, 60% 0, 82% 100%, 18% 100%);
    background: linear-gradient(180deg, rgba(255,239,184,.42), rgba(242,212,138,.13) 48%, transparent 78%);
    filter: blur(10px);
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-left {
    animation: bdp-cinema-beam-left 5.8s ease-in-out both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-right {
    animation: bdp-cinema-beam-right 5.8s ease-in-out both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-center {
    animation: bdp-cinema-beam-center 5.8s ease-in-out both;
}
.bdp-cinema-stars {
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none;
    color: #ffeab2;
    text-shadow: 0 0 22px rgba(242,212,138,.8), 0 0 56px rgba(217,178,95,.34);
}
.bdp-cinema-stars span {
    position: absolute;
    opacity: 0;
    font-size: clamp(.8rem, 2vw, 1.35rem);
}
.bdp-cinema-stars span:nth-child(1) { left: 18%; top: 22%; }
.bdp-cinema-stars span:nth-child(2) { left: 75%; top: 23%; }
.bdp-cinema-stars span:nth-child(3) { left: 30%; top: 70%; }
.bdp-cinema-stars span:nth-child(4) { left: 67%; top: 66%; }
.bdp-cinema-stars span:nth-child(5) { left: 48%; top: 18%; }
.bdp-cinema-stars span:nth-child(6) { left: 14%; top: 55%; }
.bdp-cinema-stars span:nth-child(7) { left: 84%; top: 52%; }
.bdp-cinema-stars span:nth-child(8) { left: 51%; top: 78%; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span {
    animation: bdp-cinema-star-drift 4.8s ease-in-out both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(2) { animation-delay: .18s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(3) { animation-delay: .34s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(4) { animation-delay: .50s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(5) { animation-delay: .62s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(6) { animation-delay: .78s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(7) { animation-delay: .94s; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span:nth-child(8) { animation-delay: 1.10s; }
.bdp-cinema-ticket {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 14;
    width: min(380px, 70vw);
    min-height: 148px;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 24px 30px;
    color: #1a0802;
    text-align: center;
    background:
        radial-gradient(circle at 12% 50%, transparent 0 11px, rgba(255,244,203,.96) 12px),
        radial-gradient(circle at 88% 50%, transparent 0 11px, rgba(255,244,203,.96) 12px),
        linear-gradient(135deg, #fff0b7, #e4ba57 47%, #a97418 100%);
    box-shadow: 0 0 38px rgba(255,232,166,.62), 0 0 110px rgba(217,178,95,.36), 0 24px 70px rgba(0,0,0,.60), inset 0 0 0 2px rgba(80,42,5,.22);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px));
    transform: translate(-50%, 30%) scale(.55) rotateX(72deg) rotateZ(-8deg);
    opacity: 0;
    overflow: hidden;
}
.bdp-cinema-ticket:before,
.bdp-cinema-ticket:after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 1px;
    border-left: 2px dashed rgba(76,38,4,.32);
}
.bdp-cinema-ticket:before { left: 17%; }
.bdp-cinema-ticket:after { right: 17%; }
.bdp-cinema-ticket small,
.bdp-cinema-ticket strong,
.bdp-cinema-ticket em {
    position: relative;
    z-index: 2;
}
.bdp-cinema-ticket small {
    font-family: var(--bdp-sans);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .66rem;
    font-weight: 800;
}
.bdp-cinema-ticket strong {
    font-family: var(--bdp-serif);
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: .95;
    letter-spacing: .02em;
    text-shadow: 0 1px 0 rgba(255,255,255,.32);
}
.bdp-cinema-ticket em {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .68rem;
    font-weight: 800;
}
.bdp-ticket-shine {
    position: absolute;
    inset: -40%;
    z-index: 1;
    background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.78) 48%, transparent 59%);
    transform: translateX(-90%) rotate(4deg);
}
.bdp-easter-cinema.is-visible .bdp-cinema-ticket {
    animation: bdp-cinema-ticket-float 5.8s cubic-bezier(.18,.84,.19,1) both;
}
.bdp-easter-cinema.is-visible .bdp-ticket-shine {
    animation: bdp-ticket-shine 5.8s ease-in-out both;
}
.bdp-cinema-copy {
    position: absolute;
    left: 50%;
    bottom: clamp(28px, 7vh, 64px);
    z-index: 16;
    width: min(700px, calc(100% - 32px));
    text-align: center;
    transform: translate(-50%, 18px);
    opacity: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.72);
}
.bdp-cinema-copy h2 {
    margin: 6px 0 10px;
    color: #ffe8a4;
    font-size: clamp(1.85rem, 5vw, 4rem);
}
.bdp-cinema-copy p {
    max-width: 560px;
    margin: 0 auto;
    color: rgba(255,246,221,.88);
    font-size: clamp(.92rem, 1.8vw, 1.08rem);
}
.bdp-easter-cinema.is-visible .bdp-cinema-copy {
    animation: bdp-cinema-copy-in 5.8s ease both;
}

@keyframes bdp-cinema-curtain-left {
    0%, 16% { transform: translateX(0) scaleX(1); }
    42%, 100% { transform: translateX(-67%) scaleX(.86); }
}
@keyframes bdp-cinema-curtain-right {
    0%, 16% { transform: translateX(0) scaleX(1); }
    42%, 100% { transform: translateX(67%) scaleX(.86); }
}
@keyframes bdp-cinema-beam-left {
    0%, 26% { opacity: 0; transform: translateX(-8%) rotate(-8deg); }
    40% { opacity: .70; transform: translateX(1%) rotate(-2deg); }
    68% { opacity: .55; transform: translateX(8%) rotate(4deg); }
    100% { opacity: .62; transform: translateX(0) rotate(-1deg); }
}
@keyframes bdp-cinema-beam-right {
    0%, 26% { opacity: 0; transform: translateX(8%) rotate(8deg); }
    40% { opacity: .70; transform: translateX(-1%) rotate(2deg); }
    68% { opacity: .55; transform: translateX(-8%) rotate(-4deg); }
    100% { opacity: .62; transform: translateX(0) rotate(1deg); }
}
@keyframes bdp-cinema-beam-center {
    0%, 34% { opacity: 0; transform: scaleX(.55); }
    52% { opacity: .35; transform: scaleX(1.05); }
    100% { opacity: .26; transform: scaleX(.92); }
}
@keyframes bdp-cinema-star-drift {
    0%, 32% { opacity: 0; transform: translateY(20px) scale(.5); }
    50% { opacity: 1; transform: translateY(-6px) scale(1.08); }
    100% { opacity: .76; transform: translateY(-24px) scale(.92); }
}
@keyframes bdp-cinema-ticket-float {
    0%, 38% { opacity: 0; transform: translate(-50%, 52%) scale(.42) rotateX(78deg) rotateZ(-12deg); filter: blur(3px); }
    52% { opacity: 1; transform: translate(-50%, -10%) scale(1.08) rotateX(0deg) rotateZ(4deg); filter: blur(0); }
    68% { opacity: 1; transform: translate(-50%, -24%) scale(1) rotateX(0deg) rotateZ(-2deg); }
    100% { opacity: 1; transform: translate(-50%, -30%) scale(1.02) rotateX(0deg) rotateZ(1deg); }
}
@keyframes bdp-ticket-shine {
    0%, 54% { transform: translateX(-90%) rotate(4deg); opacity: 0; }
    62% { opacity: 1; }
    84%, 100% { transform: translateX(95%) rotate(4deg); opacity: 0; }
}
@keyframes bdp-cinema-copy-in {
    0%, 62% { opacity: 0; transform: translate(-50%, 18px); }
    78%, 100% { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 760px) {
    .bdp-cinema-frame { inset: 10px; }
    .bdp-cinema-close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: 1.28rem; }
    .bdp-cinema-ticket { width: min(292px, 78vw); min-height: 112px; padding: 18px 22px; top: 46%; }
    .bdp-cinema-ticket small { font-size: .53rem; letter-spacing: .12em; }
    .bdp-cinema-ticket strong { font-size: clamp(1.8rem, 9.5vw, 2.7rem); }
    .bdp-cinema-ticket em { font-size: .52rem; letter-spacing: .12em; }
    .bdp-cinema-copy { bottom: 38px; width: calc(100% - 28px); }
    .bdp-cinema-copy h2 { font-size: clamp(1.5rem, 9vw, 2.35rem); }
    .bdp-cinema-copy p { font-size: .86rem; line-height: 1.45; }
    .bdp-cinema-beam { filter: blur(5px); }
    .bdp-cinema-curtain { width: 62%; }
}

@media (prefers-reduced-motion: reduce) {
    .bdp-easter-cinema.is-visible .bdp-cinema-curtain-left,
    .bdp-easter-cinema.is-visible .bdp-cinema-curtain-right,
    .bdp-easter-cinema.is-visible .bdp-cinema-beam-left,
    .bdp-easter-cinema.is-visible .bdp-cinema-beam-right,
    .bdp-easter-cinema.is-visible .bdp-cinema-beam-center,
    .bdp-easter-cinema.is-visible .bdp-cinema-stars span,
    .bdp-easter-cinema.is-visible .bdp-cinema-ticket,
    .bdp-easter-cinema.is-visible .bdp-ticket-shine,
    .bdp-easter-cinema.is-visible .bdp-cinema-copy {
        animation: none !important;
    }
    .bdp-easter-cinema.is-visible .bdp-cinema-ticket,
    .bdp-easter-cinema.is-visible .bdp-cinema-copy {
        opacity: 1 !important;
        transform: translate(-50%, 0) !important;
    }
}


/* V21: brighter abstract golden-ticket easter egg with no external text */
.bdp-cinema-backdrop {
    background:
        radial-gradient(circle at 50% 50%, rgba(255,224,143,.18), transparent 18%),
        radial-gradient(circle at 50% 46%, rgba(255,233,170,.12), transparent 28%),
        radial-gradient(circle at 20% 30%, rgba(170,34,57,.16), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(170,34,57,.16), transparent 34%),
        rgba(0,0,0,.84);
}
.bdp-cinema-frame {
    background:
        radial-gradient(circle at 50% 54%, rgba(255,227,144,.10), transparent 20%),
        radial-gradient(circle at 50% 52%, rgba(255,255,255,.06), transparent 10%),
        linear-gradient(180deg, rgba(5,2,3,.98), rgba(28,6,11,.96) 42%, rgba(8,2,4,.99));
    box-shadow: 0 46px 160px rgba(0,0,0,.88), inset 0 0 0 1px rgba(255,255,255,.035), 0 0 95px rgba(255,208,102,.20);
}
.bdp-cinema-abstract-glow,
.bdp-cinema-orbit {
    position: absolute;
    left: 50%;
    top: 48%;
    pointer-events: none;
}
.bdp-cinema-abstract-glow {
    width: min(72vw, 760px);
    height: min(72vw, 760px);
    z-index: 8;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,242,197,.18) 0%, rgba(242,212,138,.12) 18%, rgba(217,178,95,.08) 34%, transparent 62%),
        radial-gradient(circle, rgba(255,255,255,.10) 0%, transparent 28%);
    filter: blur(10px) saturate(1.2);
    opacity: 0;
}
.bdp-cinema-orbit {
    border-radius: 50%;
    border: 1px solid rgba(255,226,136,.18);
    box-shadow: 0 0 28px rgba(255,222,127,.10), inset 0 0 18px rgba(255,255,255,.03);
    opacity: 0;
}
.bdp-cinema-orbit-one {
    width: min(56vw, 560px);
    height: min(30vw, 300px);
    z-index: 9;
    transform: translate(-50%, -50%) rotate(-12deg);
}
.bdp-cinema-orbit-two {
    width: min(42vw, 420px);
    height: min(60vw, 600px);
    z-index: 9;
    transform: translate(-50%, -50%) rotate(16deg);
}
.bdp-easter-cinema.is-visible .bdp-cinema-abstract-glow {
    animation: bdp-cinema-core-pulse 6s ease-in-out both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-orbit-one {
    animation: bdp-cinema-orbit-one 6s cubic-bezier(.18,.84,.19,1) both;
}
.bdp-easter-cinema.is-visible .bdp-cinema-orbit-two {
    animation: bdp-cinema-orbit-two 6s cubic-bezier(.18,.84,.19,1) both;
}
.bdp-cinema-stars span {
    text-shadow: 0 0 16px rgba(255,244,196,.85), 0 0 40px rgba(255,211,110,.48);
}
.bdp-cinema-stars span:nth-child(9) { left: 22%; top: 38%; }
.bdp-cinema-stars span:nth-child(10) { left: 78%; top: 39%; }
.bdp-cinema-stars span:nth-child(11) { left: 41%; top: 28%; }
.bdp-cinema-stars span:nth-child(12) { left: 60%; top: 74%; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span {
    animation: bdp-cinema-star-drift-v21 5.8s ease-in-out both;
}
.bdp-cinema-ticket {
    top: 50%;
    z-index: 15;
    width: min(430px, 74vw);
    min-height: 170px;
    padding: 24px 34px;
    background:
        radial-gradient(circle at 12% 50%, transparent 0 12px, rgba(255,247,214,.98) 13px),
        radial-gradient(circle at 88% 50%, transparent 0 12px, rgba(255,247,214,.98) 13px),
        linear-gradient(132deg, #fff8cf 0%, #ffea8d 16%, #f3cb5e 45%, #c28b22 70%, #8e5f12 100%);
    box-shadow:
        0 0 55px rgba(255,233,161,.82),
        0 0 140px rgba(235,186,73,.48),
        0 24px 70px rgba(0,0,0,.60),
        inset 0 0 0 2px rgba(105,63,8,.22),
        inset 0 0 28px rgba(255,255,255,.24);
}
.bdp-cinema-ticket::before {
    box-shadow: 0 0 0 1px rgba(123,74,10,.20);
}
.bdp-cinema-ticket strong {
    font-size: clamp(2.3rem, 6vw, 4.4rem);
    letter-spacing: .03em;
    color: #231003;
    text-shadow: 0 1px 0 rgba(255,255,255,.45), 0 0 12px rgba(255,248,216,.25);
}
.bdp-ticket-shine {
    inset: -45%;
    background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.92) 46%, rgba(255,245,210,.65) 52%, transparent 65%);
    transform: translateX(-115%) rotate(4deg);
}
.bdp-ticket-glitter {
    position: absolute;
    inset: -25%;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.95) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 24%, rgba(255,249,221,.95) 0 1.2px, transparent 2.2px),
        radial-gradient(circle at 34% 78%, rgba(255,255,255,.85) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 70%, rgba(255,244,196,.85) 0 1.2px, transparent 2px),
        radial-gradient(circle at 50% 48%, rgba(255,255,255,.6) 0 1px, transparent 2px);
    filter: drop-shadow(0 0 6px rgba(255,240,185,.9));
    opacity: 0;
}
.bdp-easter-cinema.is-visible .bdp-cinema-ticket {
    animation: bdp-cinema-ticket-float-v21 6s cubic-bezier(.18,.84,.19,1) both;
}
.bdp-easter-cinema.is-visible .bdp-ticket-shine {
    animation: bdp-ticket-shine-v21 6s ease-in-out infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-glitter {
    animation: bdp-ticket-glitter-v21 2.4s ease-in-out infinite 2.1s;
}
.bdp-cinema-copy { display: none !important; }
@keyframes bdp-cinema-core-pulse {
    0%, 24% { opacity: 0; transform: translate(-50%, -50%) scale(.72); }
    40% { opacity: .72; transform: translate(-50%, -50%) scale(1.02); }
    62% { opacity: .54; transform: translate(-50%, -50%) scale(1.10); }
    100% { opacity: .68; transform: translate(-50%, -50%) scale(1); }
}
@keyframes bdp-cinema-orbit-one {
    0%, 36% { opacity: 0; transform: translate(-50%, -50%) rotate(-28deg) scale(.58); }
    52% { opacity: .75; transform: translate(-50%, -50%) rotate(0deg) scale(1.02); }
    100% { opacity: .42; transform: translate(-50%, -50%) rotate(180deg) scale(1.06); }
}
@keyframes bdp-cinema-orbit-two {
    0%, 40% { opacity: 0; transform: translate(-50%, -50%) rotate(40deg) scale(.52); }
    58% { opacity: .62; transform: translate(-50%, -50%) rotate(8deg) scale(1); }
    100% { opacity: .36; transform: translate(-50%, -50%) rotate(-160deg) scale(1.12); }
}
@keyframes bdp-cinema-star-drift-v21 {
    0%, 24% { opacity: 0; transform: translateY(28px) scale(.35) rotate(0deg); }
    48% { opacity: 1; transform: translateY(-8px) scale(1.16) rotate(18deg); }
    100% { opacity: .78; transform: translateY(-34px) scale(.88) rotate(-14deg); }
}
@keyframes bdp-cinema-ticket-float-v21 {
    0%, 34% { opacity: 0; transform: translate(-50%, 60%) scale(.34) rotateX(78deg) rotateZ(-14deg); filter: blur(4px) brightness(1.2); }
    46% { opacity: 1; transform: translate(-50%, 0%) scale(1.14) rotateX(0deg) rotateZ(8deg); filter: blur(0) brightness(1.5); }
    60% { opacity: 1; transform: translate(-50%, -10%) scale(1.04) rotateX(0deg) rotateZ(-3deg); }
    78% { opacity: 1; transform: translate(-50%, -18%) scale(1.08) rotateX(0deg) rotateZ(2deg); }
    100% { opacity: 1; transform: translate(-50%, -16%) scale(1.06) rotateX(0deg) rotateZ(-1deg); }
}
@keyframes bdp-ticket-shine-v21 {
    0%, 8% { transform: translateX(-120%) rotate(4deg); opacity: 0; }
    18% { opacity: 1; }
    30% { transform: translateX(90%) rotate(4deg); opacity: 0; }
    52% { transform: translateX(-120%) rotate(4deg); opacity: 0; }
    66% { opacity: 1; }
    80%, 100% { transform: translateX(95%) rotate(4deg); opacity: 0; }
}
@keyframes bdp-ticket-glitter-v21 {
    0%, 100% { opacity: .36; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.03); }
}
@media (max-width: 760px) {
    .bdp-cinema-abstract-glow { width: min(92vw, 520px); height: min(92vw, 520px); }
    .bdp-cinema-orbit-one { width: min(74vw, 360px); height: min(42vw, 210px); }
    .bdp-cinema-orbit-two { width: min(54vw, 270px); height: min(82vw, 410px); }
    .bdp-cinema-ticket { width: min(320px, 82vw); min-height: 126px; padding: 18px 20px; top: 49%; }
    .bdp-cinema-ticket strong { font-size: clamp(2rem, 10vw, 3rem); }
}
@media (prefers-reduced-motion: reduce) {
    .bdp-easter-cinema.is-visible .bdp-cinema-abstract-glow,
    .bdp-easter-cinema.is-visible .bdp-cinema-orbit-one,
    .bdp-easter-cinema.is-visible .bdp-cinema-orbit-two,
    .bdp-easter-cinema.is-visible .bdp-ticket-glitter {
        animation: none !important;
        opacity: 1 !important;
    }
}

/* V21 final: abstract cinematic easter egg - only the glowing ticket, no visible copy text */
.bdp-easter-cinema .bdp-cinema-copy,
.bdp-easter-cinema .bdp-cinema-ticket small,
.bdp-easter-cinema .bdp-cinema-ticket strong,
.bdp-easter-cinema .bdp-cinema-ticket em {
    display: none !important;
}
.bdp-cinema-frame {
    background:
        radial-gradient(circle at 50% 50%, rgba(255,247,210,.18), transparent 18%),
        radial-gradient(circle at 20% 24%, rgba(255,213,102,.13), transparent 26%),
        radial-gradient(circle at 80% 24%, rgba(255,213,102,.13), transparent 26%),
        radial-gradient(circle at 50% 72%, rgba(114,16,28,.30), transparent 42%),
        linear-gradient(180deg, rgba(1,0,1,.98), rgba(32,5,12,.96) 48%, rgba(3,1,2,.99));
    box-shadow:
        0 50px 180px rgba(0,0,0,.92),
        inset 0 0 80px rgba(255,214,107,.08),
        inset 0 0 0 1px rgba(255,255,255,.04),
        0 0 110px rgba(255,206,91,.25);
}
.bdp-cinema-vignette {
    background:
        radial-gradient(circle at 50% 50%, transparent 26%, rgba(0,0,0,.28) 63%, rgba(0,0,0,.90)),
        radial-gradient(circle at 50% 50%, rgba(255,224,143,.08), transparent 34%);
}
.bdp-cinema-abstract-glow {
    background:
        radial-gradient(circle, rgba(255,255,255,.24) 0%, rgba(255,240,180,.20) 14%, rgba(255,204,72,.13) 36%, transparent 66%),
        conic-gradient(from 25deg, transparent, rgba(255,232,146,.28), transparent 18%, rgba(255,255,255,.20), transparent 42%, rgba(255,199,64,.22), transparent 72%);
    filter: blur(11px) saturate(1.7);
    mix-blend-mode: screen;
}
.bdp-cinema-prism {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 7;
    pointer-events: none;
    width: min(72vw, 760px);
    height: min(72vw, 760px);
    border-radius: 50%;
    opacity: 0;
    mix-blend-mode: screen;
    filter: blur(2px);
    background:
        conic-gradient(from 0deg, transparent 0 8%, rgba(255,238,168,.34) 12%, transparent 20% 32%, rgba(255,196,67,.24) 38%, transparent 48% 62%, rgba(255,255,255,.20) 70%, transparent 80% 100%);
}
.bdp-cinema-prism-one { transform: translate(-50%, -50%) rotate(0deg) scale(.80); }
.bdp-cinema-prism-two { transform: translate(-50%, -50%) rotate(61deg) scale(.64); opacity: 0; }
.bdp-cinema-prism-three { transform: translate(-50%, -50%) rotate(132deg) scale(.48); opacity: 0; }
.bdp-easter-cinema.is-visible .bdp-cinema-prism-one { animation: bdp-prism-spin-one 7.2s ease-in-out both; }
.bdp-easter-cinema.is-visible .bdp-cinema-prism-two { animation: bdp-prism-spin-two 7.2s ease-in-out both; }
.bdp-easter-cinema.is-visible .bdp-cinema-prism-three { animation: bdp-prism-spin-three 7.2s ease-in-out both; }
.bdp-cinema-beam-left,
.bdp-cinema-beam-right,
.bdp-cinema-beam-center {
    filter: blur(10px) brightness(1.35) saturate(1.35);
}
.bdp-cinema-beam-left {
    background: linear-gradient(106deg, rgba(255,250,214,.86), rgba(255,223,124,.34) 38%, rgba(255,181,45,.10) 61%, transparent 78%);
}
.bdp-cinema-beam-right {
    background: linear-gradient(254deg, rgba(255,250,214,.86), rgba(255,223,124,.34) 38%, rgba(255,181,45,.10) 61%, transparent 78%);
}
.bdp-cinema-beam-center {
    background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,229,145,.25) 46%, transparent 80%);
}
.bdp-cinema-stars span {
    width: clamp(5px, 1.15vw, 12px);
    height: clamp(5px, 1.15vw, 12px);
    border-radius: 50%;
    background: #fff7d4;
    box-shadow:
        0 0 10px rgba(255,255,255,.95),
        0 0 24px rgba(255,225,126,.85),
        0 0 52px rgba(255,186,45,.45);
}
.bdp-cinema-stars span::before,
.bdp-cinema-stars span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgba(255,250,220,.95), transparent);
    transform: translate(-50%, -50%);
    border-radius: 999px;
}
.bdp-cinema-stars span::before { width: 28px; height: 1px; }
.bdp-cinema-stars span::after { width: 1px; height: 28px; }
.bdp-easter-cinema.is-visible .bdp-cinema-stars span {
    animation: bdp-cinema-star-burst-v21 5.8s ease-in-out both;
}
.bdp-cinema-ticket {
    width: min(440px, 76vw);
    min-height: 176px;
    border-radius: 0;
    background:
        radial-gradient(circle at 12% 50%, transparent 0 13px, rgba(255,249,224,.98) 14px),
        radial-gradient(circle at 88% 50%, transparent 0 13px, rgba(255,249,224,.98) 14px),
        linear-gradient(135deg, rgba(255,255,231,1) 0%, rgba(255,236,143,1) 17%, rgba(255,205,75,1) 42%, rgba(203,139,29,1) 68%, rgba(104,63,7,1) 100%);
    box-shadow:
        0 0 42px rgba(255,255,255,.70),
        0 0 90px rgba(255,224,124,.88),
        0 0 190px rgba(255,186,45,.50),
        0 36px 94px rgba(0,0,0,.68),
        inset 0 0 0 2px rgba(125,75,8,.22),
        inset 0 0 34px rgba(255,255,255,.34);
    filter: drop-shadow(0 0 34px rgba(255,226,136,.72));
}
.bdp-ticket-aura {
    position: absolute;
    inset: -42%;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,.28), rgba(255,229,145,.26) 22%, rgba(255,186,45,.13) 44%, transparent 68%);
    filter: blur(18px);
    opacity: .9;
}
.bdp-ticket-mark {
    position: relative;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    transform: rotate(45deg);
    border: 2px solid rgba(96,54,4,.34);
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.88) 0 5px, transparent 6px),
        linear-gradient(135deg, rgba(255,255,255,.38), rgba(255,206,74,.22));
    box-shadow:
        0 0 18px rgba(255,255,255,.60),
        0 0 44px rgba(255,222,126,.55),
        inset 0 0 18px rgba(255,255,255,.30);
}
.bdp-ticket-line {
    position: absolute;
    z-index: 2;
    top: 14px;
    bottom: 14px;
    width: 2px;
    border-left: 2px dashed rgba(91,52,5,.34);
    box-shadow: 0 0 8px rgba(255,247,204,.42);
}
.bdp-ticket-line-left { left: 17%; }
.bdp-ticket-line-right { right: 17%; }
.bdp-ticket-glint {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    opacity: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 46%, rgba(255,255,255,.95) 50%, transparent 54%),
        linear-gradient(0deg, transparent 46%, rgba(255,255,255,.95) 50%, transparent 54%);
    filter: drop-shadow(0 0 16px rgba(255,255,255,.95)) drop-shadow(0 0 34px rgba(255,216,106,.72));
}
.bdp-ticket-glint-one { left: 10%; top: 12%; }
.bdp-ticket-glint-two { right: 12%; bottom: 14%; transform: scale(.78) rotate(24deg); }
.bdp-ticket-shine {
    z-index: 4;
    inset: -56%;
    background: linear-gradient(112deg, transparent 24%, rgba(255,255,255,.0) 33%, rgba(255,255,255,1) 48%, rgba(255,242,190,.75) 54%, transparent 68%);
    filter: blur(.5px) drop-shadow(0 0 16px rgba(255,255,255,.88));
}
.bdp-ticket-glitter {
    z-index: 4;
    background:
        radial-gradient(circle at 18% 28%, rgba(255,255,255,1) 0 1.4px, transparent 2.4px),
        radial-gradient(circle at 80% 22%, rgba(255,255,255,.95) 0 1.3px, transparent 2.3px),
        radial-gradient(circle at 28% 78%, rgba(255,248,216,.95) 0 1.5px, transparent 2.6px),
        radial-gradient(circle at 76% 72%, rgba(255,248,216,.92) 0 1.4px, transparent 2.5px),
        radial-gradient(circle at 51% 47%, rgba(255,255,255,.80) 0 1.1px, transparent 2.2px),
        radial-gradient(circle at 60% 16%, rgba(255,255,255,.75) 0 1px, transparent 2px);
    filter: drop-shadow(0 0 8px rgba(255,255,255,.95)) drop-shadow(0 0 20px rgba(255,226,136,.75));
}
.bdp-easter-cinema.is-visible .bdp-cinema-ticket {
    animation: bdp-cinema-ticket-abstract-float 7.2s cubic-bezier(.18,.84,.19,1) both, bdp-ticket-live-glow 2.2s ease-in-out 3.4s infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-aura {
    animation: bdp-ticket-aura-pulse 2.1s ease-in-out 2.3s infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-shine {
    animation: bdp-ticket-shine-abstract 2.8s ease-in-out 2.6s infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-glitter {
    animation: bdp-ticket-sparkle-field 1.35s ease-in-out 2.8s infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-glint-one {
    animation: bdp-ticket-glint-pop 1.8s ease-in-out 3s infinite;
}
.bdp-easter-cinema.is-visible .bdp-ticket-glint-two {
    animation: bdp-ticket-glint-pop-two 2.1s ease-in-out 3.4s infinite;
}
@keyframes bdp-prism-spin-one {
    0%, 20% { opacity: 0; transform: translate(-50%, -50%) rotate(-40deg) scale(.42); }
    44% { opacity: .75; transform: translate(-50%, -50%) rotate(10deg) scale(.95); }
    100% { opacity: .38; transform: translate(-50%, -50%) rotate(210deg) scale(1.05); }
}
@keyframes bdp-prism-spin-two {
    0%, 26% { opacity: 0; transform: translate(-50%, -50%) rotate(90deg) scale(.38); }
    52% { opacity: .58; transform: translate(-50%, -50%) rotate(28deg) scale(.82); }
    100% { opacity: .28; transform: translate(-50%, -50%) rotate(-190deg) scale(.96); }
}
@keyframes bdp-prism-spin-three {
    0%, 32% { opacity: 0; transform: translate(-50%, -50%) rotate(180deg) scale(.30); }
    60% { opacity: .44; transform: translate(-50%, -50%) rotate(90deg) scale(.70); }
    100% { opacity: .24; transform: translate(-50%, -50%) rotate(300deg) scale(.88); }
}
@keyframes bdp-cinema-star-burst-v21 {
    0%, 18% { opacity: 0; transform: translateY(38px) scale(.18) rotate(0deg); }
    40% { opacity: 1; transform: translateY(-10px) scale(1.25) rotate(90deg); }
    62% { opacity: .86; transform: translateY(-30px) scale(.92) rotate(160deg); }
    100% { opacity: .42; transform: translateY(-58px) scale(.60) rotate(260deg); }
}
@keyframes bdp-cinema-ticket-abstract-float {
    0%, 30% { opacity: 0; transform: translate(-50%, 62%) scale(.30) rotateX(78deg) rotateZ(-18deg); filter: blur(6px) brightness(1.4); }
    44% { opacity: 1; transform: translate(-50%, 1%) scale(1.22) rotateX(0deg) rotateZ(7deg); filter: blur(0) brightness(1.7); }
    58% { opacity: 1; transform: translate(-50%, -12%) scale(1.04) rotateZ(-4deg); filter: brightness(1.15); }
    76% { opacity: 1; transform: translate(-50%, -21%) scale(1.10) rotateZ(2deg); }
    100% { opacity: 1; transform: translate(-50%, -18%) scale(1.06) rotateZ(-1deg); }
}
@keyframes bdp-ticket-live-glow {
    0%, 100% { box-shadow: 0 0 42px rgba(255,255,255,.70), 0 0 90px rgba(255,224,124,.88), 0 0 190px rgba(255,186,45,.50), 0 36px 94px rgba(0,0,0,.68), inset 0 0 34px rgba(255,255,255,.34); filter: drop-shadow(0 0 34px rgba(255,226,136,.72)) brightness(1); }
    50% { box-shadow: 0 0 65px rgba(255,255,255,1), 0 0 130px rgba(255,232,151,1), 0 0 250px rgba(255,186,45,.72), 0 36px 94px rgba(0,0,0,.68), inset 0 0 50px rgba(255,255,255,.52); filter: drop-shadow(0 0 58px rgba(255,236,170,1)) brightness(1.18); }
}
@keyframes bdp-ticket-aura-pulse {
    0%, 100% { opacity: .55; transform: scale(.96); }
    50% { opacity: 1; transform: scale(1.16); }
}
@keyframes bdp-ticket-shine-abstract {
    0% { transform: translateX(-130%) rotate(4deg); opacity: 0; }
    18% { opacity: 1; }
    42% { transform: translateX(105%) rotate(4deg); opacity: 0; }
    100% { transform: translateX(105%) rotate(4deg); opacity: 0; }
}
@keyframes bdp-ticket-sparkle-field {
    0%, 100% { opacity: .35; transform: scale(1) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.035) rotate(.8deg); }
}
@keyframes bdp-ticket-glint-pop {
    0%, 100% { opacity: 0; transform: scale(.36) rotate(0deg); }
    38% { opacity: 1; transform: scale(1.15) rotate(20deg); }
    60% { opacity: .35; transform: scale(.76) rotate(42deg); }
}
@keyframes bdp-ticket-glint-pop-two {
    0%, 100% { opacity: 0; transform: scale(.28) rotate(24deg); }
    44% { opacity: 1; transform: scale(.92) rotate(66deg); }
    66% { opacity: .30; transform: scale(.60) rotate(88deg); }
}
@media (max-width: 760px) {
    .bdp-cinema-prism { width: min(96vw, 520px); height: min(96vw, 520px); }
    .bdp-cinema-ticket { width: min(320px, 84vw); min-height: 128px; top: 50%; }
    .bdp-ticket-mark { width: 50px; height: 50px; }
    .bdp-ticket-glint { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
    .bdp-easter-cinema.is-visible .bdp-cinema-prism-one,
    .bdp-easter-cinema.is-visible .bdp-cinema-prism-two,
    .bdp-easter-cinema.is-visible .bdp-cinema-prism-three,
    .bdp-easter-cinema.is-visible .bdp-ticket-aura,
    .bdp-easter-cinema.is-visible .bdp-ticket-shine,
    .bdp-easter-cinema.is-visible .bdp-ticket-glitter,
    .bdp-easter-cinema.is-visible .bdp-ticket-glint-one,
    .bdp-easter-cinema.is-visible .bdp-ticket-glint-two {
        animation: none !important;
        opacity: 1 !important;
    }
}

/* V22: Golden Ticket final - arany jegy, gratuláció, túlzottabb nyitó függöny */
.bdp-easter-cinema .bdp-cinema-copy,
.bdp-easter-cinema .bdp-cinema-ticket small,
.bdp-easter-cinema .bdp-cinema-ticket em,
.bdp-easter-cinema .bdp-ticket-mark {
    display: none !important;
}
.bdp-easter-cinema .bdp-cinema-ticket strong,
.bdp-easter-cinema .bdp-ticket-title {
    display: block !important;
}
.bdp-cinema-congrats {
    position: absolute;
    left: 50%;
    top: 21%;
    z-index: 18;
    transform: translate(-50%, 16px) scale(.92);
    opacity: 0;
    pointer-events: none;
    font-family: var(--bdp-serif);
    font-size: clamp(2rem, 5.8vw, 5.4rem);
    line-height: .92;
    color: #fff2b8;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow:
        0 0 12px rgba(255,255,255,.92),
        0 0 34px rgba(255,224,126,.86),
        0 0 90px rgba(255,169,35,.52),
        0 8px 34px rgba(0,0,0,.9);
    mix-blend-mode: screen;
}
.bdp-easter-cinema.is-visible .bdp-cinema-congrats {
    animation: bdp-v22-congrats-in 6.8s cubic-bezier(.18,.84,.19,1) both;
}
.bdp-cinema-frame {
    background:
        radial-gradient(circle at 50% 46%, rgba(255,255,255,.24), transparent 10%),
        radial-gradient(circle at 50% 52%, rgba(255,229,130,.26), transparent 27%),
        radial-gradient(circle at 18% 18%, rgba(255,194,46,.18), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(255,194,46,.18), transparent 32%),
        radial-gradient(circle at 50% 80%, rgba(138,15,32,.38), transparent 48%),
        linear-gradient(180deg, rgba(1,0,1,.99), rgba(44,7,16,.98) 48%, rgba(2,0,1,.99)) !important;
    box-shadow:
        0 50px 190px rgba(0,0,0,.94),
        inset 0 0 120px rgba(255,216,104,.14),
        inset 0 0 0 1px rgba(255,255,255,.05),
        0 0 150px rgba(255,203,74,.34) !important;
}
.bdp-cinema-backdrop {
    background:
        radial-gradient(circle at 50% 43%, rgba(255,244,202,.20), transparent 18%),
        radial-gradient(circle at 50% 50%, rgba(255,204,63,.20), transparent 34%),
        radial-gradient(circle at 15% 30%, rgba(150,17,34,.28), transparent 42%),
        radial-gradient(circle at 85% 30%, rgba(150,17,34,.28), transparent 42%),
        rgba(0,0,0,.90) !important;
}
.bdp-cinema-curtain {
    width: 66% !important;
    filter: drop-shadow(0 0 42px rgba(0,0,0,.95)) saturate(1.28) brightness(.92);
}
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-left {
    animation: bdp-v22-curtain-left 7.0s cubic-bezier(.12,.86,.14,1) both !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-right {
    animation: bdp-v22-curtain-right 7.0s cubic-bezier(.12,.86,.14,1) both !important;
}
.bdp-cinema-beam-left,
.bdp-cinema-beam-right,
.bdp-cinema-beam-center {
    opacity: 0;
    filter: blur(13px) brightness(1.75) saturate(1.55) !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-left {
    animation: bdp-v22-beam-left 7s ease-in-out both !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-right {
    animation: bdp-v22-beam-right 7s ease-in-out both !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-beam-center {
    animation: bdp-v22-beam-center 7s ease-in-out both !important;
}
.bdp-cinema-ticket {
    width: min(500px, 78vw) !important;
    min-height: 190px !important;
    color: #2b1302 !important;
    background:
        radial-gradient(circle at 11% 50%, transparent 0 15px, #fff0a8 16px),
        radial-gradient(circle at 89% 50%, transparent 0 15px, #fff0a8 16px),
        linear-gradient(135deg,
            #fff6bd 0%,
            #ffe16e 14%,
            #ffc229 32%,
            #f0aa17 50%,
            #bd7811 72%,
            #7a4304 100%) !important;
    box-shadow:
        0 0 52px rgba(255,255,255,.92),
        0 0 120px rgba(255,226,113,1),
        0 0 260px rgba(255,178,35,.76),
        0 34px 100px rgba(0,0,0,.78),
        inset 0 0 0 2px rgba(98,52,4,.25),
        inset 0 0 42px rgba(255,255,255,.46) !important;
    filter: drop-shadow(0 0 62px rgba(255,228,118,.98)) brightness(1.08) !important;
}
.bdp-cinema-ticket::before,
.bdp-cinema-ticket::after {
    border-left-color: rgba(84,44,3,.42) !important;
    box-shadow: 0 0 12px rgba(255,248,206,.48);
}
.bdp-ticket-title {
    position: relative;
    z-index: 5;
    font-family: var(--bdp-serif);
    font-size: clamp(2.45rem, 5.6vw, 4.7rem) !important;
    line-height: .9;
    color: #2b1302 !important;
    letter-spacing: .035em !important;
    text-transform: uppercase;
    text-shadow:
        0 1px 0 rgba(255,255,255,.62),
        0 0 12px rgba(255,255,255,.42),
        0 0 28px rgba(255,223,112,.34) !important;
}
.bdp-ticket-aura {
    background:
        radial-gradient(circle, rgba(255,255,255,.42), rgba(255,233,133,.36) 22%, rgba(255,171,25,.20) 45%, transparent 70%) !important;
    filter: blur(24px) !important;
    opacity: 1 !important;
}
.bdp-ticket-shine {
    background: linear-gradient(112deg, transparent 20%, rgba(255,255,255,0) 32%, rgba(255,255,255,1) 47%, rgba(255,248,199,.9) 54%, transparent 70%) !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-ticket {
    animation: bdp-v22-ticket-arrive 7s cubic-bezier(.16,.84,.16,1) both, bdp-v22-ticket-glow 1.65s ease-in-out 3.1s infinite !important;
}
.bdp-easter-cinema.is-visible .bdp-ticket-shine {
    animation: bdp-v22-ticket-shine 1.9s ease-in-out 2.45s infinite !important;
}
.bdp-easter-cinema.is-visible .bdp-ticket-glitter {
    animation: bdp-ticket-sparkle-field 1.05s ease-in-out 2.2s infinite !important;
}
.bdp-easter-cinema.is-visible .bdp-ticket-aura {
    animation: bdp-v22-ticket-aura 1.55s ease-in-out 2.6s infinite !important;
}
@keyframes bdp-v22-congrats-in {
    0%, 30% { opacity: 0; transform: translate(-50%, 24px) scale(.78); filter: blur(8px); }
    43% { opacity: 1; transform: translate(-50%, -8px) scale(1.08); filter: blur(0); }
    64% { opacity: .96; transform: translate(-50%, -14px) scale(1); }
    100% { opacity: .92; transform: translate(-50%, -10px) scale(1.02); }
}
@keyframes bdp-v22-curtain-left {
    0%, 10% { transform: translateX(0) scaleX(1.04) skewX(0deg); }
    22% { transform: translateX(3%) scaleX(1.08) skewX(2deg); }
    44% { transform: translateX(-84%) scaleX(.72) skewX(-7deg); }
    58% { transform: translateX(-67%) scaleX(.82) skewX(4deg); }
    76%, 100% { transform: translateX(-78%) scaleX(.76) skewX(-2deg); }
}
@keyframes bdp-v22-curtain-right {
    0%, 10% { transform: translateX(0) scaleX(1.04) skewX(0deg); }
    22% { transform: translateX(-3%) scaleX(1.08) skewX(-2deg); }
    44% { transform: translateX(84%) scaleX(.72) skewX(7deg); }
    58% { transform: translateX(67%) scaleX(.82) skewX(-4deg); }
    76%, 100% { transform: translateX(78%) scaleX(.76) skewX(2deg); }
}
@keyframes bdp-v22-beam-left {
    0%, 18% { opacity: 0; transform: translateX(-18%) rotate(-17deg) scaleX(.62); }
    34% { opacity: .95; transform: translateX(12%) rotate(7deg) scaleX(1.15); }
    52% { opacity: .70; transform: translateX(-4%) rotate(-2deg) scaleX(.95); }
    100% { opacity: .82; transform: translateX(6%) rotate(3deg) scaleX(1.04); }
}
@keyframes bdp-v22-beam-right {
    0%, 18% { opacity: 0; transform: translateX(18%) rotate(17deg) scaleX(.62); }
    34% { opacity: .95; transform: translateX(-12%) rotate(-7deg) scaleX(1.15); }
    52% { opacity: .70; transform: translateX(4%) rotate(2deg) scaleX(.95); }
    100% { opacity: .82; transform: translateX(-6%) rotate(-3deg) scaleX(1.04); }
}
@keyframes bdp-v22-beam-center {
    0%, 26% { opacity: 0; transform: scaleX(.3) scaleY(.8); }
    42% { opacity: .72; transform: scaleX(1.3) scaleY(1.05); }
    68% { opacity: .42; transform: scaleX(.85) scaleY(1); }
    100% { opacity: .56; transform: scaleX(1.04) scaleY(1); }
}
@keyframes bdp-v22-ticket-arrive {
    0%, 26% { opacity: 0; transform: translate(-50%, 82%) scale(.22) rotateX(82deg) rotateZ(-28deg); filter: blur(9px) brightness(2); }
    38% { opacity: 1; transform: translate(-50%, 0%) scale(1.30) rotateX(0deg) rotateZ(9deg); filter: blur(0) brightness(1.75); }
    48% { transform: translate(-50%, -8%) scale(.96) rotateZ(-7deg); }
    62% { transform: translate(-50%, -25%) scale(1.12) rotateZ(4deg); }
    82% { transform: translate(-50%, -17%) scale(1.05) rotateZ(-2deg); }
    100% { opacity: 1; transform: translate(-50%, -20%) scale(1.08) rotateZ(1deg); }
}
@keyframes bdp-v22-ticket-glow {
    0%, 100% { box-shadow: 0 0 52px rgba(255,255,255,.92), 0 0 120px rgba(255,226,113,1), 0 0 260px rgba(255,178,35,.76), 0 34px 100px rgba(0,0,0,.78), inset 0 0 42px rgba(255,255,255,.46); filter: drop-shadow(0 0 62px rgba(255,228,118,.98)) brightness(1.08); }
    50% { box-shadow: 0 0 82px rgba(255,255,255,1), 0 0 175px rgba(255,237,151,1), 0 0 350px rgba(255,178,35,.90), 0 34px 100px rgba(0,0,0,.78), inset 0 0 68px rgba(255,255,255,.66); filter: drop-shadow(0 0 90px rgba(255,241,185,1)) brightness(1.24); }
}
@keyframes bdp-v22-ticket-shine {
    0% { transform: translateX(-135%) rotate(4deg); opacity: 0; }
    18% { opacity: 1; }
    42% { transform: translateX(112%) rotate(4deg); opacity: 0; }
    100% { transform: translateX(112%) rotate(4deg); opacity: 0; }
}
@keyframes bdp-v22-ticket-aura {
    0%, 100% { opacity: .72; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.25); }
}
@media (max-width: 760px) {
    .bdp-cinema-congrats { top: 20%; font-size: clamp(1.8rem, 10vw, 3.2rem); }
    .bdp-cinema-curtain { width: 72% !important; }
    .bdp-cinema-ticket { width: min(342px, 86vw) !important; min-height: 132px !important; top: 51%; }
    .bdp-ticket-title { font-size: clamp(2rem, 10.5vw, 3.1rem) !important; }
}


/* V23: Mount Rushmore készítői easter egg - Golden Ticket helyett titkos alkotói emlékmű */
.bdp-easter-cinema .bdp-cinema-congrats {
    z-index: 18;
    top: clamp(42px, 9vh, 86px);
    font-size: clamp(1.35rem, 4vw, 3rem);
    letter-spacing: .16em;
    color: #fff0bc;
    text-shadow: 0 0 22px rgba(255,232,168,.85), 0 0 60px rgba(217,178,95,.42), 0 5px 24px rgba(0,0,0,.75);
}
.bdp-cinema-rushmore {
    position: absolute;
    left: 50%;
    top: 53%;
    z-index: 16;
    width: min(920px, 82vw);
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: clamp(8px, 1.3vw, 16px);
    opacity: 0;
    transform: translate(-50%, 42%) scale(.54) rotateX(70deg) rotateZ(-7deg);
    transform-style: preserve-3d;
    border: 1px solid rgba(255,226,145,.72);
    background:
        radial-gradient(circle at 50% 45%, rgba(255,236,174,.22), transparent 42%),
        linear-gradient(135deg, rgba(255,226,145,.38), rgba(98,46,7,.22));
    box-shadow:
        0 0 42px rgba(255,226,145,.50),
        0 0 120px rgba(217,178,95,.36),
        0 34px 90px rgba(0,0,0,.72),
        inset 0 0 0 1px rgba(255,255,255,.10);
    clip-path: polygon(0 18px, 18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px));
    overflow: hidden;
}
.bdp-cinema-rushmore::before,
.bdp-cinema-rushmore::after {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: 4;
    pointer-events: none;
}
.bdp-cinema-rushmore::before {
    background: conic-gradient(from 60deg at 50% 50%, transparent, rgba(255,245,197,.28), transparent 28%, rgba(255,255,255,.16), transparent 52%, rgba(217,178,95,.22), transparent 78%);
    mix-blend-mode: screen;
    opacity: .75;
    animation: bdp-rushmore-abstract-spin 6.8s linear infinite;
}
.bdp-cinema-rushmore::after {
    background:
        radial-gradient(circle at 22% 28%, rgba(255,255,255,.92) 0 2px, transparent 4px),
        radial-gradient(circle at 78% 34%, rgba(255,241,177,.84) 0 2px, transparent 4px),
        radial-gradient(circle at 50% 78%, rgba(255,255,255,.72) 0 1px, transparent 4px),
        linear-gradient(120deg, transparent 36%, rgba(255,255,255,.62) 48%, transparent 60%);
    mix-blend-mode: screen;
    opacity: .55;
    transform: translateX(-72%);
}
.bdp-cinema-rushmore img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.05) saturate(1.08) brightness(1.02);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.bdp-cinema-rushmore figcaption {
    position: absolute;
    left: 50%;
    bottom: clamp(9px, 1.7vw, 20px);
    z-index: 6;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    text-align: center;
    font-family: var(--bdp-sans);
    font-size: clamp(.72rem, 1.7vw, 1rem);
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff1bb;
    text-shadow: 0 2px 13px rgba(0,0,0,.92), 0 0 24px rgba(255,226,145,.60);
}
.bdp-rushmore-aura,
.bdp-rushmore-shine,
.bdp-rushmore-glitter {
    position: absolute;
    inset: -28%;
    z-index: 5;
    pointer-events: none;
    mix-blend-mode: screen;
}
.bdp-rushmore-aura {
    background: radial-gradient(circle at 50% 48%, rgba(255,230,154,.55), rgba(217,178,95,.18) 35%, transparent 66%);
    filter: blur(18px);
    opacity: .85;
    animation: bdp-rushmore-aura-pulse 2.8s ease-in-out infinite;
}
.bdp-rushmore-shine {
    background: linear-gradient(112deg, transparent 34%, rgba(255,255,255,.86) 48%, transparent 60%);
    transform: translateX(-96%) rotate(2deg);
}
.bdp-rushmore-glitter {
    background:
        radial-gradient(circle at 18% 25%, rgba(255,255,255,.95) 0 2px, transparent 4px),
        radial-gradient(circle at 43% 18%, rgba(255,239,180,.85) 0 1px, transparent 4px),
        radial-gradient(circle at 83% 38%, rgba(255,255,255,.9) 0 2px, transparent 4px),
        radial-gradient(circle at 70% 76%, rgba(255,230,154,.9) 0 2px, transparent 4px),
        radial-gradient(circle at 30% 82%, rgba(255,255,255,.85) 0 1px, transparent 4px);
    filter: blur(.2px);
    opacity: .2;
}
.bdp-easter-cinema.is-visible .bdp-cinema-rushmore {
    animation: bdp-rushmore-reveal 7.2s cubic-bezier(.18,.84,.19,1) both, bdp-rushmore-float 3.8s ease-in-out 3.7s infinite;
}
.bdp-easter-cinema.is-visible .bdp-cinema-rushmore::after,
.bdp-easter-cinema.is-visible .bdp-rushmore-shine {
    animation: bdp-rushmore-shine 2.45s ease-in-out 3.15s infinite;
}
.bdp-easter-cinema.is-visible .bdp-rushmore-glitter {
    animation: bdp-rushmore-glitter 1.35s steps(2, end) 3.3s infinite;
}
/* Régi jegy elem biztosan rejtve, ha cache miatt bent maradna */
.bdp-easter-cinema .bdp-cinema-ticket { display: none !important; }

@keyframes bdp-rushmore-reveal {
    0%, 26% { opacity: 0; transform: translate(-50%, 58%) scale(.42) rotateX(80deg) rotateZ(-10deg); filter: blur(5px) brightness(.65); }
    38% { opacity: 1; transform: translate(-50%, 8%) scale(1.14) rotateX(0deg) rotateZ(3deg); filter: blur(0) brightness(1.28); }
    54% { opacity: 1; transform: translate(-50%, -7%) scale(1.02) rotateX(0deg) rotateZ(-1deg); filter: brightness(1.1); }
    100% { opacity: 1; transform: translate(-50%, -12%) scale(1.03) rotateX(0deg) rotateZ(.4deg); filter: brightness(1.08); }
}
@keyframes bdp-rushmore-float {
    0%,100% { translate: 0 0; filter: brightness(1.06); }
    50% { translate: 0 -8px; filter: brightness(1.2); }
}
@keyframes bdp-rushmore-shine {
    0% { transform: translateX(-105%) rotate(2deg); opacity: 0; }
    18% { opacity: 1; }
    48%, 100% { transform: translateX(105%) rotate(2deg); opacity: 0; }
}
@keyframes bdp-rushmore-glitter {
    0%, 100% { opacity: .18; transform: scale(1); }
    50% { opacity: .72; transform: scale(1.018); }
}
@keyframes bdp-rushmore-aura-pulse {
    0%,100% { opacity: .58; transform: scale(.96); }
    50% { opacity: 1; transform: scale(1.08); }
}
@keyframes bdp-rushmore-abstract-spin { to { transform: rotate(1turn); } }

@media (max-width: 760px) {
    .bdp-easter-cinema .bdp-cinema-congrats { top: 54px; font-size: clamp(1rem, 6vw, 1.65rem); letter-spacing: .10em; }
    .bdp-cinema-rushmore { width: min(92vw, 520px); top: 54%; padding: 7px; }
    .bdp-cinema-rushmore figcaption { font-size: clamp(.58rem, 2.7vw, .78rem); letter-spacing: .08em; width: calc(100% - 20px); }
}

/* V25: simple Készítőink easter egg */
.bdp-cinema-rushmore figcaption { display: none !important; }
.bdp-easter-cinema .bdp-cinema-congrats {
    top: clamp(34px, 9vh, 88px) !important;
    font-size: clamp(1.5rem, 4vw, 3.2rem) !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}
.bdp-cinema-rushmore {
    width: min(760px, 76vw) !important;
    top: 54% !important;
    padding: 10px !important;
    background: linear-gradient(135deg, rgba(255,240,183,.98), rgba(214,165,55,.98) 34%, rgba(122,78,10,.98) 100%) !important;
    box-shadow: 0 0 36px rgba(255,228,138,.45), 0 0 110px rgba(217,178,95,.28), 0 32px 80px rgba(0,0,0,.55), inset 0 0 0 3px rgba(255,245,206,.45) !important;
}
.bdp-cinema-rushmore img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.bdp-rushmore-aura {
    filter: blur(22px) !important;
    opacity: .9 !important;
}
@media (max-width: 760px) {
    .bdp-easter-cinema .bdp-cinema-congrats { top: 46px !important; font-size: clamp(1.15rem, 6vw, 1.7rem) !important; }
    .bdp-cinema-rushmore { width: min(92vw, 560px) !important; top: 53% !important; padding: 7px !important; }
}

/* V26: stable hidden hitboxes for curtain easter egg */
.bdp-stage-scene { position: relative; }
.bdp-easter-hitbox {
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(27vw, 360px);
    z-index: 18;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: default !important;
    opacity: 0;
}
.bdp-easter-hitbox-left { left: 0; }
.bdp-easter-hitbox-right { right: 0; }
.bdp-easter-hitbox:focus,
.bdp-easter-hitbox:focus-visible { outline: none !important; box-shadow: none !important; }
.bdp-hero-content { position: relative; z-index: 12; }
.bdp-ornament { position: relative; z-index: 13; }
.bdp-easter-cinema { z-index: 2147483000 !important; }
.bdp-easter-cinema .bdp-cinema-congrats::before,
.bdp-easter-cinema .bdp-cinema-congrats::after { content: none !important; }
.bdp-easter-cinema .bdp-cinema-congrats {
    width: max-content;
    max-width: 92vw;
    color: #fff1bc !important;
    text-shadow: 0 0 14px rgba(255,232,168,.95), 0 0 42px rgba(217,178,95,.65), 0 8px 22px rgba(0,0,0,.9) !important;
}
.bdp-cinema-rushmore {
    isolation: isolate;
    border: 2px solid rgba(255,236,162,.92) !important;
}
.bdp-cinema-rushmore::before { opacity: .65 !important; }
.bdp-cinema-rushmore::after { opacity: .85 !important; }
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-left {
    animation: bdp-v26-open-left 2.4s cubic-bezier(.12,.82,.13,1) both !important;
}
.bdp-easter-cinema.is-visible .bdp-cinema-curtain-right {
    animation: bdp-v26-open-right 2.4s cubic-bezier(.12,.82,.13,1) both !important;
}
@keyframes bdp-v26-open-left {
    0% { transform: translateX(0) scaleX(1.08) skewX(0deg); filter: brightness(.8); }
    36% { transform: translateX(-22%) scaleX(1.18) skewX(-8deg); filter: brightness(1.2); }
    70%, 100% { transform: translateX(-82%) scaleX(.78) skewX(-14deg); filter: brightness(.95); }
}
@keyframes bdp-v26-open-right {
    0% { transform: translateX(0) scaleX(1.08) skewX(0deg); filter: brightness(.8); }
    36% { transform: translateX(22%) scaleX(1.18) skewX(8deg); filter: brightness(1.2); }
    70%, 100% { transform: translateX(82%) scaleX(.78) skewX(14deg); filter: brightness(.95); }
}
@media (max-width: 760px) {
    .bdp-easter-hitbox { width: 24vw; }
}

/* V28: egyszerű easter egg — fekete háttér, kép és fehér bezáró X */
body.bdp-easter-open {
    overflow: hidden !important;
}

.bdp-easter-cinema,
.bdp-easter-cinema.is-visible {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.bdp-easter-cinema {
    display: none !important;
}

.bdp-easter-cinema.is-visible {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bdp-simple-easter-image-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 24px !important;
    margin: 0 !important;
    background: #000 !important;
}

.bdp-simple-easter-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 48px) !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.bdp-easter-cinema .bdp-cinema-close {
    position: fixed !important;
    top: 14px !important;
    right: 18px !important;
    z-index: 2147483001 !important;
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 44px !important;
    text-align: center !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.9) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.bdp-easter-cinema .bdp-cinema-close:hover,
.bdp-easter-cinema .bdp-cinema-close:focus,
.bdp-easter-cinema .bdp-cinema-close:focus-visible {
    background: transparent !important;
    color: #fff !important;
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}

@media (max-width: 760px) {
    .bdp-simple-easter-image-wrap {
        padding: 14px !important;
    }

    .bdp-simple-easter-image {
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 28px) !important;
    }

    .bdp-easter-cinema .bdp-cinema-close {
        top: 8px !important;
        right: 8px !important;
    }
}


/* V29: the upper hero stars sit clearly above the title without touching the header */
body.home .bdp-stage-scene .bdp-ornament,
body.front-page .bdp-stage-scene .bdp-ornament {
    position: absolute;
    top: clamp(54px, 8vh, 84px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 13;
    width: max-content;
    margin: 0;
}

@media (max-width: 760px) {
    body.home .bdp-stage-scene .bdp-ornament,
    body.front-page .bdp-stage-scene .bdp-ornament {
        top: 28px;
    }
}


/* V30: responsive YouTube player on every performance detail page */
.bdp-performance-video-scene {
    padding-top: 0;
}

.bdp-performance-video-card {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(10px, 1.8vw, 18px);
    background: linear-gradient(145deg, rgba(23,8,9,.96), rgba(4,2,3,.98));
    border: 1px solid rgba(217,178,95,.34);
    box-shadow: 0 24px 65px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.025);
}

.bdp-performance-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(217,178,95,.22);
}

.bdp-performance-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.bdp-performance-video-frame.is-empty {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(122,21,27,.34), transparent 48%),
        linear-gradient(135deg, #120708, #020102 72%);
}

.bdp-performance-video-placeholder {
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
    color: rgba(255,255,255,.76);
}

.bdp-performance-video-placeholder span {
    display: grid;
    place-items: center;
    width: clamp(64px, 9vw, 92px);
    height: clamp(64px, 9vw, 92px);
    padding-left: .14em;
    border: 1px solid rgba(217,178,95,.62);
    border-radius: 50%;
    color: var(--bdp-gold-soft);
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    box-shadow: 0 0 32px rgba(217,178,95,.12);
}

.bdp-performance-video-placeholder p {
    max-width: 560px;
    margin: 0;
}

@media (max-width: 760px) {
    .bdp-performance-video-card {
        padding: 7px;
    }
}
/* V33: a főoldali galéria mobilon is mindig látható.
   A teljes, hosszú galériát nem szabad egyetlen reveal elemként elrejteni,
   mert kis kijelzőn az IntersectionObserver küszöbe nem mindig teljesül. */
.bdp-gallery-mobile-safe {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.bdp-gallery-mobile-safe img {
    display: block;
}

@media (max-width: 900px) {
    body.home .bdp-memory-gallery,
    body.front-page .bdp-memory-gallery {
        display: grid !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}

